⚠ THE STRATUM POOL IS RETIRED — EVERY pool.irium.org ENDPOINT ON THIS PAGE IS OFFLINE
Ports 3333, 3335, 3336, 443 and 80 have been shut down and now refuse
connections. Do not point mining hardware at them — the pool cannot produce a
valid block and never could under the current rules. Any hashrate sent there earns nothing.
Irium picks each block's producer by verifiable random sortition over registered keys,
not by hashrate, so pooling hashrate cannot improve anyone's odds. Since block
66,400 the full 50 IRM reward goes to the single selected proposer. Everything
below describing pool connection, ASIC setup or merge mining is obsolete and is
kept only until this page is rewritten.
How to mine Irium now
Mining is hardware-neutral: each block's producer is drawn by VRF sortition
over registered keys, so an ordinary CPU competes on equal terms and extra hardware buys no
advantage. There is no pool, and none is needed.
Download v1.9.192, then
sha256sum -c checksums.txt --ignore-missing
Export the mnemonic explicitly — create-wallet does not print it: ./irium-wallet create-wallet --bip32 then
./irium-wallet export-mnemonic --out mnemonic.txt
Choose an RPC token and start the node with it (required — without it the miner
loops forever on HTTP 401 Unauthorized): export IRIUM_RPC_TOKEN="$(openssl rand -hex 24)" then ./iriumd
Create a proposer secret: openssl rand -hex 32 > poawx_secret.hex
Mine, reusing the same token: export IRIUM_NODE_RPC=http://127.0.0.1:38300 export IRIUM_RPC_TOKEN=<same value as the node> export IRIUM_MINER_ADDRESS=<your P... or Q... address> export IRIUM_POAWX_MINER_SECRET_HEX="$(cat poawx_secret.hex)" ./irium-miner --poawx --threads 1
Expect silence at first. Your key must clear a 16-block freeze window before it
can be drawn — about 16–20 blocks, roughly 35–60 minutes. During that time the miner
prints only not proposer this slot, which is correct, and there is no "you are now
eligible" message. Measured on a real cold start: registered at block 66,564, eligible at 66,584.
Do not pipe the miner into head, grep or
tee — its output is block-buffered and it will look frozen. Let it write to the
terminal, or redirect to a file and tail -f that.
⚠ Ignore MINING-QUICKSTART.txt and the mine-*.sh / mine-*.bat
scripts inside the release archive: they point at the retired pool and do not pass
--poawx, so they cannot produce a valid block. They are being corrected in a later release.
Mining still works — run a full node and the CLI miner:iriumd then irium-miner --poawx. It is hardware-neutral: a commodity
CPU is enough, and no ASIC or GPU is required. See
the retirement notice and
Run your own producer.
Why Mine Irium?
Mining secures the live Irium base layer: an independent SHA-256d Proof-of-Work chain being developed toward escrow, agreements, and proof-based commerce.
No premine
No ICO or presale
No VC control
No admin keys or override powers
Why mine Irium?
Settlement-first mission — miners secure the chain that future escrow and agreement flows depend on.
Independent chain — Irium is not a fork and runs its own Rust codebase and networking stack.
Mainnet-first philosophy — the live chain is the focus, not a placeholder network.
DNS-free resilience — bootstrap and peer recovery are designed around signed data and network survivability.
Transparent founder vesting — locked on-chain and auditable rather than policy-based.
Mining Overview
Algorithm: SHA-256d
Block time: 2 min (120 s) — V2 fork at block 24,250
Block reward: 50 IRM — paid in full to a single VRF-selected miner (from block 66,400)
Halving: Every 1,050,000 blocks
Coinbase maturity: 100 blocks
Max supply: 100,000,000 IRM
Live chain status and miner-visible network conditions are available in the Irium Explorer.
Use the official Irium miner for direct node mining. Use a compatible Stratum miner such as cpuminer-opt for pool mining.
CPU Mining with Official Irium Miner
Direct mining via your own node. You need the node fully synced before starting the miner. Mining on a node that is still syncing can cause stale blocks.
Irium uses SHA-256d, the same algorithm as Bitcoin. AuxPoW merged mining activates at block 26,500. After that, any SHA-256d pool mining Bitcoin can simultaneously mine IRM at zero additional energy cost. The same work counts for both chains.
All SHA-256d hardware works
Antminer S19/S21, Whatsminer M50/M60, and all other Bitcoin ASICs are fully compatible. No firmware change. No hardware change. Point at the pool and mine.
Block reward: 50 IRM per block
Current block reward is 50 IRM. First halving at block 1,050,000.
From block 66,400 the whole 50 IRM goes to one miner — the block's VRF-selected proposer. There is no role split. Before 66,400 the reward was divided 55% proposer / 22% compute / 13% verify / 10% support.
Selection does not depend on your hardware. The proposer for each block is drawn by verifiable random sortition, and since block 61,414 an eligible proposer's block is checked against a constant floor rather than the full network target — so a CPU, a GPU and an ASIC all have the same chance, and extra hashrate does not improve your odds.
Live network stats
Hashrate and difficulty are shown in the Network Snapshot above. Stats are pulled live from the API every page load.
1How it works
When your pool finds a share, it checks if the parent block hash meets the Irium difficulty target. If it does, it submits an AuxPoW block to the Irium network — no extra work from your ASIC.