Pool

Embed the Solo Calculator

Add SoloFury's multi-coin solo mining calculator to your blog, forum or shop — free, with live on-chain data. One line of code.

1 · Choose the coin
2 · Choose the method

3 · Copy the code
  

Each embed shows a small "⚡ Powered by SoloFury" link back to the calculator. That attribution is the only thing we ask in return — please keep it.

Live preview

This is exactly what your visitors will see. The JavaScript widget auto-resizes to fit; the iframe uses a fixed height you can tweak.

Developers · JSON API

Solo odds as JSON

Building your own UI, bot or dashboard? Query the same live solo-mining odds the calculator uses, as JSON — free and CORS-enabled. Just keep the attribution link back to SoloFury.

Endpoint
GET https://solofury.com/api/solo-odds
Parameters
paramvaluesdefault
coinbtc · bch · bc2 · bch2 · xecrequired
hrnumber > 0required
unitth · ph · ehth
diff0 · 1 (difficulty growth ~2×/yr)0
Examples
curl "https://solofury.com/api/solo-odds?coin=btc&hr=1&unit=ph"
curl "https://solofury.com/api/solo-odds?coin=xec&hr=100&unit=th&diff=1"
Response (200)
{
  "ok": true,
  "coin": "btc", "ticker": "BTC",
  "input":   { "hashrate": 1, "unit": "ph", "hashrate_hps": 1e15 },
  "network": { "hashrate_hps": 8.6e20, "difficulty": 1.4e14, "block_height": 952847 },
  "block":   { "reward": 3.125, "time_sec": 600 },
  "result": {
    "your_share": 1.16e-6,
    "expected_time_to_block_sec": 516818607,
    "median_time_to_block_sec": 358231360,
    "daily_expected_reward": 0.000522,
    "probability_percent": { "day": 0.017, "week": 0.12, "month": 0.50, "year": 5.92 },
    "block_odds_one_in": 861364
  },
  "attribution": "Powered by SoloFury - https://solofury.com"
}

Same Poisson model as the calculator (P = 1 − e^(−λ)), live network data from SoloFury nodes. CORS open for browser apps — please keep the attribution link to solofury.com.