Browse Source

Update ckpool and ckproxy example configurations

master
Con Kolivas 10 years ago
parent
commit
b1cd770c8a
  1. 6
      ckpool.conf
  2. 5
      ckproxy.conf

6
ckpool.conf

@ -19,7 +19,11 @@
"nonce1length" : 8,
"nonce2length" : 8,
"update_interval" : 30,
"serverurl" : "ckpool.org:3333",
"serverurl" : [
"ckpool.org:3333",
"node.ckpool.org:3333",
"node.ckpool.org:80"
],
"mindiff" : 1,
"startdiff" : 42,
"maxdiff" : 0,

5
ckproxy.conf

@ -12,7 +12,10 @@
}
],
"update_interval" : 30,
"serverurl" : "192.168.1.100:3334",
"serverurl" : [
"192.168.1.100:3334",
"127.0.0.1:3334"
],
"mindiff" : 1,
"startdiff" : 42,
"maxdiff" : 0,

Loading…
Cancel
Save