{
  "pools": [
    {
      "id": "btcpool1",
      "coin": {
        "type": "BTC",
        "name": "Bitcoin",
        "symbol": "BTC",
        "website": "https://www.bitcoin.org/",
        "market": "https://coinmarketcap.com/currencies/bitcoin/",
        "family": "bitcoin",
        "algorithm": "Sha256D",
        "twitter": "https://twitter.com/bitcoin",
        "discord": "",
        "telegram": "",
        "canonicalName": "Bitcoin"
      },
      "ports": {
        "4444": {
          "listenAddress": "0.0.0.0",
          "difficulty": 0.02,
          "varDiff": {
            "minDiff": 0.01,
            "maxDelta": 500,
            "targetTime": 15,
            "retargetTime": 90,
            "variancePercent": 30
          },
          "tls": false,
          "tlsAuto": false
        }
      },
      "paymentProcessing": {
        "enabled": true,
        "minimumPayment": 0.001,
        "payoutScheme": "PPLNS",
        "payoutSchemeConfig": [
          [
            []
          ]
        ],
        "extra": {}
      },
      "clientConnectionTimeout": 600,
      "jobRebroadcastTimeout": 10,
      "blockRefreshInterval": 400,
      "poolFeePercent": 1,
      "address": "1KfTAJc3ZkonyuXem5fkFKx47fVCUTvUyd",
      "addressInfoLink": "https://www.blockchain.com/btc/address/1KfTAJc3ZkonyuXem5fkFKx47fVCUTvUyd",
      "poolStats": {
        "connectedMiners": 0,
        "poolHashrate": 0,
        "sharesPerSecond": 0
      },
      "networkStats": {
        "networkType": "Main",
        "networkHashrate": 1.032848778054792E+21,
        "networkDifficulty": 124932866006548.16,
        "nextNetworkTarget": "0000000000000000000240c30000000000000000000000000000000000000000",
        "nextNetworkBits": "170240c3",
        "lastNetworkBlockTime": "2026-06-19T06:36:57.4326313Z",
        "blockHeight": 954367,
        "connectedPeers": 10,
        "rewardType": "POW"
      },
      "topMiners": [],
      "totalPaid": 0,
      "totalBlocks": 0,
      "poolEffort": 0
    }
  ]
}