How to Mine Keryx (KRX) — Mining Setup Guide for suprnova.cc

Step-by-step guide to start mining Keryx (KRX) at krx.suprnova.cc. Works on any modern NVIDIA or AMD GPU with the latest keryx-miner-supr release. VarDiff stratum on ports 4401 (low) and 4404 (recommended), plus SSL on 4405. 1% pool fee, PPLNS payouts, automatic 20% coinbase escrow claiming on your behalf.

Miners online

group

Blockchain height

database

Pool Hashrate

bar_chart
Stratum Servers
Region Host Ports Ping
DE EU (Germany) krx.suprnova.cc 4404 GPU · 4401 Low · 4405 SSL Getting Ping
UA EU2 (Ukraine) stratum-eu2.suprnova.cc 4404 GPU · 4401 Low · 4405 SSL Getting Ping
US US-East stratum-us.suprnova.cc 4404 GPU · 4401 Low · 4405 SSL Getting Ping

Difficulty adapts automatically (VarDiff, ~1 share / 10s). SSL uses stratum+ssl://; plain TCP uses stratum+tcp://. Pool ping explained.

Configuration
  • Walletkeryx: address (CashAddr).
  • Workershort label per rig, e.g. rig01.
  • Algorithmkeryx-hash (GPU).
  • Passwordnot required.

Example command line:

-a keryx:qp0vrxc0k5w0pcyem6vau2pjgztje880tsm239rywtm7l7uv2pcxzq55n8khs.rig01 -s stratum+tcp://krx.suprnova.cc:4404
Miner
🚀 Tier-based payouts (TiPPLNS) are live. Heavier AI models earn the higher block reward the Keryx network pays for them — run a bigger model to unlock it. Learn more →

Use keryx-miner-supr — the Suprnova build of the reference miner. Grab the latest release (v0.6.7+) for your platform.

Variants: NVIDIA modern (RTX 40/50, sm_89/sm_120) · NVIDIA legacy (Ampere sm_80/sm_86) · NVIDIA pascal (GTX 10-series) · AMD (OpenCL, gfx906 / gfx1102).

Download the latest release, extract, run:

# pick modern / legacy / pascal (NVIDIA) or amd (AMD) tar xzf keryx-miner-supr-<variant>-linux-x86_64.tar.gz cd keryx-miner-supr-* ./keryx-miner-supr -a keryx:YOUR_ADDRESS.rig01 -s stratum+tcp://krx.suprnova.cc:4404 --light

AMD: keep libkeryxopencl.so alongside the binary. Add --cpu-inference to move the OPoI LLM to CPU and free the GPU for hashing.

Download the Windows ZIP, extract, run keryx-miner-supr.exe:

keryx-miner-supr.exe -a keryx:YOUR_ADDRESS.rig01 -s stratum+tcp://krx.suprnova.cc:4404 --light

Match the variant to your GPU: modern for RTX 40/50, legacy for Ampere, pascal for GTX 10-series, amd for Radeon.

Create a custom miner flight sheet with:

  • Miner namekeryx-miner-supr
  • Installation URLlatest release
  • Hash algorithmkeryx-hash
  • Walletyour keryx: address
  • Pool URLstratum+tcp://krx.suprnova.cc:4404
  • Extra config--light (add --cpu-inference on AMD)

MMPOS uses the same fields — pick the keryx-miner-supr custom miner and set the same URL / algo / pool / wallet.

Building your own Keryx miner?
Full wire-protocol specification — JSON-RPC kaspad-dialect, OPoI tag, Proof-of-Model (PoM) extension, error codes, reference miners, source references. Everything you need to ship a third-party Keryx mining client against this pool.
Stratum Protocol Spec v1.1 →