forked from c00w/bitHopper
-
Notifications
You must be signed in to change notification settings - Fork 0
/
poolblock.cfg
140 lines (112 loc) · 3.29 KB
/
poolblock.cfg
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
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
# Format
# [pool]
# url - URL for block stats
# search - search string reference to blockexplorer
# mode - b for blocknumber, h for blockhash, g for transaction id (default is 'b' if not present)
#
# type = mmf/btcmp are special parsers for those pools, see poolblocks.py for more information
[btcg]
url = https://www.btcguild.com/blocks.php
search = href="http://blockexplorer.com/b/([0-9]+)"
mode = b
[deepbit]
url = http://deepbit.net/stats
search = http://blockexplorer.com/block/(.+)'>[0-9\.]+ 
mode = h
[mtred]
url = https://mtred.com/blocks.html
search = href="http://blockexplorer.com/tx/([0-9a-f]+)"
mode = g
[bclc]
url = http://www.bitcoins.lc/round-information
search = href="http://blockexplorer.com/b/([0-9]+)"
[arsbitcoin]
url = https://arsbitcoin.com/blocks.php
search = href="http://blockexplorer.com/b/([0-9]+)"
[bitp]
url = https://pool.bitp.it/rounds
search = http://.*.com/b/([0-9]+)"
[triple]
url = https://www.triplemining.com/stats
search = href="http://blockexplorer.com/b/([0-9]+)"
[nofee]
url = http://nofeemining.appspot.com/
search = href="http://blockexplorer.com/b/([0-9]+)"
[btcmine]
url = http://btcmine.com/stats/
search = "(?:even|odd)">[ \n\r]+<td>[0-9]+</td>[ \n\r]+<td>([0-9]+)</td>
[rfc]
url = https://rfcpool.com/stats
search = blockexplorer.com/b/([0-9]+)
[slush]
url = http://mining.bitcoin.cz/stats/
search = http://blockexplorer.com/block/(.+)'>[0-9\.]+</a
mode = h
[eligius]
url = http://eligius.st/~artefact2/
search = title="([0-9a-fA-F]{64})"
mode = h
[mineco]
url = https://mineco.in/blocks
search = href="http://blockexplorer.com/block/([0-9a-f]{64})"
mode = h
[polmine]
url = http://polmine.pl/?action=statistics
search = href='http://blockexplorer.com/tx/([0-9a-f]+)'
mode = g
[itzod]
url = http://pool.itzod.ru/blocks.php
search = getblock.php\?block=([a-z0-9]+)
mode = g
[bcpool]
url = http://bitcoinpool.com/index.php?do=blocks
search = do=blockdetails&id=([0-9]+)
mode = b
[mmf]
auth_url = http://mining.mainframe.nl/login
url = http://mining.mainframe.nl/blocksAuth
search = href="http://blockexplorer.com/b/([0-9]+)"
type = mmf
user = fruitcup
pass = AspErjNfde2
mode = b
[btcmp]
url = http://btcmp.com/blocklist
search = None
mode = z
type = btcmp
json_url = http://btcmp.com/methods/pool/list_blocks
[coinotron]
url = http://coinotron.com/coinotron/AccountServlet?action=statistics
search = href="http://blockexplorer.sytes.net/block/([0-9a-f]{64})"
mode = h
[nmcbitbtc]
url = http://www.nmcbit.com/statistics
search = href="http://blockexplorer.com/tx/([0-9a-f]+)"
mode = g
[ozco]
url = http://ozco.in/content/block-history-bitcoin
search = href="http://blockexplorer.com/tx/([0-9a-f]+)"
mode = g
[bloodys]
url = http://pool.bloodys.com/?action=statistics
search = href="http://blockexplorer.com/tx/([0-9a-f]+)"
mode = g
[yourbtc]
url = http://www.yourbtc.net/content/overview-bitcoin
search = href="http://blockexplorer.com/tx/([0-9a-f]+)"
mode = g
[mkalinin]
url = http://pool.mkalinin.ru/blocks.php
search = href="http://blockexplorer.com/b/([0-9]+)"
[gputech]
url = https://gputech.net/blocks.php
search = href="http://blockexplorer.com/b/([0-9]+)"
[asspenny]
url = http://asspennypool.com/blocks.php
search = href="http://blockexplorer.com/b/([0-9]+)"
mode = b
[simplecoin]
url = http://simplecoin.us/blocks.php
search = href="http://blockexplorer.com/b/([0-9]+)"
mode = b