Pool
ÖFFENTLICHE REST-API

SOLOFURY API

Kostenlos · Keine Authentifizierung · CORS aktiviert · Rate-limit-freundlich

BASE URL https://solofury.com

Endpoints nach Coin

SoloFury stellt identische APIs über 5 SHA-256-Coins bereit. Der Base Path unterscheidet sich je Coin — BCH nutzt aus historischen Gründen /api; die anderen nutzen /api-{coin}.

CoinBase PathStratum-Ports
BTC/api-btc6060, 6061, 6062
BCH/api7070, 7071, 7072
BC2/api-bc28080, 8081, 8082
BCH2/api-bch28585, 8586, 8587
XEC/api-xec9090, 9091, 9092

Pool-Statistiken

GET /api/pool

Pool-weite Statistiken: gesamte Hashrate (rollierend 1m/1h/1d/7d), verbundene Miner, gefundene Blöcke, aktuelle Blockhöhe, Netzwerk-Difficulty/Hashrate, Fee.

Beispielantwort
{
  "totalHashRate": 2780000000000000,         // H/s · current
  "totalHashRate1m": 2810000000000000,
  "totalHashRate1hr": 2750000000000000,
  "totalHashRate1d": 2640000000000000,
  "totalHashRate7d": 2420000000000000,
  "blockHeight": 948592,
  "networkDifficulty": 763004012345.6,
  "networkHashRate": 5060000000000000000,
  "totalMiners": 10,
  "blocksFound": […],                          // array of past block events
  "fee": 1                                       // percent
}

Pool-Info

GET /api/info

Pool-Laufzeitinfos: bisher beste Share, akzeptierte/abgelehnte/stale/ungültige Shares, Effizienz, Uptime, Stratum-Port, Pool-Kennung.

Beispielantwort
{
  "poolIdentifier": "BCH-Solo",
  "fee": 1,
  "stratumPort": 7070,
  "uptime": 8643215,                          // seconds
  "accepted": 142357821,
  "rejected": 12483,
  "stale": 8421,
  "invalid": 3,
  "efficiency": "99.99",
  "highScores": [{ "bestDifficulty": 2613000000000, "bestDifficultyUserAgent": "Antminer" }]
}

Pool-Chart

GET /api/info/chart

Zeitreihe von Pool-Hashrate, Zählern für akzeptiert/abgelehnt/stale/ungültig, Netzwerk-Difficulty. Wird vom Dashboard-Chart genutzt. Standard 24h, max. ~7 Tage.

QueryTypStandardBeschreibung
hoursinteger24Fenstergröße in Stunden (5-Min-Granularität)
Beispielantwort (gekürzt)
[
  {
    "label": "01:25",
    "data": 2540000000000000,                  // hashrate · H/s
    "difficulty": 763004012345.6,
    "accepted": 142357821,
    "rejected": 12483,
    "stale": 8421,
    "invalid": 3
  },
  …                                                // 288 points for 24h window
]

Share-Statistiken

GET /api/shares

Detaillierte Share-Statistiken: Zähler, beste Share, Shares pro Sekunde über mehrere Zeitfenster.

Beispielantwort
{
  "accepted": 142357821,
  "rejected": 12483,
  "stale": 8421,
  "invalid": 3,
  "duplicate": 0,
  "bestshare": 2613000000000,
  "efficiency": "99.99",
  "sharesPerSecond1m": 187.4,
  "sharesPerSecond5m": 182.1,
  "sharesPerSecond15m": 179.8,
  "sharesPerSecond1h": 175.2
}

Netzwerk-Info

GET /api/network

Live-Blockchain-Netzwerkdaten direkt vom zugrunde liegenden Node — Blockhöhe, Difficulty, Hashrate, Mempool-Größe, Chain-Kennung.

Beispielantwort
{
  "blocks": 948592,
  "difficulty": 763004012345.6,
  "networkhashps": 5060000000000000000,    // H/s
  "currentblockweight": 3998000,
  "currentblocktx": 2841,
  "pooledtx": 3142,
  "chain": "main",
  "warnings": ""
}

Netzwerk-Verlauf

GET /api/network/history

Zeitreihe von Netzwerk-Difficulty und Hashrate. Standard 24h, maximal 168h (7 Tage).

QueryTypStandardBeschreibung
hoursinteger168Fenstergröße in Stunden (max. 168)

Client- / Miner-Info

GET /api/client/{wallet_address}

Miner-Daten pro Adresse: verbundene Worker, Hashrate pro Worker, Share-Zähler, erreichte beste Difficulty, Zeitstempel des letzten Kontakts.

PfadTypBeschreibung
addressstringMiner-Wallet-Adresse (natives BTC/BCH/BC2/BCH2/XEC-Format)
Beispielantwort
{
  "bestDifficulty": 2613000000000,
  "sessionId": "a1b2c3d4...",
  "workers": [
    {
      "name": "S21Plus01",
      "hashRate": 276000000000000,           // H/s
      "bestDifficulty": 59870000000,
      "sessionId": "abc...",
      "lastSeen": "2026-05-08T00:42:00.000Z",
      "startTime": "2026-04-28T13:55:00.000Z"
    },
    …
  ]
}

Client-Chart

GET /api/client/{wallet_address}/chart

Zeitreihe pro Miner: Hashrate, akzeptierte/abgelehnte/stale/ungültige Shares, Difficulty. Gleiche Struktur wie /api/info/chart, aber auf eine einzelne Adresse beschränkt.

Pfad / QueryTypStandardBeschreibung
addressstringMiner-Wallet-Adresse
hoursinteger24Fenstergröße in Stunden

Der Miner-Verlauf wird ab der ersten Verbindung der Adresse erfasst, daher füllen sich längere Zeitfenster nach und nach, während Daten gesammelt werden.

Stratum-Verbindung

Verbinde deinen ASIC mit SoloFury über Stratum V1. 9 Regionen weltweit für globales Routing mit niedriger Latenz.

🇺🇸
Atlanta
{coin}.solofury.com
🇩🇪
Frankfurt
eu-{coin}.solofury.com
🇯🇵
Tokyo
jp-{coin}.solofury.com
🇸🇬
Singapore
asia-{coin}.solofury.com
🇧🇷
São Paulo
lat-{coin}.solofury.com
🇺🇸
Seattle
pnw-{coin}.solofury.com
🇮🇱
Tel Aviv
me-{coin}.solofury.com
🇿🇦
Johannesburg
afr-{coin}.solofury.com
🇬🇧
London
uk-{coin}.solofury.com
Stratum-URLs · alle 5 Coins · alle 9 Regionen
// Host = [region]-[coin].solofury.com  (Atlanta has no region prefix)
// Regions: (none)=Atlanta · eu-=Frankfurt · jp-=Tokyo · asia-=Singapore
//          lat-=Sao Paulo · pnw-=Seattle · me-=Tel Aviv · afr-=Johannesburg · uk-=London
// Coins: bch · btc · bc2 · bch2 · xec
// Ports: BTC 6060-6062 · BCH 7070-7072 · BC2 8080-8082 · BCH2 8585-8587 · XEC 9090-9092

// Examples (3 ports per coin = failover)
stratum+tcp://btc.solofury.com:6060        // BTC · Atlanta
stratum+tcp://eu-bch.solofury.com:7070     // BCH · Frankfurt
stratum+tcp://jp-xec.solofury.com:9090     // XEC · Tokyo
stratum+tcp://asia-btc.solofury.com:6060   // BTC · Singapore
stratum+tcp://uk-bc2.solofury.com:8080     // BC2 · London

// Worker format
Username: YOUR_WALLET_ADDRESS.WORKER_NAME
Password: x

Rate-Limits & Hinweise

Keine Authentifizierung erforderlich
Alle Antworten in JSON
CORS aktiviert — von jedem Origin nutzbar
Nur HTTPS
Sei fair — empfohlen 1 Anfrage/Sekunde/IP
Pool-Fee: 1% auf allen Coins
Algorithmus: SHA-256
AsicBoost (Version-Rolling): Unterstützt
Stratum-Protokoll: V1
Kein KYC, keine Registrierung, keine E-Mail zum Minen nötig

Beispiele

Pool-Statistiken · alle 5 Coins
# All 5 coin pools
curl -s https://solofury.com/api-btc/pool | jq .
curl -s https://solofury.com/api/pool      | jq .   # BCH (no suffix)
curl -s https://solofury.com/api-bc2/pool  | jq .
curl -s https://solofury.com/api-bch2/pool | jq .
curl -s https://solofury.com/api-xec/pool  | jq .

# Network info
curl -s https://solofury.com/api/network

# Per-miner stats
curl -s https://solofury.com/api/client/YOUR_WALLET_ADDRESS

# Time-series chart (24h, 5-min granularity)
curl -s "https://solofury.com/api/info/chart?hours=24"

Integrationen

Die API von SoloFury folgt Branchenkonventionen und ist mit gängigen Mining-Tools kompatibel.

MiningPoolStats
Aggregator für Pool-Listing & Live-Statistiken
minerstat
ASIC-Überwachung & Profit-Switching
WhatToMine
Rentabilitätsberechnungen
Grafana
Eigene Dashboards via Prometheus-Exporter
Telegram / Discord bots
Eigene Überwachung + Block-Found-Benachrichtigungen
SoloFury Telegram Bot
@SoloFuryBot — offizielle Live-Block-Alerts