List your mining pool
MiningBoard tracks mining pools across every coin we cover. Listing is free — there is no listing fee, no paid placement, and no ranking you can buy. If you publish your pool's stats in the format below, we scrape them every five minutes and your live hashrate, miner count and blocks show up on your coin's page automatically.
The endpoint spec
One public GET endpoint per coin, returning JSON. No authentication, no API key. Only three fields are required — everything else just makes your listing richer.
{
"coin": "ZEC",
"pool": {
"hashrate": 1.23e15,
"miners": 412,
"blocks_24h": 7,
"last_block_at": "2026-08-24T14:42:58Z",
"fee_percent": 1.5,
"payout_scheme": "PPS+",
"min_payout": 0.001
},
"network": {
"hashrate": 8.9e15,
"height": 2900123
}
}
Hashrate must be raw hashes per second — 1.23e15, not 1230 (TH/s) and not "1.23 PH/s". It must also be your pool's total, never a single account's. Those two mistakes account for nearly every endpoint we have to reject; the checker below catches both.
Check your endpoint
Paste your stats URL below. We fetch it live and report on every field — what passed, what is missing, and what looks wrong. Nothing is stored and no submission is created; run it as often as you like while you build.
Submit your pool
Fill in what you have. Only the pool name and homepage are required — everything else helps us list you faster and more accurately.
Your submission has landed with our team. If you left an email address we will reply there; expect to hear back within a few working days.