SHA256d proof of work

Mine VoidCoin.

VoidCoin uses standard SHA256d — the same algorithm Bitcoin runs on. Any compatible miner works without modification. No custom firmware, no special hardware.

Pools

Pick a pool.

Two independent pools currently support VoidCoin. Both run standard SHA256d stratum servers.

Crypto-Eire
crypto-eire.com

Solo and pooled mining dashboard. Live stats, blocks found, and effort tracking for VOID.

Open dashboard ↗
PythonPool
pythonpool.dev

Community-run SHA256d pool with VOID support and a live dashboard.

Open dashboard ↗
Setup

Point your miner.

Use your stratum URL from the pool dashboard above, your VOID address as the username, and any password.

# cpuminer-multi example
./cpuminer -a sha256d -o stratum+tcp://<pool-address>:<port> \
  -u your_VOID_address \
  -p x
# cgminer / bfgminer example
cgminer -o stratum+tcp://<pool-address>:<port> \
  -u your_VOID_address \
  -p x
REWARD

50 VOID per block

Halving every 2,100,000 blocks, the same schedule as the protocol's overall supply curve.

DIFFICULTY

Auto-adjusting

Targets a 60-second block time. Difficulty retargets to keep pace with network hashrate.

PAYOUT

Standard or P2QR

Mine to a legacy address for now, then migrate your balance to a quantum-resistant vqr1… address anytime.