free web
        stats
M
MiningBoard Pro
PEARLHASH $0.0134/TH/d XELISHASHV3 $0.0174/KH/d TARIRANDOMX $0.0250/KH/d QHASH $0.0002/MH/d DYNEXSOLVE $0.0239/KH/d ABELHASH $0.0000/MH/d MEOWPOW $0.0119/MH/d KARLSENHASHV2 $7.8752/GH/d VERSAHASH $0.0010/MH/d ZKSNARK $0.0016/MH/d FISHHASH $0.0000/MH/d KADENA $0.0137/TH/d PEARLHASH $0.0134/TH/d XELISHASHV3 $0.0174/KH/d TARIRANDOMX $0.0250/KH/d QHASH $0.0002/MH/d DYNEXSOLVE $0.0239/KH/d ABELHASH $0.0000/MH/d MEOWPOW $0.0119/MH/d KARLSENHASHV2 $7.8752/GH/d VERSAHASH $0.0010/MH/d ZKSNARK $0.0016/MH/d FISHHASH $0.0000/MH/d KADENA $0.0137/TH/d
— For pool operators —

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.

Free to list No paid placement Scraped every 5 minutes Self-service validation

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.

GET https://api.example.com/v1/pool/zec required: coin · pool.hashrate · pool.miners
{
  "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.

Tickers, comma separated. If you are launching a new coin soon, include it and tell us the date in the notes.

Stats endpoint (optional)

Leave both blank for a directory listing. If you have an endpoint, validate it above first — a submission with a passing check is much faster to process.

Pool terms

SVG preferred, or a PNG at least 256px square. We host a copy — we never hotlink your file at render time.

Contact

We use your contact details only to follow up on this listing.