Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
litecoincash-project
GitHub Repository: litecoincash-project/cpuminer-multi
Path: blob/master/example.cpuminer-conf.json
548 views
1
{
2
"_comment1" : "Any long-format command line argument ",
3
"_comment2" : "may be used in this JSON configuration file",
4
5
"api-bind" : "127.0.0.1:4048",
6
7
"url" : "stratum+tcp://xxx.yyy.zzz:1234",
8
"user" : "benchmark",
9
"pass" : "benchmark",
10
11
"algo" : "minotaurx",
12
"threads" : 0,
13
"cpu-priority" : 0,
14
"cpu-affinity" : -1,
15
16
"benchmark" : true,
17
"debug" : false,
18
"protocol": false,
19
"show-diff": true,
20
"quiet" : false
21
}
22
23