forked from Kiv/poclbm
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathservers.ini
92 lines (83 loc) · 1.95 KB
/
servers.ini
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
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
{
"servers": [
{
"name": "slush's pool",
"host": "api.bitcoin.cz",
"url": "http://mining.bitcoin.cz",
"port": 8332,
"balance_token_url": "http://mining.bitcoin.cz/accounts/token-manage/",
"balance_host": "mining.bitcoin.cz",
"balance_url": "/accounts/profile/json/%s"
},
{
"name": "deepbit",
"host": "pit.deepbit.net",
"url": "http://deepbit.net",
"port": 8332,
"balance_token_url": "http://deepbit.net/settings/",
"balance_host": "deepbit.net",
"balance_url": "/api/%s"
},
{ "name": "BTC Guild",
"host": "btcguild.com",
"url": "http://www.btcguild.com",
"port": 8332,
"balance_token_url": "http://www.btcguild.com/my_api.php",
"balance_host": "www.btcguild.com",
"balance_url": "/api.php?api_key=%s"
},
{
"name": "BitPenny",
"host": "bitpenny.dyndns.biz",
"url": "http://bitpenny.com",
"port": 8332,
"balance_host": "bitpenny.com",
"balance_url": "/gui.php"
},
{
"name": "bitcoinpool",
"host": "bitcoinpool.com",
"url": "http://bitcoinpool.com",
"port": 8334
},
{
"name": "BTCMine",
"host": "btcmine.com",
"url": "http://btcmine.com",
"port": 8332,
"balance_host": "btcmine.com",
"balance_url": "/api/getbalance/%s/",
"balance_token_url": "http://btcmine.com/user/profile/"
},
{
"name": "BitClockers",
"host": "pool.bitclockers.com",
"url": "http://bitclockers.com",
"port": 8332,
"balance_host": "bitclockers.com",
"balance_url": "/api/%s/",
"balance_token_url": "http://bitclockers.com/dashboard/"
},
{
"name": "x8s",
"host": "pit.x8s.de",
"url": "http://btc.x8s.de",
"port": 8337,
"balance_host": "btc.x8s.de",
"balance_url": "/api/getbalance/%s/",
"balance_token_url": "http://btc.x8s.de/account/profile"
},
{
"name": "solo",
"host": "localhost",
"url": "n/a",
"port": 8332
},
{
"name": "Other",
"host": "",
"url": "n/a",
"port": 8332
}
]
}