forked from btc21/Bitcoin-Known-Miners
-
Notifications
You must be signed in to change notification settings - Fork 0
/
pools.json
47 lines (47 loc) · 1.21 KB
/
pools.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
{
"coinbase_tags" : {
"TgdnysXLUXcboD4jvehbsg67CEbK878UBm": {
"name": "RPLANT",
"link": "https://pool.rplant.xyz"
},
"ZERGPOOL": {
"name": "ZERGPOOL",
"link": "https://zergpool.com"
}
},
"payout_addresses" : {
"TgdnysXLUXcboD4jvehbsg67CEbK878UBm": {
"name" : "Rplant",
"link" : "https://pool.rplant.xyz/"
},
"TjkcExXZpSvAMpqF8XQ6DLuaFT2yG2PnKbIs": {
"name" : "ZergPool",
"link" : "https://zergpool.com/"
}
},
"unknown_miner_payout_addresses": {
"TgdnysXLUXcboD4jvehbsg67CEbK878UBm": {
"name" : "Rplant",
"link" : "https://pool.rplant.xyz"
},
"TjkcExXZpSvAMpqF8XQ6DLuaFT2yG2PnKbIs": {
"name" : "ZergPool",
"link" : "https://zergpool.com"
}
},
"block_hashes" : {
"000000008d9dc510f23c2657fc4f67bea30078cc05a90eb89e84cc475c080805": {
"name" : "Satoshi",
"link" : "https://bitcoin.org",
"note" : "It's known that Satoshi sent BTC to Hal in #170 and this block's coinbase is the output spent there."
}
},
"block_heights" : {
"Dev" : {
"link" : "https://styzen.io",
"note" : "The first block generated by Tyzen Core Developers",
"ref" : "https://github.com/jlopp/bitcoin-utils/blob/master/findPatoshiBlockTimestampDeltas.php",
"heights" : [1]
}
}
}