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.
Stratum Servers
| Region | Host | Ports | Ping |
|---|---|---|---|
|
|
krx.suprnova.cc |
4404 GPU · 4401 Low · 4405 SSL | Getting Ping |
|
|
stratum-eu2.suprnova.cc |
4404 GPU · 4401 Low · 4405 SSL | Getting Ping |
|
|
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
- Wallet
keryx:address (CashAddr). - Workershort label per rig, e.g.
rig01. - Algorithm
keryx-hash(GPU). - Passwordnot required.
Example command line:
-a keryx:qp0vrxc0k5w0pcyem6vau2pjgztje880tsm239rywtm7l7uv2pcxzq55n8khs.rig01 -s stratum+tcp://krx.suprnova.cc:4404
Miner
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 name
keryx-miner-supr - Installation URLlatest release
- Hash algorithm
keryx-hash - Walletyour
keryx:address - Pool URL
stratum+tcp://krx.suprnova.cc:4404 - Extra config
--light(add--cpu-inferenceon AMD)
MMPOS uses the same fields — pick the keryx-miner-supr custom miner and set the same URL / algo / pool / wallet.