Xernix uses RandomX โ a proof-of-work algorithm specifically designed to be efficient on general-purpose CPUs and resistant to ASICs and GPUs. Anyone with a standard computer can mine XNX.
X7...)
to receive your block rewards. Generate one instantly in your browser โ no install required.
xmrig-X.X.X-msvc-win64.zip (Windows),
xmrig-X.X.X-linux-x64.tar.gz (Linux), or
xmrig-X.X.X-macos-x64.tar.gz (macOS).
config.json file in the XMRig folder with the settings below.
Replace YOUR_XNX_ADDRESS with your wallet address from Step 1.
get_block_template and submit_block.
This is how the built-in miner works. You can build your own miner in any language
using this simple loop:
config.json,
set "url" to your pool or the Xernix RPC, and "user" to your XNX address.
Then run ./xmrig (Linux/macOS) or xmrig.exe (Windows).
Your CPU threads will start hashing immediately.
| Parameter | Value |
|---|---|
| Proof of Work | RandomX (ASIC-resistant) |
| Block target | 60 seconds |
| Initial block reward | ~17.59 XNX |
| Tail emission | 0.6 XNX / block (after ~10 years) |
| Lock period | 60 blocks (~1 hour) |
| Max supply | 21,000,000 XNX |
| Burn per transaction | 1.5% (deflationary) |
| Mining address prefix | X... (180) |
| Public RPC | https://xernix-daemon.replit.app/json_rpc |