You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
23 lines
324 B
23 lines
324 B
10 years ago
|
{
|
||
|
"proxy" : [
|
||
|
{
|
||
|
"url" : "ckpool.org:3333",
|
||
|
"auth" : "user",
|
||
|
"pass" : "pass"
|
||
|
}
|
||
|
],
|
||
|
"update_interval" : 30,
|
||
|
"serverurl" : [
|
||
|
"192.168.1.100:3334",
|
||
|
"127.0.0.1:3334"
|
||
|
],
|
||
|
"redirecturl" : [
|
||
|
"node.ckpool.org:3333"
|
||
|
],
|
||
|
"mindiff" : 1,
|
||
|
"startdiff" : 42,
|
||
|
"maxdiff" : 0,
|
||
|
"logdir" : "logs"
|
||
|
}
|
||
|
Comments from here on are ignored.
|