-
Notifications
You must be signed in to change notification settings - Fork 25
/
Copy pathckpool.conf
54 lines (54 loc) · 890 Bytes
/
ckpool.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
{
"btcd" : [
{
"url" : "localhost:8332",
"auth" : "user",
"pass" : "pass",
"notify" : true
},
{
"url" : "backup:8332",
"auth" : "user",
"pass" : "pass",
"notify" : false
}
],
"rskd" : [
{
"url" : "localhost:4444",
"auth" : "user",
"pass" : "pass"
},
{
"url" : "backup:4444",
"auth" : "user",
"pass" : "pass"
}
],
"upstream" : "main.ckpool.org:3336",
"btcaddress" : "14BMjogz69qe8hk9thyzbmR5pg34mVKB1e",
"btcsig" : "/mined by ck/",
"blockpoll" : 100,
"nonce1length" : 4,
"nonce2length" : 8,
"update_interval" : 30,
"version_mask" : "1fffe000",
"serverurl" : [
"ckpool.org:3333",
"node.ckpool.org:3333",
"node.ckpool.org:80"
],
"nodeserver" : [
"ckpool.org:3335"
],
"trusted" : [
"ckpool.org:3336"
],
"mindiff" : 1,
"startdiff" : 42,
"maxdiff" : 0,
"logdir" : "logs",
"rskpollperiod" : 500,
"rsknotifypolicy": 1
}
Comments from here on are ignored.