free web
        stats
M
MiningBoard Pro
PEARLHASH $0.0128/TH/d XELISHASHV3 $0.0190/KH/d TARIRANDOMX $0.0071/KH/d QHASH $0.0002/MH/d DYNEXSOLVE $0.0156/KH/d ABELHASH $0.0000/MH/d MEOWPOW $0.0168/MH/d KARLSENHASHV2 $5.8470/GH/d VERSAHASH $0.0010/MH/d ZKSNARK $0.0017/MH/d FISHHASH $0.0000/MH/d KADENA $0.0150/TH/d PEARLHASH $0.0128/TH/d XELISHASHV3 $0.0190/KH/d TARIRANDOMX $0.0071/KH/d QHASH $0.0002/MH/d DYNEXSOLVE $0.0156/KH/d ABELHASH $0.0000/MH/d MEOWPOW $0.0168/MH/d KARLSENHASHV2 $5.8470/GH/d VERSAHASH $0.0010/MH/d ZKSNARK $0.0017/MH/d FISHHASH $0.0000/MH/d KADENA $0.0150/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

How it works

1

2

3

Two ways to be listed

An API is not a requirement. Most pools in our directory have no public stats endpoint at all — we list them from catalog data and attribute their hashrate from aggregate sources. Publishing an endpoint simply makes your numbers first-party, live, and accurate.

Recommended
Full listing — you publish an endpoint

We read your numbers directly from you, every five minutes. Your pool shows live hashrate, miner count, blocks in the last 24h and last block found, plus a reliability score based on how consistently your endpoint responds.

No API needed
Directory listing

Name, homepage, fee, payout scheme, supported coins and logo. Your pool appears in the directory and on the coin pages you mine, with hashrate attributed from aggregate sources rather than from you.

The endpoint spec

One public GET endpoint per coin, returning application/json. Every field maps directly onto something we store, so there is nothing here that we ask for and then ignore.

GET https://api.example.com/v1/pool/zec JSON Schema ↓
{
  "spec": "miningboard-pool-v1",
  "coin": "ZEC",
  "algorithm": "Equihash",
  "updated_at": "2026-08-19T13:04:46Z",
  "pool": {
    "hashrate": 1.23e15,
    "miners": 412,
    "workers": 980,
    "blocks_24h": 7,
    "last_block_at": "2026-08-19T12:45:46Z",
    "fee_percent": 1.5,
    "payout_scheme": "PPS+",
    "min_payout": 0.001
  },
  "network": {
    "hashrate": 8.9e15,
    "difficulty": 120000000,
    "height": 2900123,
    "block_reward": 1.5625,
    "block_time": 75
  },
  "stratum": [
    { "url": "stratum+tcp://zec.example.com:3333", "region": "eu", "tls": false }
  ]
}

Field reference

Field Required Notes
Optional
Optional
Optional
Optional
Optional
Optional
Optional
Optional
Optional
Optional
Optional
Optional
Optional
Optional
Optional
Optional
Optional
Optional

Optional: an index endpoint

If you publish a list of the coins you support and where their stats live, adding a coin later needs no new submission — we pick it up from the index.

{
  "spec": "miningboard-pool-index-v1",
  "pool": { "name": "Example Pool", "homepage": "https://example.com", "fee_percent": 1.5 },
  "coins": [
    { "coin": "ZEC", "stats_url": "https://api.example.com/v1/pool/zec" },
    { "coin": "BTC", "stats_url": "https://api.example.com/v1/pool/btc" }
  ]
}

Rules your endpoint must follow

These are not preferences. Each one is a constraint our pipeline actually enforces, and an endpoint that breaks one cannot be listed as a live source.

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.

After you submit