forked from data-preservation-programs/slingshot
-
Notifications
You must be signed in to change notification settings - Fork 0
/
miners.json
52 lines (52 loc) · 850 Bytes
/
miners.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
48
49
50
51
52
{
"buckets": [
{
"name": "North America",
"amount": 1,
"minerAddresses": [
"t015927",
"t021069",
"t01278",
"t014409",
"t09833"
]
},
{
"name": "Europe",
"amount": 1,
"minerAddresses": [
"t019133",
"t02620",
"t02388"
]
},
{
"name": "Asia",
"amount": 1,
"minerAddresses": [
"t01231",
"t016398",
"t07819",
"t08937",
"t020605",
"t01238",
"t03328",
"t03339",
"t08937",
"t09573",
"t014394",
"t014432",
"t016563",
"t019196",
"t019437",
"t020385",
"t020489",
"t020523",
"t020631",
"t020961",
"t020975",
"t08094"
]
}
]
}