-
Notifications
You must be signed in to change notification settings - Fork 3
/
asicseer-pool.conf
59 lines (57 loc) · 1.28 KB
/
asicseer-pool.conf
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
{
"btcd" : [
{
"url" : "localhost:8332",
"auth" : "user",
"pass" : "pass",
"zmq" : "tcp://127.0.0.1:28332"
},
{
"url" : "backup:8332",
"auth" : "user",
"pass" : "pass",
"zmq" : "tcp://backup:28332"
}
],
"disable_dev_donation": false,
"upstream" : "main.mypool.org:3336",
"bchaddress" : "bitcoincash:qplw0d304x9fshz420lkvys2jxup38m9symky6k028",
"//single_payout_override": "bitcoincash:qphax4cg8sxuc0qnzk6sx25939ma7y877uz04s2z82",
"pool_fee" : 1.0,
"bchsig" : "Custom text",
"blockpoll" : 100,
"blocking_timeout" : 63,
"nonce1length" : 4,
"nonce2length" : 8,
"update_interval" : 30,
"version_mask" : "1fffe000",
"serverurl" : [
"mypool.org:3333",
"node.mypool.org:3333",
"node.mypool.org:80"
],
"nodeserver" : [
"mypool.org:3335"
],
"trusted" : [
"mypool.org:3336"
],
"mindiff" : 1,
"startdiff" : 42,
"maxdiff" : 0,
"mindiff_overrides" : {
"nicehash" : 500000,
"foohash" : 20000
},
"logdir" : "logs"
}
Comments from here on are ignored.
If you wish to use fee_discounts you can do something like the below (copy this
object into the top-level of the object above, and fill it in). 1.0 = full fee
discount, 0.0 = no fee discount. All users default to 0.0 (no discount) if
unspecified.
"fee_discounts" : {
"address1" : 0.25,
"address2" : 0.33,
"address3" : 1.0
}