File tree Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -105,10 +105,10 @@ This is a cryptocurrency miner for Nvidia GPUs
105105
106106 Supported algorithms and values:
107107 nexapow
108- 1 - default kernel for GTX 10xx and RTX 40xx series
108+ 1 - default kernel
109109 2 - some 20xx and 30xx GPUs may benefit from choosing this kernel
110- as more energy efficient than #3
111- 3 - default kernel for RTX 20xx and 30xx series (high power consumption)
110+ as more energy efficient than #1 when you're after really low
111+ power consumption
112112
113113 Comma-separated list of values can be used to set values per-GPU
114114 To skip a GPU, set the corresponding value to underscore `_`
@@ -169,6 +169,9 @@ This is a cryptocurrency miner for Nvidia GPUs
169169 --hashrate-avg <SECONDS>
170170 Hashrate averaging window in seconds. Default is 10.
171171
172+ --power-avg <SECONDS>
173+ Power usage averaging window in seconds. Default is 10.
174+
172175 --cclock <FREQ1,FREQ2,...>
173176 Sets GPU core clock frequency offset in MHz
174177
You can’t perform that action at this time.
0 commit comments