e0dc6649e1
- Test the whole hash instead of just looking at the high 32 bits - Set idle priority on Windows - Fix parameters -u and -p, and add short options -o and -O - Fix example JSON configuration file
13 lines
257 B
JSON
13 lines
257 B
JSON
{
|
|
"_comment1" : "Any long-format command line argument ",
|
|
"_comment2" : "may be used in this JSON configuration file",
|
|
|
|
"url" : "http://127.0.0.1:9332/",
|
|
"user" : "rpcuser",
|
|
"pass" : "rpcpass",
|
|
|
|
"algo" : "scrypt",
|
|
"threads" : "4",
|
|
|
|
"quiet" : true
|
|
}
|