@@ -32,32 +32,30 @@ Options
3232 -n, --name Device name [string]
3333 -s, --server Pool server address
3434 multiple addresses or a single string
35- Example: -s=eu.nimpool.io us.nimiqpocket.com
35+ Example: -s=eu.nimpool.io nimiq.icemining.ca
3636 Default: eu.nimpool.io [array]
3737 -p, --port Pool server port
3838 Default: 8444 [array]
39- -m, --mode Mining mode
40- Can be dumb or nano
41- Default: nano [string]
4239 -d, --devices Active GPUs
4340 Example: -d=0 1 3
4441 Default: All available GPUs [array]
4542 -t, --threads Number of threads per GPU
4643 Example: -t=2 or -t=2 2 4
47- Default: 1 [array]
44+ Default: 2 [array]
4845 -b, --batchsize batchsize per thread.
4946 Example: -b=100 or -b=100 120 200
5047 Default: auto based on available device memory [array]
5148 -i, --api Enable/Disable API
5249 Default: Enable [boolean]
5350 -o, --apiport API port
5451 Default: 3000 [number]
55- --opt, --optimizer Enable/Disable parameters optimizer
56- Miner will still run the optimizer if it can't find
57- gpu.json file.
52+ --opt, --optimizer Run parameters optimizer
53+ Miner will ignore gpu.json file and rerun the optimizer.
5854 Default: false [boolean]
5955 --diff, --difficulty Start difficulty
6056 Default: Disabled [number]
57+ --ao, --autoOptimize Auto run the optimizer if there is no gpu.json file.
58+ Default: true [boolean]
6159 -h, --help Show help [boolean]
6260 -v, --version Show version number [boolean]
6361```
0 commit comments