Skip to content
This repository was archived by the owner on Jan 11, 2026. It is now read-only.

Commit 16fe3a1

Browse files
committed
update example config file
1 parent c943c2f commit 16fe3a1

File tree

1 file changed

+10
-16
lines changed

1 file changed

+10
-16
lines changed

example-cfg.json

Lines changed: 10 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,12 @@
11
{
2-
"_comment" : "todo: support /* comments */",
3-
4-
"algo" : "blake",
5-
"intensity": 19,
6-
"diff": 0.5,
7-
8-
"api-bind": "0.0.0.0:4068",
9-
"statsavg": 20,
10-
11-
"quiet" : false,
12-
"debug" : false,
13-
"protocol": false,
14-
15-
"url" : "stratum+tcp://www.hashharder.com:9585",
16-
"user" : "NaEcVrdzoCWHUYXb7X8QoafoKS9UV69Yk4",
17-
"pass" : "ccminer"
2+
"algo" : "lyra2v3",
3+
"intensity": 19,
4+
"api-bind": "0.0.0.0:4068",
5+
"hwmonitor": true,
6+
"quiet" : false,
7+
"debug" : false,
8+
"protocol": false,
9+
"url" : "stratum+tcp://lyra2rev3.eu.nicehash.com:3373",
10+
"user" : "12fsRcScJtcqytZJE3NdSAKBLu52PqDzzR",
11+
"pass" : "x"
1812
}

0 commit comments

Comments
 (0)