Skip to content

Commit

Permalink
update example config file
Browse files Browse the repository at this point in the history
  • Loading branch information
KlausT committed Jun 6, 2019
1 parent c943c2f commit 16fe3a1
Showing 1 changed file with 10 additions and 16 deletions.
26 changes: 10 additions & 16 deletions example-cfg.json
@@ -1,18 +1,12 @@
{
"_comment" : "todo: support /* comments */",

"algo" : "blake",
"intensity": 19,
"diff": 0.5,

"api-bind": "0.0.0.0:4068",
"statsavg": 20,

"quiet" : false,
"debug" : false,
"protocol": false,

"url" : "stratum+tcp://www.hashharder.com:9585",
"user" : "NaEcVrdzoCWHUYXb7X8QoafoKS9UV69Yk4",
"pass" : "ccminer"
"algo" : "lyra2v3",
"intensity": 19,
"api-bind": "0.0.0.0:4068",
"hwmonitor": true,
"quiet" : false,
"debug" : false,
"protocol": false,
"url" : "stratum+tcp://lyra2rev3.eu.nicehash.com:3373",
"user" : "12fsRcScJtcqytZJE3NdSAKBLu52PqDzzR",
"pass" : "x"
}

0 comments on commit 16fe3a1

Please sign in to comment.