├── .github └── workflows │ └── validate-json.yml ├── LICENSE ├── README.md └── pools.json /.github/workflows/validate-json.yml: -------------------------------------------------------------------------------- 1 | name: JSON check 2 | 3 | on: 4 | push: 5 | paths: 6 | - "**.json" 7 | pull_request: 8 | 9 | jobs: 10 | json_validator: 11 | runs-on: ubuntu-latest 12 | steps: 13 | - uses: actions/checkout@v2 14 | - name: json-syntax-check 15 | uses: limitusus/json-syntax-check@v1 16 | with: 17 | pattern: "\\.json$" 18 | -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- 1 | MIT License 2 | 3 | Copyright (c) 2019 btc.com 4 | 5 | Permission is hereby granted, free of charge, to any person obtaining a copy 6 | of this software and associated documentation files (the "Software"), to deal 7 | in the Software without restriction, including without limitation the rights 8 | to use, copy, modify, merge, publish, distribute, sublicense, and/or sell 9 | copies of the Software, and to permit persons to whom the Software is 10 | furnished to do so, subject to the following conditions: 11 | 12 | The above copyright notice and this permission notice shall be included in all 13 | copies or substantial portions of the Software. 14 | 15 | THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 16 | IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 17 | FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE 18 | AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER 19 | LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, 20 | OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE 21 | SOFTWARE. 22 | -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | # Bitcoin Mining Pools 2 | 3 | Coinbase Tags used on https://mempool.space/mining/pools 4 | 5 | Contributions welcome. 6 | -------------------------------------------------------------------------------- /pools.json: -------------------------------------------------------------------------------- 1 | { 2 | "coinbase_tags" : { 3 | "/BlockfillsPool/" : { 4 | "name": "BlockFills", 5 | "link": "https://www.blockfills.com/mining/" 6 | }, 7 | "/ultimus/" : { 8 | "name": "ULTIMUSPOOL", 9 | "link": "https://www.ultimuspool.com/" 10 | }, 11 | "terrapool.io": { 12 | "name": "Terra Pool", 13 | "link": "https://terrapool.io/" 14 | }, 15 | "/LUXOR/": { 16 | "name": "Luxor", 17 | "link": "https://mining.luxor.tech" 18 | }, 19 | "/1THash&58COIN/": { 20 | "name": "1THash", 21 | "link": "https://www.1thash.top" 22 | }, 23 | "/1THash/": { 24 | "name": "1THash", 25 | "link": "https://www.1thash.top" 26 | }, 27 | "/BTC.COM/" : { 28 | "name" : "BTC.com", 29 | "link" : "https://pool.btc.com" 30 | }, 31 | "/BTC.com/" : { 32 | "name" : "BTC.com", 33 | "link" : "https://pool.btc.com" 34 | }, 35 | "btccom" : { 36 | "name" : "BTC.com", 37 | "link" : "https://pool.btc.com" 38 | }, 39 | "BITFARMS": { 40 | "name": "Bitfarms", 41 | "link": "https://www.bitfarms.io/" 42 | }, 43 | "/Huobi/": { 44 | "name": "Huobi.pool", 45 | "link": "https://www.hpt.com/" 46 | }, 47 | "/HuoBi/": { 48 | "name": "Huobi.pool", 49 | "link": "https://www.hpt.com/" 50 | }, 51 | "/E2M & BTC.TOP/": { 52 | "name": "WAYI.CN", 53 | "link": "http://www.easy2mine.com/" 54 | }, 55 | "/canoepool/": { 56 | "name": "CanoePool", 57 | "link": "https://www.canoepool.com/" 58 | }, 59 | "/BTC.TOP/": { 60 | "name" : "BTC.TOP", 61 | "link" : "http://www.btc.top/" 62 | }, 63 | "pool.bitcoin.com" : { 64 | "name" : "Bitcoin.com", 65 | "link" : "https://www.bitcoin.com/" 66 | }, 67 | "Mined By 175btc.com" : { 68 | "name" : "175btc", 69 | "link" : "http://www.175btc.com/" 70 | }, 71 | "/mined by gbminers/" : { 72 | "name" : "GBMiners", 73 | "link" : "http://gbminers.com/" 74 | }, 75 | "/A-XBT/" : { 76 | "name" : "A-XBT", 77 | "link" : "http://www.a-xbt.com" 78 | }, 79 | "ASICMiner" : { 80 | "name" : "ASICMiner", 81 | "link" : "http://www.asicminer.co" 82 | }, 83 | "BitMinter" : { 84 | "name" : "BitMinter", 85 | "link" : "https://bitminter.com/" 86 | }, 87 | "/Bitcoin-Russia.ru/" : { 88 | "name" : "BitcoinRussia", 89 | "link" : "https://bitcoin-russia.ru" 90 | }, 91 | "btcserv" : { 92 | "name" : "BTCServ", 93 | "link" : "http://btcserv.net/" 94 | }, 95 | "simplecoin" : { 96 | "name" : "simplecoin.us", 97 | "link" : "http://simplecoin.us/" 98 | }, 99 | "BTC Guild" : { 100 | "name" : "BTC Guild", 101 | "link" : "http://www.btcguild.com/" 102 | }, 103 | "Eligius" : { 104 | "name" : "Eligius", 105 | "link" : "http://eligius.st/" 106 | }, 107 | "ozco.in" : { 108 | "name" : "OzCoin", 109 | "link" : "http://ozcoin.net/" 110 | }, 111 | "ozcoin" : { 112 | "name" : "OzCoin", 113 | "link" : "http://ozcoin.net/" 114 | }, 115 | "EMC:" : { 116 | "name" : "EclipseMC", 117 | "link" : "https://eclipsemc.com/" 118 | }, 119 | "EMC " : { 120 | "name" : "EclipseMC", 121 | "link" : "https://eclipsemc.com/" 122 | }, 123 | "MaxBTC" : { 124 | "name" : "MaxBTC", 125 | "link" : "http://maxbtc.com/" 126 | }, 127 | "triplemining" : { 128 | "name" : "TripleMining", 129 | "link" : "https://www.triplemining.com/" 130 | }, 131 | "Triplemining.com" : { 132 | "name" : "TripleMining", 133 | "link" : "https://www.triplemining.com/" 134 | }, 135 | "CoinLab" : { 136 | "name" : "CoinLab", 137 | "link" : "http://coinlab.com/" 138 | }, 139 | "50BTC" : { 140 | "name" : "50BTC", 141 | "link" : "https://www.50btc.com/" 142 | }, 143 | "ghash.io" : { 144 | "name" : "GHash.IO", 145 | "link" : "https://ghash.io/" 146 | }, 147 | "st mining corp" : { 148 | "name" : "ST Mining Corp", 149 | "link" : "https://bitcointalk.org/index.php?topic=77000.msg3207708#msg3207708" 150 | }, 151 | "bitparking" : { 152 | "name" : "Bitparking", 153 | "link" : "http://mmpool.bitparking.com/" 154 | }, 155 | "mmpool" : { 156 | "name" : "mmpool", 157 | "link" : "http://mmpool.org/pool" 158 | }, 159 | "by polmine.pl" : { 160 | "name" : "Polmine", 161 | "link" : "https://polmine.pl/" 162 | }, 163 | "bypmneU" : { 164 | "name" : "Polmine", 165 | "link" : "https://polmine.pl/" 166 | }, 167 | "KnCMiner" : { 168 | "name" : "KnCMiner", 169 | "link" : "https://portal.kncminer.com/pool" 170 | }, 171 | "Bitalo" : { 172 | "name" : "Bitalo", 173 | "link" : "https://bitalo.com/mining" 174 | }, 175 | "七彩神仙鱼" : { 176 | "name" : "F2Pool", 177 | "link" : "https://www.f2pool.com/" 178 | }, 179 | "🐟" : { 180 | "name" : "F2Pool", 181 | "link" : "https://www.f2pool.com/" 182 | }, 183 | "HHTT" : { 184 | "name" : "HHTT", 185 | "link" : "http://hhtt.1209k.com/" 186 | }, 187 | "megabigpower.com" : { 188 | "name" : "MegaBigPower", 189 | "link" : "http://megabigpower.com/" 190 | }, 191 | "/mtred/" : { 192 | "name" : "Mt Red", 193 | "link" : "https://mtred.com/" 194 | }, 195 | "nmcbit.com" : { 196 | "name" : "NMCbit", 197 | "link" : "http://nmcbit.com/" 198 | }, 199 | "yourbtc.net" : { 200 | "name" : "Yourbtc.net", 201 | "link" : "http://yourbtc.net/" 202 | }, 203 | "Give-Me-Coins" : { 204 | "name" : "Give Me Coins", 205 | "link" : "http://give-me-coins.com/" 206 | }, 207 | "/slush/" : { 208 | "name" : "SlushPool", 209 | "link" : "https://slushpool.com/" 210 | }, 211 | "Mined by AntPool" : { 212 | "name" : "AntPool", 213 | "link" : "https://www.antpool.com/" 214 | }, 215 | "Mined By AntPool" : { 216 | "name" : "AntPool", 217 | "link" : "https://www.antpool.com/" 218 | }, 219 | "/AntPool/" : { 220 | "name" : "AntPool", 221 | "link" : "https://www.antpool.com/" 222 | }, 223 | "Mined by MultiCoin.co" : { 224 | "name" : "MultiCoin.co", 225 | "link" : "http://multicoin.co" 226 | }, 227 | "bcpool.io" : { 228 | "name" : "bcpool.io", 229 | "link" : "https://bcpool.io/" 230 | }, 231 | "cointerra" : { 232 | "name" : "Cointerra", 233 | "link" : "http://cointerra.com/" 234 | }, 235 | "Kano" : { 236 | "name" : "KanoPool", 237 | "link" : "https://kano.is/" 238 | }, 239 | "/solo.ckpool.org/" : { 240 | "name" : "Solo CK", 241 | "link" : "http://solo.ckpool.org/" 242 | }, 243 | "/ckpool.org/" : { 244 | "name" : "CKPool", 245 | "link" : "http://ckpool.org" 246 | }, 247 | "/NiceHashSolo" : { 248 | "name" : "NiceHash", 249 | "link" : "https://solo.nicehash.com/" 250 | }, 251 | "/BitClub Network/" : { 252 | "name" : "BitClub", 253 | "link" : "https://bitclubpool.com/" 254 | }, 255 | "bitcoinaffiliatenetwork.com" : { 256 | "name" : "Bitcoin Affiliate Network", 257 | "link" : "https://mining.bitcoinaffiliatenetwork.com/" 258 | }, 259 | "BTCChina Pool" : { 260 | "name" : "BTCC", 261 | "link" : "https://pool.btcc.com/" 262 | }, 263 | "btcchina.com" : { 264 | "name" : "BTCC", 265 | "link" : "https://pool.btcc.com/" 266 | }, 267 | "BTCChina.com" : { 268 | "name" : "BTCC", 269 | "link" : "https://pool.btcc.com/" 270 | }, 271 | "/BTCC/" : { 272 | "name" : "BTCC", 273 | "link" : "https://pool.btcc.com/" 274 | }, 275 | "BW Pool" : { 276 | "name" : "BWPool", 277 | "link" : "https://bwpool.net/" 278 | }, 279 | "BWPool" : { 280 | "name" : "BWPool", 281 | "link" : "https://bwpool.net/" 282 | }, 283 | "xbtc.exx.com&bw.com" : { 284 | "name" : "EXX&BW", 285 | "link" : "https://xbtc.exx.com/" 286 | }, 287 | "Bitsolo Pool" : { 288 | "name" : "Bitsolo", 289 | "link" : "http://bitsolo.net/" 290 | }, 291 | "/BitFury/" : { 292 | "name" : "BitFury", 293 | "link" : "http://bitfury.com/" 294 | }, 295 | "/Bitfury/" : { 296 | "name" : "BitFury", 297 | "link" : "http://bitfury.com/" 298 | }, 299 | "/pool34/" : { 300 | "name" : "21 Inc.", 301 | "link" : "https://21.co/" 302 | }, 303 | "/agentD/" : { 304 | "name" : "digitalBTC", 305 | "link" : "http://digitalbtc.com/" 306 | }, 307 | "/八宝池 8baochi.com/" : { 308 | "name" : "8baochi", 309 | "link" : "http://8baochi.com/" 310 | }, 311 | "myBTCcoin Pool" : { 312 | "name" : "myBTCcoin Pool", 313 | "link" : "http://mybtccoin.com/" 314 | }, 315 | "TBDice" : { 316 | "name" : "TBDice", 317 | "link" : "http://tbdice.org/" 318 | }, 319 | "HASHPOOL" : { 320 | "name" : "HASHPOOL", 321 | "link" : "http://hashpool.com/" 322 | }, 323 | "/Nexious/" : { 324 | "name" : "Nexious", 325 | "link" : "https://nexious.com/" 326 | }, 327 | "/bravo-mining/" : { 328 | "name" : "Bravo Mining", 329 | "link" : "http://www.bravo-mining.com/" 330 | }, 331 | "/HotPool/" : { 332 | "name": "HotPool", 333 | "link": "https://hotpool.co/" 334 | }, 335 | "/www.okex.com/" : { 336 | "name": "OKExPool", 337 | "link": "https://www.okex.com/" 338 | }, 339 | "/BCMonster/" : { 340 | "name": "BCMonster", 341 | "link": "http://www.bcmonster.com/" 342 | }, 343 | "Mined by 1hash.com" : { 344 | "name": "1Hash", 345 | "link": "http://www.1hash.com/" 346 | }, 347 | "/HaoBTC/" : { 348 | "name": "Bixin", 349 | "link": "https://haopool.com/" 350 | }, 351 | "HAOBTC" : { 352 | "name": "Bixin", 353 | "link": "https://haopool.com/" 354 | }, 355 | "/Bixin/" : { 356 | "name": "Bixin", 357 | "link": "https://haopool.com/" 358 | }, 359 | "/ViaBTC/TATMAS Pool/" : { 360 | "name" : "TATMAS Pool", 361 | "link" : "https://tmsminer.com/" 362 | }, 363 | "viabtc.com deploy" : { 364 | "name": "ViaBTC", 365 | "link": "https://viabtc.com" 366 | }, 367 | "/ViaBTC/" : { 368 | "name": "ViaBTC", 369 | "link": "http://viabtc.com/" 370 | }, 371 | "/ConnectBTC - Home for Miners/" : { 372 | "name" : "ConnectBTC", 373 | "link" : "https://www.connectbtc.com/" 374 | }, 375 | "/BATPOOL/" : { 376 | "name" : "BATPOOL", 377 | "link" : "https://www.batpool.com/" 378 | }, 379 | "/CANOE/" : { 380 | "name" : "CanoePool", 381 | "link" : "https://btc.canoepool.com/" 382 | }, 383 | "/WATERHOLE.IO/" : { 384 | "name" : "Waterhole", 385 | "link" : "https://btc.waterhole.io/" 386 | }, 387 | "/DCExploration/" : { 388 | "name" : "DCExploration", 389 | "link" : "http://dcexploration.cn" 390 | }, 391 | "/DCEX/" : { 392 | "name" : "DCEX", 393 | "link" : "http://dcexploration.cn" 394 | }, 395 | "/BTPOOL/" : { 396 | "name" : "BTPOOL", 397 | "link" : "" 398 | }, 399 | "/58coin.com/" : { 400 | "name" : "58COIN", 401 | "link" : "https://www.58coin.com" 402 | }, 403 | "/Bitcoin-India/" : { 404 | "name": "Bitcoin India", 405 | "link": "https://bitcoin-india.org" 406 | }, 407 | "--Nug--" : { 408 | "name": "shawnp0wers", 409 | "link": "https://www.brainofshawn.com" 410 | }, 411 | "/phash.io/" : { 412 | "name": "PHash.IO", 413 | "link": "http://phash.io" 414 | }, 415 | "/phash.cn/" : { 416 | "name": "PHash.IO", 417 | "link": "http://phash.io" 418 | }, 419 | "/RigPool.com/" : { 420 | "name": "RigPool", 421 | "link": "https://www.rigpool.com" 422 | }, 423 | "/haozhuzhu/" : { 424 | "name": "HAOZHUZHU", 425 | "link": "http://haozhuzhu.com/" 426 | }, 427 | "/$Mined by 7pool.com/" : { 428 | "name": "7pool", 429 | "link": "https://7pool.com/" 430 | }, 431 | "/mined by poopbut/" : { 432 | "name": "MiningKings", 433 | "link": "https://miningkings.com/" 434 | }, 435 | "/Mined by HashBX.io/" : { 436 | "name": "HashBX", 437 | "link": "https://hashbx.io" 438 | }, 439 | "/DPOOL.TOP/": { 440 | "name" : "DPOOL", 441 | "link" : "http://www.dpool.top/" 442 | }, 443 | "/Rawpool.com/": { 444 | "name" : "Rawpool", 445 | "link" : "https://www.rawpool.com/" 446 | }, 447 | "/haominer/": { 448 | "name" : "haominer", 449 | "link" : "http://haominer.com/" 450 | }, 451 | "/Helix/": { 452 | "name": "Helix", 453 | "link": "" 454 | }, 455 | "/Bitcoin-Ukraine.com.ua/": { 456 | "name": "Bitcoin-Ukraine", 457 | "link": "https://bitcoin-ukraine.com.ua/" 458 | }, 459 | "/poolin.com": { 460 | "name" : "Poolin", 461 | "link" : "https://www.poolin.com/" 462 | }, 463 | "/SecretSuperstar/": { 464 | "name" : "SecretSuperstar", 465 | "link" : "" 466 | }, 467 | "/tigerpool.net": { 468 | "name" : "tigerpool.net", 469 | "link" : "" 470 | }, 471 | "/Sigmapool.com/": { 472 | "name" : "Sigmapool.com", 473 | "link" : "https://sigmapool.com" 474 | }, 475 | "/www.okpool.top/": { 476 | "name" : "okpool.top", 477 | "link" : "https://www.okpool.top" 478 | }, 479 | "HummerPool": { 480 | "name" : "Hummerpool", 481 | "link" : "https://www.hummerpool.com" 482 | }, 483 | "Hummerpool": { 484 | "name" : "Hummerpool", 485 | "link" : "https://www.hummerpool.com" 486 | }, 487 | "/Tangpool/": { 488 | "name" : "Tangpool", 489 | "link" : "http://www.tangpool.com/" 490 | }, 491 | "/bytepool.com/": { 492 | "name" : "BytePool", 493 | "link" : "https://www.bytepool.com/" 494 | }, 495 | "/SpiderPool/": { 496 | "name" : "SpiderPool", 497 | "link" : "https://www.spiderpool.com/" 498 | }, 499 | "/NovaBlock/": { 500 | "name" : "NovaBlock", 501 | "link" : "https://novablock.com" 502 | }, 503 | "MiningCity": { 504 | "name" : "MiningCity", 505 | "link" : "https://www.miningcity.com/" 506 | }, 507 | "/Binance/": { 508 | "name" : "Binance Pool", 509 | "link" : "https://pool.binance.com/" 510 | }, 511 | "binance": { 512 | "name" : "Binance Pool", 513 | "link" : "https://pool.binance.com/" 514 | }, 515 | "/Mined in the USA by: /Minerium.com/" : { 516 | "name" : "Minerium", 517 | "link" : "https://www.minerium.com/" 518 | }, 519 | "/Minerium.com/" : { 520 | "name" : "Minerium", 521 | "link" : "https://www.minerium.com/" 522 | }, 523 | "/Buffett/": { 524 | "name" : "Lubian.com", 525 | "link" : "" 526 | }, 527 | "/lubian.com/" : { 528 | "name" : "Lubian.com", 529 | "link" : "http://www.lubian.com/" 530 | }, 531 | "/hash.okkong.com/" : { 532 | "name" : "OKKONG", 533 | "link" : "https://hash.okkong.com" 534 | }, 535 | "/AAOPOOL/" : { 536 | "name" : "AAO Pool", 537 | "link" : "https://btc.tmspool.top" 538 | }, 539 | "/one_more_mcd/" : { 540 | "name" : "EMCDPool", 541 | "link" : "https://pool.emcd.io" 542 | }, 543 | "get___emcd" : { 544 | "name" : "EMCDPool", 545 | "link" : "https://pool.emcd.io" 546 | }, 547 | "/EMCD/" : { 548 | "name" : "EMCDPool", 549 | "link" : "https://pool.emcd.io" 550 | }, 551 | "Foundry USA Pool" : { 552 | "name" : "Foundry USA", 553 | "link" : "https://foundrydigital.com/" 554 | }, 555 | "/2cDw/" : { 556 | "name" : "Foundry USA", 557 | "link" : "https://foundrydigital.com/" 558 | }, 559 | "/SBICrypto.com Pool/" : { 560 | "name" : "SBI Crypto", 561 | "link" : "https://sbicrypto.com" 562 | }, 563 | "SBI Crypto": { 564 | "name": "SBI Crypto", 565 | "link": "https://www.sbicrypto.com" 566 | }, 567 | "SBICrypto": { 568 | "name": "SBI Crypto", 569 | "link": "https://www.sbicrypto.com" 570 | }, 571 | "/ArkPool/": { 572 | "name": "ArkPool", 573 | "link": "https://www.arkpool.com/" 574 | }, 575 | "/PureBTC.COM/": { 576 | "name": "PureBTC.COM", 577 | "link": "https://purebtc.com" 578 | }, 579 | "MARA Pool": { 580 | "name": "MARA Pool", 581 | "link": "https://marapool.com" 582 | }, 583 | "KuCoinPool": { 584 | "name": "KuCoinPool", 585 | "link": "https://www.kucoin.com/mining-pool/" 586 | }, 587 | "Entrustus" : { 588 | "name": "Entrust Charity Pool", 589 | "link": "pool.entustus.org" 590 | }, 591 | "okminer.com/euz": { 592 | "name" : "OKMINER", 593 | "link" : "https://okminer.com/" 594 | }, 595 | "Titan.io": { 596 | "name" : "Titan", 597 | "link" : "https://titan.io/" 598 | } 599 | }, 600 | "payout_addresses" : { 601 | "1PzVut5X6Nx7Mv4JHHKPtVM9Jr9LJ4Rbry": { 602 | "name": "BlockFills", 603 | "link": "https://www.blockfills.com/mining/" 604 | }, 605 | "1EMVSMe1VJUuqv7D7SFzctnVXk4KdjXATi" : { 606 | "name": "ULTIMUSPOOL", 607 | "link": "https://www.ultimuspool.com/" 608 | }, 609 | "3C9sAKXrBVpJVe3b738yik4LPHpPmceBgd": { 610 | "name" : "ULTIMUS POOL", 611 | "link" : "https://www.ultimuspool.com/" 612 | }, 613 | "3Qqp7LwxmSjPwRaKkDToysJsM3xA4ThqFk": { 614 | "name": "Terra Pool", 615 | "link": "https://terrapool.io/" 616 | }, 617 | "32P5KVSbZYAkVmSHxDd2oBXaSk372rbV7L": { 618 | "name" : "Terra Pool", 619 | "link" : "https://terrapool.io" 620 | }, 621 | "1MkCDCzHpBsYQivp8MxjY5AkTGG1f2baoe": { 622 | "name": "Luxor", 623 | "link": "https://mining.luxor.tech" 624 | }, 625 | "1ArTPjj6pV3aNRhLPjJVPYoxB98VLBzUmb": { 626 | "name" : "KuCoinPool", 627 | "link" : "https://www.kucoin.com/mining-pool/" 628 | }, 629 | "3Bmb9Jig8A5kHdDSxvDZ6eryj3AXd3swuJ": { 630 | "name" : "NovaBlock", 631 | "link" : "https://novablock.com" 632 | }, 633 | "3GvEGtnvgeBJ3p3EpdZhvUkxY4pDARkbjd" : { 634 | "name" : "Bitfarms", 635 | "link" : "https://www.bitfarms.io/" 636 | }, 637 | "1CjPR7Z5ZSyWk6WtXvSFgkptmpoi4UM9BC" : { 638 | "name" : "GHash.IO", 639 | "link" : "https://ghash.io/" 640 | }, 641 | "14R2r9FkyDmyxGB9xUVwVLdgsX9YfdVamk" : { 642 | "name" : "BitcoinRussia", 643 | "link" : "https://bitcoin-russia.ru/" 644 | }, 645 | "165GCEAx81wce33FWEnPCRhdjcXCrBJdKn" : { 646 | "name" : "BitcoinRussia", 647 | "link" : "https://bitcoin-russia.ru/" 648 | }, 649 | "17kkmDx8eSwj2JTTULb3HkJhCmexfysExz" : { 650 | "name" : "Polmine", 651 | "link" : "https://polmine.pl/" 652 | }, 653 | "1AajKXkaq2DsnDmP8ZPTrE5gH1HFo1x3AU" : { 654 | "name" : "Polmine", 655 | "link" : "https://polmine.pl/" 656 | }, 657 | "16cv7wyeG6RRqhvJpY21CnsjxuKj2gAoK2" : { 658 | "name" : "Polmine", 659 | "link" : "https://polmine.pl/" 660 | }, 661 | "13vWXwzNF5Ef9SUXNTdr7de7MqiV4G1gnL" : { 662 | "name" : "Polmine", 663 | "link" : "https://polmine.pl/" 664 | }, 665 | "1Nsvmnv8VcTMD643xMYAo35Aco3XA5YPpe" : { 666 | "name" : "Polmine", 667 | "link" : "https://polmine.pl/" 668 | }, 669 | "1JrYhdhP2jCY6JwuVzdk9jUwc4pctcSes7" : { 670 | "name" : "Polmine", 671 | "link" : "https://polmine.pl/" 672 | }, 673 | "1CK6KHY6MHgYvmRQ4PAafKYDrg1ejbH1cE" : { 674 | "name" : "SlushPool", 675 | "link" : "https://slushpool.com/" 676 | }, 677 | "1AqTMY7kmHZxBuLUR5wJjPFUvqGs23sesr" : { 678 | "name" : "SlushPool", 679 | "link" : "https://slushpool.com/" 680 | }, 681 | "1AcAj9p6zJn4xLXdvmdiuPCtY7YkBPTAJo" : { 682 | "name" : "BitFury", 683 | "link" : "http://bitfury.com/" 684 | }, 685 | "1BX5YoLwvqzvVwSrdD4dC32vbouHQn2tuF" : { 686 | "name" : "Cointerra", 687 | "link" : "http://cointerra.com/" 688 | }, 689 | "19PkHafEN18mquJ9ChwZt5YEFoCdPP5vYB" : { 690 | "name" : "BitMinter", 691 | "link" : "http://bitminter.com/" 692 | }, 693 | "15xiShqUqerfjFdyfgBH1K7Gwp6cbYmsTW" : { 694 | "name" : "EclipseMC", 695 | "link" : "https://eclipsemc.com/" 696 | }, 697 | "18M9o2mXNjNR96yKe7eyY6pfP6Nx4Nso3d" : { 698 | "name" : "EclipseMC", 699 | "link" : "https://eclipsemc.com/" 700 | }, 701 | "1BwZeHJo7b7M2op7VDfYnsmcpXsUYEcVHm" : { 702 | "name" : "BTC Nuggets", 703 | "link" : "http://104.197.8.250/" 704 | }, 705 | "1KFHE7w8BhaENAswwryaoccDb6qcT6DbYY" : { 706 | "name" : "F2Pool", 707 | "link" : "https://www.f2pool.com/" 708 | }, 709 | "3HuobiNg2wHjdPU2mQczL9on8WF7hZmaGd" : { 710 | "name" : "Huobi.pool", 711 | "link" : "https://www.hpt.com/" 712 | }, 713 | "18Zcyxqna6h7Z7bRjhKvGpr8HSfieQWXqj" : { 714 | "name" : "Huobi.pool", 715 | "link" : "https://www.hpt.com/" 716 | }, 717 | "1EepjXgvWUoRyNvuLSAxjiqZ1QqKGDANLW" : { 718 | "name" : "Huobi.pool", 719 | "link" : "https://www.hpt.com/" 720 | }, 721 | "1MvYASoHjqynMaMnP7SBmenyEWiLsTqoU6" : { 722 | "name" : "Huobi.pool", 723 | "link" : "https://www.hpt.com/" 724 | }, 725 | "1BDbsWi3Mrcjp1wdop3PWFNCNZtu4R7Hjy" : { 726 | "name" : "EMCDPool", 727 | "link" : "https://pool.emcd.io" 728 | }, 729 | "12QVFmJH2b4455YUHkMpEnWLeRY3eJ4Jb5" : { 730 | "name" : "AAO Pool", 731 | "link" : "https://btc.tmspool.top " 732 | }, 733 | "1ALA5v7h49QT7WYLcRsxcXqXUqEqaWmkvw" : { 734 | "name" : "CloudHashing", 735 | "link" : "https://cloudhashing.com/" 736 | }, 737 | "1K7znxRfkS8R1hcmyMvHDum1hAQreS4VQ4" : { 738 | "name" : "MegaBigPower", 739 | "link" : "https://megabigpower.com" 740 | }, 741 | "1HTejfsPZQGi3afCMEZTn2xdmoNzp13n3F" : { 742 | "name" : "Bitalo", 743 | "link" : "https://bitalo.com/mining" 744 | }, 745 | "1JLRXD8rjRgQtTS9MvfQALfHgGWau9L9ky" : { 746 | "name" : "BWPool", 747 | "link" : "https://bwpool.net/" 748 | }, 749 | "18zRehBcA2YkYvsC7dfQiFJNyjmWvXsvon" : { 750 | "name" : "Bitsolo", 751 | "link" : "http://bitsolo.net/" 752 | }, 753 | "155fzsEBHy9Ri2bMQ8uuuR3tv1YzcDywd4" : { 754 | "name" : "BitClub", 755 | "link" : "https://bitclubpool.com/" 756 | }, 757 | "14yfxkcpHnju97pecpM7fjuTkVdtbkcfE6" : { 758 | "name" : "BitFury", 759 | "link" : "http://bitfury.com/" 760 | }, 761 | "15rQXUSBQRubShPpiJfDLxmwS8ze2RUm4z" : { 762 | "name" : "21 Inc.", 763 | "link" : "https://21.co/" 764 | }, 765 | "1CdJi2xRTXJF6CEJqNHYyQDNEcM3X7fUhD" : { 766 | "name" : "21 Inc.", 767 | "link" : "https://21.co/" 768 | }, 769 | "1GC6HxDvnchDdb5cGkFXsJMZBFRsKAXfwi" : { 770 | "name" : "21 Inc.", 771 | "link" : "https://21.co/" 772 | }, 773 | "1MimPd6LrPKGftPRHWdfk8S3KYBfN4ELnD" : { 774 | "name" : "digitalBTC", 775 | "link" : "http://digitalbtc.com/" 776 | }, 777 | "1NY15MK947MLzmPUa2gL7UgyR8prLh2xfu" : { 778 | "name" : "digitalX Mintsy", 779 | "link" : "https://www.mintsy.co/" 780 | }, 781 | "1P4B6rx1js8TaEDXvZvtrkiEb9XrJgMQ19" : { 782 | "name" : "Telco 214", 783 | "link" : "http://www.telco214.com/" 784 | }, 785 | "1MoYfV4U61wqTPTHCyedzFmvf2o3uys2Ua" : { 786 | "name" : "Telco 214", 787 | "link" : "http://www.telco214.com/" 788 | }, 789 | "1GaKSh2t396nfSg5Ku2J3Yn1vfVsXrGuH5" : { 790 | "name" : "Telco 214", 791 | "link" : "http://www.telco214.com/" 792 | }, 793 | "1AsEJU4ht5wR7BzV6xsNQpwi5qRx4qH1ac" : { 794 | "name" : "Telco 214", 795 | "link" : "http://www.telco214.com/" 796 | }, 797 | "18ikmzPqk721ZNvWhDos1UL4H29w352Kj5" : { 798 | "name" : "Telco 214", 799 | "link" : "http://www.telco214.com/" 800 | }, 801 | "1DXRoTT67mCbhdHHL1it4J1xsSZHHnFxYR" : { 802 | "name" : "Telco 214", 803 | "link" : "http://www.telco214.com/" 804 | }, 805 | "152f1muMCNa7goXYhYAQC61hxEgGacmncB" : { 806 | "name" : "BTCC", 807 | "link" : "https://pool.btcc.com/" 808 | }, 809 | "1PmRrdp1YSkp1LxPyCfcmBHDEipG5X4eJB" : { 810 | "name" : "BTC Pool Party", 811 | "link" : "https://btcpoolparty.com/" 812 | }, 813 | "1Hk9gD8xMo2XBUhE73y5zXEM8xqgffTB5f" : { 814 | "name" : "8baochi", 815 | "link" : "http://8baochi.com/" 816 | }, 817 | "151T7r1MhizzJV6dskzzUkUdr7V8JxV2Dx" : { 818 | "name" : "myBTCcoin Pool", 819 | "link" : "http://www.mybtccoin.com/" 820 | }, 821 | "1MFsp2txCPwMMBJjNNeKaduGGs8Wi1Ce7X" : { 822 | "name" : "A-XBT", 823 | "link" : "http://www.a-xbt.com/" 824 | }, 825 | "1BUiW44WuJ2jiJgXiyxJVFMN8bc1GLdXRk" : { 826 | "name" : "TBDice", 827 | "link" : "http://tbdice.org/" 828 | }, 829 | "1MeffGLauEj2CZ18hRQqUauTXb9JAuLbGw" : { 830 | "name" : "Multipool", 831 | "link" : "https://www.multipool.us/" 832 | }, 833 | "1qtKetXKgqa7j1KrB19HbvfRiNUncmakk" : { 834 | "name" : "transactioncoinmining", 835 | "link" : "http://sha256.transactioncoinmining.com/" 836 | }, 837 | "15MxzsutVroEE9XiDckLxUHTCDAEZgPZJi" : { 838 | "name" : "BTCDig", 839 | "link" : "https://btcdig.com/" 840 | }, 841 | "1GBo1f2tzVx5jScV9kJXPUP9RjvYXuNzV7" : { 842 | "name" : "Nexious", 843 | "link" : "https://nexious.com/" 844 | }, 845 | "1AePMyovoijxvHuKhTqWvpaAkRCF4QswC6" : { 846 | "name" : "Tricky's BTC Pool", 847 | "link" : "http://pool.wemine.uk/" 848 | }, 849 | "17judvK4AC2M6KhaBbAEGw8CTKc9Pg8wup" : { 850 | "name" : "HotPool", 851 | "link" : "https://hotpool.co/" 852 | }, 853 | "1jKSjMLnDNup6NPgCjveeP9tUn4YpT94Y" : { 854 | "name" : "BTCMP", 855 | "link" : "https://www.btcmp.com/" 856 | }, 857 | "1MPxhNkSzeTNTHSZAibMaS8HS1esmUL1ne" : { 858 | "name" : "Eobot", 859 | "link" : "https://eobot.com/" 860 | }, 861 | "16GsNC3q6KgVXkUX7j7aPxSUdHrt1sN2yN" : { 862 | "name" : "Eobot", 863 | "link" : "https://eobot.com" 864 | }, 865 | "1F1xcRt8H8Wa623KqmkEontwAAVqDSAWCV" : { 866 | "name" : "1Hash", 867 | "link" : "http://www.1hash.com/" 868 | }, 869 | "1BRY8AD7vSNUEE75NjzfgiG18mWjGQSRuJ" : { 870 | "name" : "UNOMP", 871 | "link" : "http://199.115.116.7:8925/" 872 | }, 873 | "19RE4mz2UbDxDVougc6GGdoT4x5yXxwFq2" : { 874 | "name" : "Patels", 875 | "link" : "http://patelsminingpool.com/" 876 | }, 877 | "197miJmttpCt2ubVs6DDtGBYFDroxHmvVB" : { 878 | "name" : "Patels", 879 | "link" : "http://patelsminingpool.com/" 880 | }, 881 | "3NA8hsjfdgVkmmVS9moHmkZsVCoLxUkvvv" : { 882 | "name" : "BTC.com", 883 | "link" : "https://pool.btc.com" 884 | }, 885 | "34qkc2iac6RsyxZVfyE2S5U5WcRsbg2dpK" : { 886 | "name" : "BTC.com", 887 | "link" : "https://pool.btc.com" 888 | }, 889 | "3EhLZarJUNSfV6TWMZY1Nh5mi3FMsdHa5U" : { 890 | "name" : "BTC.com", 891 | "link" : "https://pool.btc.com" 892 | }, 893 | "bc1qjl8uwezzlech723lpnyuza0h2cdkvxvh54v3dn" : { 894 | "name" : "BTC.com", 895 | "link" : "https://pool.btc.com" 896 | }, 897 | "1Bf9sZvBHPFGVPX71WX2njhd1NXKv5y7v5" : { 898 | "name" : "BTC.com", 899 | "link" : "https://pool.btc.com" 900 | }, 901 | "18EPLvrs2UE11kWBB3ABS7Crwj5tTBYPoa" : { 902 | "name" : "GoGreenLight", 903 | "link" : "http://www.gogreenlight.se/" 904 | }, 905 | "1KPQkehgYAqwiC6UCcbojM3mbGjURrQJF2" : { 906 | "name" : "ConnectBTC", 907 | "link" : "https://www.connectbtc.com/" 908 | }, 909 | "167ApWWxUSFQmz2jdz9xop3oAKdLejvMML" : { 910 | "name" : "BATPOOL", 911 | "link" : "https://www.batpool.com/" 912 | }, 913 | "1KsFhYKLs8qb1GHqrPxHoywNQpet2CtP9t" : { 914 | "name" : "Bixin", 915 | "link" : "https://haopool.com/" 916 | }, 917 | "13hQVEstgo4iPQZv9C7VELnLWF7UWtF4Q3" : { 918 | "name" : "Bixin", 919 | "link" : "https://haopool.com/" 920 | }, 921 | "19qa95rTbDziNCS9EexUbh2hVY4viUU9tt" : { 922 | "name" : "HAOZHUZHU", 923 | "link" : "http://haozhuzhu.com" 924 | }, 925 | "1AZ6BkCo4zgTuuLpRStJH8iNsehXTMp456" : { 926 | "name" : "BitcoinIndia", 927 | "link" : "https://pool.bitcoin-india.org/" 928 | }, 929 | "1FLH1SoLv4U68yUERhDiWzrJn5TggMqkaZ" : { 930 | "name" : "Waterhole", 931 | "link" : "https://btc.waterhole.io/" 932 | }, 933 | "1GP8eWArgpwRum76saJS4cZKCHWJHs9PQo" : { 934 | "name" : "CanoePool", 935 | "link" : "https://btc.canoepool.com/" 936 | }, 937 | "199EDJoCpqV672qESEkfFgEqNT1iR2gj3t" : { 938 | "name" : "58COIN", 939 | "link" : "https://www.58coin.com/" 940 | }, 941 | "1Cs5RT9SRk1hxsdzivAfkjesNmVVJqfqkw" : { 942 | "name" : "EkanemBTC", 943 | "link" : "https://ekanembtc.com/" 944 | }, 945 | "13Sd8Y7nUao3z4bJFkZvCRXpFqHvLy49YY" : { 946 | "name" : "Telco 214", 947 | "link" : "http://www.telco214.com" 948 | }, 949 | "18hvMLisvfc58PvA5rHH7NsLN9CV5ddB2x" : { 950 | "name" : "Telco 214", 951 | "link" : "http://www.telco214.com" 952 | }, 953 | "1BUhwvF9oo3qkaSjjPpWrUzQxXNjkHdMZF" : { 954 | "name" : "Telco 214", 955 | "link" : "http://www.telco214.com" 956 | }, 957 | "1CNq2FAw6S5JfBiDkjkYJUVNQwjoeY4Zfi" : { 958 | "name" : "Telco 214", 959 | "link" : "http://www.telco214.com" 960 | }, 961 | "1LXWA3EEEwPixQcyFWXKX2hWHpkDoLknZW" : { 962 | "name" : "Telco 214", 963 | "link" : "http://www.telco214.com" 964 | }, 965 | "14M1pQ5KKeqmDrmqKyZEnaxAGJfBPrfWvQ" : { 966 | "name" : "Telco 214", 967 | "link" : "http://www.telco214.com" 968 | }, 969 | "12znnESiJ3bgCLftwwrg9wzQKN8fJtoBDa" : { 970 | "name" : "shawnp0wers", 971 | "link" : "https://www.brainofshawn.com" 972 | }, 973 | "18HEMWFXM9UGPVZHUMdBPD3CMFWYn2NPRX" : { 974 | "name" : "shawnp0wers", 975 | "link" : "https://www.brainofshawn.com" 976 | }, 977 | "1Hz96kJKF2HLPGY15JWLB5m9qGNxvt8tHJ" : { 978 | "name" : "BTC.TOP", 979 | "link" : "http://btc.top" 980 | }, 981 | "1Afcpc2FpPnREU6i52K3cicmHdvYRAH9Wo" : { 982 | "name" : "CANOE", 983 | "link" : "https://www.canoepool.com" 984 | }, 985 | "1JpKmtspBJQVXK67DJP64eBJcAPhDvJ9Er" : { 986 | "name" : "RigPool", 987 | "link" : "https://www.rigpool.com" 988 | }, 989 | "1E18BNyobcoiejcDYAz5SjbrzifNDEpM88" : { 990 | "name" : "BCMonster", 991 | "link" : "http://www.bcmonster.com" 992 | }, 993 | "1JLc3JxvpdL1g5zoX8sKLP4BkJQiwnJftU" : { 994 | "name" : "7pool", 995 | "link" : "https://7pool.com/" 996 | }, 997 | "1EowSPumj9D9AMTpE64Jr7vT3PJDNopVcz" : { 998 | "name" : "MiningKings", 999 | "link" : "https://miningkings.com/" 1000 | }, 1001 | "1ApE99VM5RJzMRRtwd2JMgmkGabtJqoMEz" : { 1002 | "name" : "MiningKings", 1003 | "link" : "https://miningkings.com/" 1004 | }, 1005 | "1KGbsDDAgJN2HDNBjmMHp9828qATo5B9c9" : { 1006 | "name" : "MiningKings", 1007 | "link" : "https://miningkings.com/" 1008 | }, 1009 | "1ACAgPuFFidYzPMXbiKptSrwT74Dg8hq2v" : { 1010 | "name" : "DPOOL", 1011 | "link" : "http://www.dpool.top/" 1012 | }, 1013 | "1FbBbv5oYqFKwiPm4CAqvAy8345n8AQ74b" : { 1014 | "name" : "Rawpool", 1015 | "link" : "https://www.rawpool.com/" 1016 | }, 1017 | "1LsFmhnne74EmU4q4aobfxfrWY4wfMVd8w" : { 1018 | "name" : "tiger", 1019 | "link" : "" 1020 | }, 1021 | "36n452uGq1x4mK7bfyZR8wgE47AnBb2pzi" : { 1022 | "name" : "Poolin", 1023 | "link" : "https://www.poolin.com/" 1024 | }, 1025 | "3KJrsjfg1dD6CrsTeHdHVH3KqMpvL2XWQn" : { 1026 | "name" : "Poolin", 1027 | "link" : "https://www.poolin.com/" 1028 | }, 1029 | "3JQSigWTCHyBLRD979JWgEtWP5YiiFwcQB" : { 1030 | "name" : "Poolin", 1031 | "link" : "https://www.poolin.com/" 1032 | }, 1033 | "1E8CZo2S3CqWg1VZSJNFCTbtT8hZPuQ2kB" : { 1034 | "name" : "Poolin", 1035 | "link" : "https://www.poolin.com/" 1036 | }, 1037 | "14sA8jqYQgMRQV9zUtGFvpeMEw7YDn77SK" : { 1038 | "name" : "Poolin", 1039 | "link" : "https://www.poolin.com/" 1040 | }, 1041 | "1GNgwA8JfG7Kc8akJ8opdNWJUihqUztfPe" : { 1042 | "name" : "Poolin", 1043 | "link" : "https://www.poolin.com/" 1044 | }, 1045 | "17tUZLvy3X2557JGhceXRiij2TNYuhRr4r" : { 1046 | "name" : "Poolin", 1047 | "link" : "https://www.poolin.com/" 1048 | }, 1049 | "12Taz8FFXQ3E2AGn3ZW1SZM5bLnYGX4xR6" : { 1050 | "name" : "Tangpool", 1051 | "link" : "http://www.tangpool.com/" 1052 | }, 1053 | "1M1Xw2rczxkF3p3wiNHaTmxvbpZZ7M6vaa" : { 1054 | "name": "1M1X", 1055 | "link": "" 1056 | }, 1057 | "39m5Wvn9ZqyhYmCYpsyHuGMt5YYw4Vmh1Z" : { 1058 | "name": "BytePool", 1059 | "link": "https://www.bytepool.com/" 1060 | }, 1061 | "38u1srayb1oybVB43UWKBJsrwJbdHGtPx2": { 1062 | "name" : "SpiderPool", 1063 | "link" : "https://www.spiderpool.com/" 1064 | }, 1065 | "125m2H43pwKpSZjLhMQHneuTwTJN5qRyYu": { 1066 | "name" : "SpiderPool", 1067 | "link" : "https://www.spiderpool.com/" 1068 | }, 1069 | "1Sjj2cPC3rTWcSTEYDeu2f3BavLosog4T": { 1070 | "name": "AntPool", 1071 | "link": "https://www.antpool.com/" 1072 | }, 1073 | "1jLVpwtNMfXWaHY4eiLDmGuBxokYLgv1X": { 1074 | "name": "AntPool", 1075 | "link": "https://www.antpool.com/" 1076 | }, 1077 | "15kiNKfDWsq7UsPg87UwxA8rVvWAjzRkYS": { 1078 | "name": "AntPool", 1079 | "link": "https://www.antpool.com/" 1080 | }, 1081 | "16MdTdqmXusauybtXTmFEW4GNFPPgGxQYE": { 1082 | "name": "AntPool", 1083 | "link": "https://www.antpool.com/" 1084 | }, 1085 | "16kUc5B48qnASbxeZTisCqTNx6G3DPXuKn": { 1086 | "name": "AntPool", 1087 | "link": "https://www.antpool.com/" 1088 | }, 1089 | "17gVZssumiJqYMCHozHKXGyaAvyu6NCX6V": { 1090 | "name": "AntPool", 1091 | "link": "https://www.antpool.com/" 1092 | }, 1093 | "1AJQ3jXhUF8WiisEcuVd8Xmfq4QJ7n1SdL": { 1094 | "name": "AntPool", 1095 | "link": "https://www.antpool.com/" 1096 | }, 1097 | "1BWW3pg5jb6rxebrNeo9TATarwJ1rthnoe": { 1098 | "name": "AntPool", 1099 | "link": "https://www.antpool.com/" 1100 | }, 1101 | "1CBqo1w3hmm9SCmbu2Yg6Ls4uLfkUqZJsx": { 1102 | "name": "AntPool", 1103 | "link": "https://www.antpool.com/" 1104 | }, 1105 | "1CyB8GJNEsNVXtPutB36nrDY3fMXBTzXSX": { 1106 | "name": "AntPool", 1107 | "link": "https://www.antpool.com/" 1108 | }, 1109 | "1D4UZG4qo8bF1MuZHSEyBHRZaxT8inatXS": { 1110 | "name": "AntPool", 1111 | "link": "https://www.antpool.com/" 1112 | }, 1113 | "1Dek9ArRHb9tyWb9gaaX8SWmkfi5V7U5Y6": { 1114 | "name": "AntPool", 1115 | "link": "https://www.antpool.com/" 1116 | }, 1117 | "1DDXyKUT6q3H9e5QXm2Gv6BNNWgztFG55g": { 1118 | "name": "AntPool", 1119 | "link": "https://www.antpool.com/" 1120 | }, 1121 | "1DyR7HPQWjM6Zrnk7SzHVY2GEpXRGNNH9o": { 1122 | "name": "AntPool", 1123 | "link": "https://www.antpool.com/" 1124 | }, 1125 | "1B7ZBX2C39b26M9chHLURGSFTJA6DDQkZv": { 1126 | "name": "AntPool", 1127 | "link": "https://www.antpool.com/" 1128 | }, 1129 | "1NS4gbx1G2D5rc9PnvVsPys12nKxGiQg72": { 1130 | "name": "AntPool", 1131 | "link": "https://www.antpool.com/" 1132 | }, 1133 | "1KmgBTL7cFmFFYTD7HcdkMcZXRcTkh2WwS": { 1134 | "name": "AntPool", 1135 | "link": "https://www.antpool.com/" 1136 | }, 1137 | "1Nh7uHdvY6fNwtQtM1G5EZAFPLC33B59rB": { 1138 | "name": "AntPool", 1139 | "link": "https://www.antpool.com/" 1140 | }, 1141 | "1LTGvTjDxiy5S9YcKEE9Lb7xSpZcPSqinw": { 1142 | "name": "AntPool", 1143 | "link": "https://www.antpool.com/" 1144 | }, 1145 | "1K8PNogxBZ6ts532DZnzxdbjgzJLjLdXqz": { 1146 | "name": "AntPool", 1147 | "link": "https://www.antpool.com/" 1148 | }, 1149 | "1JwUDWVSbAY5NeCBJhxQk1E8AfETfZuPj4": { 1150 | "name": "AntPool", 1151 | "link": "https://www.antpool.com/" 1152 | }, 1153 | "1JBVrhSSDrZrRmm4RnoWouqgGGqJMvWHi8": { 1154 | "name": "AntPool", 1155 | "link": "https://www.antpool.com/" 1156 | }, 1157 | "1H3u6R813MHGYhmGW6v86EYYriawRtACYD": { 1158 | "name": "AntPool", 1159 | "link": "https://www.antpool.com/" 1160 | }, 1161 | "1Gp7iCzDGMZiV55Kt8uKsux6VyoHe1aJaN": { 1162 | "name": "AntPool", 1163 | "link": "https://www.antpool.com/" 1164 | }, 1165 | "1GRcX882sdBYCAWyG99iF2oz7j3nYzXhLM": { 1166 | "name": "AntPool", 1167 | "link": "https://www.antpool.com/" 1168 | }, 1169 | "1FdJkPdpXtK3t5utZHJAop3saLZWfPfgak": { 1170 | "name": "AntPool", 1171 | "link": "https://www.antpool.com/" 1172 | }, 1173 | "12dRugNcdxK39288NjcDV4GX7rMsKCGn6B": { 1174 | "name": "AntPool", 1175 | "link": "https://www.antpool.com/" 1176 | }, 1177 | "1CZHhV67Qos4xXb8uYqvAGjK8Wq52woPi5": { 1178 | "name": "AntPool", 1179 | "link": "https://www.antpool.com/" 1180 | }, 1181 | "1Pzf7qT7bBGouvnjRvtRD8VhTyqjX1NrJT": { 1182 | "name": "AntPool", 1183 | "link": "https://www.antpool.com/" 1184 | }, 1185 | "3FaYVQF6wCMUB9NCeRe4tUp1zZx8qqM7H1": { 1186 | "name": "AntPool", 1187 | "link": "https://www.antpool.com/" 1188 | }, 1189 | "1MiQrT5sEKTUGNMbd9WS3yPPkSjWdpYA2r": { 1190 | "name": "AntPool", 1191 | "link": "https://www.antpool.com/" 1192 | }, 1193 | "1H6ckqNWikmVT3wpN3X1BQ6b156Xc9nT2L": { 1194 | "name": "AntPool", 1195 | "link": "https://www.antpool.com/" 1196 | }, 1197 | "1GT2N4dCufvbnTKMbS61QrQPN4SexCAFiH": { 1198 | "name": "AntPool", 1199 | "link": "https://www.antpool.com/" 1200 | }, 1201 | "1GEG1JR81jvUXs7TMAuo3SPBHZrpJijcjt": { 1202 | "name": "AntPool", 1203 | "link": "https://www.antpool.com/" 1204 | }, 1205 | "1FrHkVsW7csAYYaRbUUcrKSmv91hcQnsqQ": { 1206 | "name": "AntPool", 1207 | "link": "https://www.antpool.com/" 1208 | }, 1209 | "1DQaDTefKPjHz3beLuo8KHRZF9t2Sc6foP": { 1210 | "name": "AntPool", 1211 | "link": "https://www.antpool.com/" 1212 | }, 1213 | "1D9jw3QHNankXxtcGVihsDK7Z7THN6j7Pg": { 1214 | "name": "AntPool", 1215 | "link": "https://www.antpool.com/" 1216 | }, 1217 | "12cKiMNhCtBhZRUBCnYXo8A4WQzMUtYjmR": { 1218 | "name": "Sigmapool.com", 1219 | "link": "https://sigmapool.com/" 1220 | }, 1221 | "16JHXJ7M2MubWNX9grnqbjUqJ5PHwcCWw2": { 1222 | "name": "OKKONG", 1223 | "link": "https://hash.okkong.com/" 1224 | }, 1225 | "11wC5KcbgrWRBb43cwADdVrxgyF8mndVC": { 1226 | "name" : "MiningCity", 1227 | "link" : "https://www.miningcity.com/" 1228 | }, 1229 | "122pN8zvqTxJaA8fRY1PDBu4QYodqE5m2X": { 1230 | "name" : "Binance Pool", 1231 | "link" : "https://pool.binance.com/" 1232 | }, 1233 | "3L8Ck6bm3sve1vJGKo6Ht2k167YKSKi8TZ": { 1234 | "name" : "Binance Pool", 1235 | "link" : "https://pool.binance.com/" 1236 | }, 1237 | "1DSh7vX6ed2cgTeKPwufV5i4hSi4pp373h": { 1238 | "name" : "Binance Pool", 1239 | "link" : "https://pool.binance.com/" 1240 | }, 1241 | "16moWjUJVRnDQKqhoCdcszfJg9wzBdoTHw": { 1242 | "name" : "Binance Pool", 1243 | "link" : "https://pool.binance.com/" 1244 | }, 1245 | "bc1qx9t2l3pyny2spqpqlye8svce70nppwtaxwdrp4": { 1246 | "name" : "Binance Pool", 1247 | "link" : "https://pool.binance.com/" 1248 | }, 1249 | "1JvXhnHCi6XqcanvrZJ5s2Qiv4tsmm2UMy": { 1250 | "name" : "Binance Pool", 1251 | "link" : "https://pool.binance.com/" 1252 | }, 1253 | "34Jpa4Eu3ApoPVUKNTN2WeuXVVq1jzxgPi": { 1254 | "name" : "Lubian.com", 1255 | "link" : "http://www.lubian.com/" 1256 | }, 1257 | "1FFxkVijzvUPUeHgkFjBk2Qw8j3wQY2cDw" : { 1258 | "name" : "Foundry USA", 1259 | "link" : "https://foundrydigital.com/" 1260 | }, 1261 | "1QEiAhdHdMhBgVbDM7zUXWGkNhgEEJ6uLd": { 1262 | "name": "ArkPool", 1263 | "link": "https://www.arkpool.com/" 1264 | }, 1265 | "147SwRQdpCfj5p8PnfsXV2SsVVpVcz3aPq": { 1266 | "name": "1THash", 1267 | "link": "https://www.1thash.top" 1268 | }, 1269 | "15vgygQ7ZsWdvZpctmTZK4673QBHsos6Sh": { 1270 | "name": "1THash", 1271 | "link": "https://www.1thash.top" 1272 | }, 1273 | "bc1qnnl503n04cqacpwvhr89qr70metxr79ht3n380": { 1274 | "name": "Rawpool", 1275 | "link": "https://www.rawpool.com" 1276 | }, 1277 | "bc1qwlrsvgtn99rqp3fgaxq6f6jkgms80rnej0a8tc": { 1278 | "name": "Rawpool", 1279 | "link": "https://www.rawpool.com" 1280 | }, 1281 | "bc1q8ej2g5uxdsg0jwl0mpl606qfjxgkyv3p29yf37": { 1282 | "name": "Rawpool", 1283 | "link": "https://www.rawpool.com" 1284 | }, 1285 | "bc1qru8mtv3e3u7ms6ecjmwgeakdakclemvhnw00q9": { 1286 | "name": "Rawpool", 1287 | "link": "https://www.rawpool.com" 1288 | }, 1289 | "3QYvfQoG9Gs9Vfvbpw6947muSqhoGagvF6": { 1290 | "name": "Rawpool", 1291 | "link": "https://www.rawpool.com" 1292 | }, 1293 | "35y82tEPDa2wm6tzkEacMG8GPPW7zbMj83": { 1294 | "name": "Rawpool", 1295 | "link": "https://www.rawpool.com" 1296 | }, 1297 | "3CLigLYNkrtoNgNcUwTaKoUSHCwr9W851W": { 1298 | "name": "Rawpool", 1299 | "link": "https://www.rawpool.com" 1300 | }, 1301 | "bc1qf274x7penhcd8hsv3jcmwa5xxzjl2a6pa9pxwm": { 1302 | "name" : "F2Pool", 1303 | "link" : "https://www.f2pool.com/" 1304 | }, 1305 | "1A32KFEX7JNPmU1PVjrtiXRrTQcesT3Nf1": { 1306 | "name": "MARA Pool", 1307 | "link": "https://marapool.com" 1308 | }, 1309 | "15xcAZ2HfaSwYbCV6GGbasBSAekBRRC5Q2": { 1310 | "name" : "OKMINER", 1311 | "link" : "https://okminer.com/" 1312 | }, 1313 | "14hLEtxozmmih6Gg5xrGZLfx51bEMj21NW": { 1314 | "name" : "Titan", 1315 | "link" : "https://titan.io/" 1316 | } 1317 | }, 1318 | "slugs": { 1319 | "BlockFills": "blockfills", 1320 | "ULTIMUSPOOL": "ultimuspool", 1321 | "Terra Pool": "terrapool", 1322 | "Luxor": "luxor", 1323 | "1THash": "1thash", 1324 | "BTC.com": "btccom", 1325 | "Bitfarms": "bitfarms", 1326 | "Huobi.pool": "huobipool", 1327 | "WAYI.CN": "wayicn", 1328 | "CanoePool": "canoepool", 1329 | "BTC.TOP": "btctop", 1330 | "Bitcoin.com": "bitcoincom", 1331 | "175btc": "175btc", 1332 | "GBMiners": "gbminers", 1333 | "A-XBT": "axbt", 1334 | "ASICMiner": "asicminer", 1335 | "BitMinter": "bitminter", 1336 | "BitcoinRussia": "bitcoinrussia", 1337 | "BTCServ": "btcserv", 1338 | "simplecoin.us": "simplecoinus", 1339 | "BTC Guild": "btcguild", 1340 | "Eligius": "eligius", 1341 | "OzCoin": "ozcoin", 1342 | "EclipseMC": "eclipsemc", 1343 | "MaxBTC": "maxbtc", 1344 | "TripleMining": "triplemining", 1345 | "CoinLab": "coinlab", 1346 | "50BTC": "50btc", 1347 | "GHash.IO": "ghashio", 1348 | "ST Mining Corp": "stminingcorp", 1349 | "Bitparking": "bitparking", 1350 | "mmpool": "mmpool", 1351 | "Polmine": "polmine", 1352 | "KnCMiner": "kncminer", 1353 | "Bitalo": "bitalo", 1354 | "F2Pool": "f2pool", 1355 | "HHTT": "hhtt", 1356 | "MegaBigPower": "megabigpower", 1357 | "Mt Red": "mtred", 1358 | "NMCbit": "nmcbit", 1359 | "Yourbtc.net": "yourbtcnet", 1360 | "Give Me Coins": "givemecoins", 1361 | "SlushPool": "slushpool", 1362 | "AntPool": "antpool", 1363 | "MultiCoin.co": "multicoinco", 1364 | "bcpool.io": "bcpoolio", 1365 | "Cointerra": "cointerra", 1366 | "KanoPool": "kanopool", 1367 | "Solo CK": "solock", 1368 | "CKPool": "ckpool", 1369 | "NiceHash": "nicehash", 1370 | "BitClub": "bitclub", 1371 | "Bitcoin Affiliate Network": "bitcoinaffiliatenetwork", 1372 | "BTCC": "btcc", 1373 | "BWPool": "bwpool", 1374 | "EXX&BW": "exx&bw", 1375 | "Bitsolo": "bitsolo", 1376 | "BitFury": "bitfury", 1377 | "21 Inc.": "21inc", 1378 | "digitalBTC": "digitalbtc", 1379 | "8baochi": "8baochi", 1380 | "myBTCcoin Pool": "mybtccoinpool", 1381 | "TBDice": "tbdice", 1382 | "HASHPOOL": "hashpool", 1383 | "Nexious": "nexious", 1384 | "Bravo Mining": "bravomining", 1385 | "HotPool": "hotpool", 1386 | "OKExPool": "okexpool", 1387 | "BCMonster": "bcmonster", 1388 | "1Hash": "1hash", 1389 | "Bixin": "bixin", 1390 | "TATMAS Pool": "tatmaspool", 1391 | "ViaBTC": "viabtc", 1392 | "ConnectBTC": "connectbtc", 1393 | "BATPOOL": "batpool", 1394 | "Waterhole": "waterhole", 1395 | "DCExploration": "dcexploration", 1396 | "DCEX": "dcex", 1397 | "BTPOOL": "btpool", 1398 | "58COIN": "58coin", 1399 | "Bitcoin India": "bitcoinindia", 1400 | "shawnp0wers": "shawnp0wers", 1401 | "PHash.IO": "phashio", 1402 | "RigPool": "rigpool", 1403 | "HAOZHUZHU": "haozhuzhu", 1404 | "7pool": "7pool", 1405 | "MiningKings": "miningkings", 1406 | "HashBX": "hashbx", 1407 | "DPOOL": "dpool", 1408 | "Rawpool": "rawpool", 1409 | "haominer": "haominer", 1410 | "Helix": "helix", 1411 | "Bitcoin-Ukraine": "bitcoinukraine", 1412 | "Poolin": "poolin", 1413 | "SecretSuperstar": "secretsuperstar", 1414 | "tigerpool.net": "tigerpoolnet", 1415 | "Sigmapool.com": "sigmapoolcom", 1416 | "okpool.top": "okpooltop", 1417 | "Hummerpool": "hummerpool", 1418 | "Tangpool": "tangpool", 1419 | "BytePool": "bytepool", 1420 | "SpiderPool": "spiderpool", 1421 | "NovaBlock": "novablock", 1422 | "MiningCity": "miningcity", 1423 | "Binance Pool": "binancepool", 1424 | "Minerium": "minerium", 1425 | "Lubian.com": "lubiancom", 1426 | "OKKONG": "okkong", 1427 | "AAO Pool": "aaopool", 1428 | "EMCDPool": "emcdpool", 1429 | "Foundry USA": "foundryusa", 1430 | "SBI Crypto": "sbicrypto", 1431 | "ArkPool": "arkpool", 1432 | "PureBTC.COM": "purebtccom", 1433 | "MARA Pool": "marapool", 1434 | "KuCoinPool": "kucoinpool", 1435 | "Entrust Charity Pool": "entrustcharitypool", 1436 | "BTC Nuggets": "btcnuggets", 1437 | "CloudHashing": "cloudhashing", 1438 | "digitalX Mintsy": "digitalxmintsy", 1439 | "Telco 214": "telco214", 1440 | "BTC Pool Party": "btcpoolparty", 1441 | "Multipool": "multipool", 1442 | "transactioncoinmining": "transactioncoinmining", 1443 | "BTCDig": "btcdig", 1444 | "Tricky's BTC Pool": "trickysbtcpool", 1445 | "BTCMP": "btcmp", 1446 | "Eobot": "eobot", 1447 | "UNOMP": "unomp", 1448 | "Patels": "patels", 1449 | "GoGreenLight": "gogreenlight", 1450 | "BitcoinIndia": "bitcoinindia", 1451 | "EkanemBTC": "ekanembtc", 1452 | "CANOE": "canoe", 1453 | "tiger": "tiger", 1454 | "1M1X": "1m1x", 1455 | "OKMiner": "okminer", 1456 | "Titan": "titan" 1457 | } 1458 | } 1459 | --------------------------------------------------------------------------------