Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
tpruvot
GitHub Repository: tpruvot/cpuminer-multi
Path: blob/linux/cpuminer-conf.json
1201 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://yiimp.ccminer.org:4252",
8
"user" : "benchmark",
9
"pass" : "d=0.024",
10
11
"algo" : "decred",
12
"threads" : 0,
13
"cpu-priority" : 0,
14
"cpu-affinity" : -1,
15
16
"benchmark" : false,
17
"debug" : false,
18
"protocol": false,
19
"show-diff": true,
20
"quiet" : false
21
}
22
23