]> Git Repo - cpuminer-multi.git/blob - example-cfg.json
More optimizations
[cpuminer-multi.git] / example-cfg.json
1 {
2         "_comment1" : "Any long-format command line argument ",
3         "_comment2" : "may be used in this JSON configuration file",
4
5         "url" : "http://127.0.0.1:9332/",
6         "user" : "rpcuser",
7         "pass" : "rpcpass",
8
9         "algo" : "scrypt",
10         "threads" : "4",
11
12         "quiet" : true
13 }
This page took 0.021716 seconds and 4 git commands to generate.