forked from Owesatuma/cpuminer-gr-devfee
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.json
executable file
·32 lines (24 loc) · 934 Bytes
/
config.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
{
"_comment1": "Any long-format command line argument ",
"_comment2": "may be used in this JSON configuration file",
"url": "stratum+tcp://raptorna.011data.com:3008",
"_comment3": "Backup/failover stratum used in case of connection problems",
"url-backup": "stratum+tcps://us.flockpool.com:5555",
"user": "",
"pass": "x",
"algo": "gr",
"threads": 0,
"cpu-priority": 0,
"cpu-affinity": -1,
"_comment4": "tune-full takes longer but should provide better hashrate",
"tune-full": true,
"_comment5": "You can specify different name/location for your tune config",
"tune-config": "tune_config",
"_comment6": "You can force miner to not tune. It tunes by default",
"_comment7": "Or force it even if tune-config file already exists",
"no-tune": false,
"force-tune": false,
"_comment8": "\"log\": \"filename\" can be used to create logfile of output",
"benchmark": false,
"quiet": false
}