cpuminer/example-cfg.json

14 lines
258 B
JSON
Raw Normal View History

{
2011-02-17 07:21:37 +01:00
"_comment1" : "Any long-format command line argument ",
"_comment2" : "may be used in this JSON configuration file",
"url" : "http://127.0.0.1:8332",
2011-03-21 09:28:23 +01:00
"user" : "rpcuser",
"pass" : "rpcpass",
2011-03-21 09:28:23 +01:00
"algo" : "sse2_64",
"threads" : "4",
"quiet" : true,
}