Skip to content

Commit

Permalink
Update Parameters
Browse files Browse the repository at this point in the history
  • Loading branch information
doktor83 committed Sep 29, 2023
1 parent 71b6b25 commit 2f1f905
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Parameters
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
Generic parameters:

--gpu-sensors-disable (disable reading of GPU sensors)
--algorithm value (algorithm/s to use, separate values with ;)
--api-enable (enable statistics API)
--api-port value (port where statistics API is reachable - default 21550)
Expand All @@ -9,6 +8,7 @@ Generic parameters:
--api-miner-restart-url value (user defined url which accessed in browser triggers miner restart)
--api-rig-shutdown-url value (user defined url which accessed in browser triggers computer shutdown)
--background (run miner in background, without console window)
--busy-wait-recheck (NVIDIA and INTEL, sets the busy wait recheck value per algorithm, separate values with ; [min 0.01, max 0.99])
--disable-cpu (disable cpu mining)
--disable-gpu (disable gpu mining)
--disable-gpu-amd (disable gpu mining with AMD gpu's)
Expand All @@ -27,6 +27,7 @@ Generic parameters:
--give-up-limit value (number of times to try connecting to a pool before switching to the next pool)
--gpu-auto-tune value (runs miner in a mode that tries to find best settings per GPU. 0-disabled, 1-normal, 2-fast, 3-incrementing [def. is 0])
--gpu-errors-alert value (notify when number of result validation errors for any GPU reaches this value [def. is 0 - disabled])
--gpu-sensors-disable (disable reading of GPU sensors)
--list-algorithms (list available algorithms)
--list-devices (list available gpu devices)
--log-file filename (enable logging to file)
Expand Down

0 comments on commit 2f1f905

Please sign in to comment.