@@ -5,6 +5,7 @@ This is a cryptocurrency miner for Nvidia GPUs
55
66## Supported algorithms
77* alephium (Alephium)
8+ * autolykos2 (Ergo)
89* ethash (Ethereum PoW)
910* etchash (Ethereum Classic)
1011* ironfish (Iron Fish)
@@ -23,21 +24,23 @@ This is a cryptocurrency miner for Nvidia GPUs
2324* ethash+ironfish
2425* etchash+ironfish
2526* octa+ironfish
27+ * autolykos2+sha512256d
2628* any single or dual algorithm combination + zil
2729
2830## Developer fee
29- | Algorithm | Fee |
30- | ----------- | -----|
31- | alephium | 0.7% |
32- | ethash | 0.7% |
33- | etchash | 0.7% |
34- | ironfish | 0.7% |
35- | sha512256d | 1.0% |
36- | octa | 0.7% |
37- | flora | 0.7% |
38- | zil | 0% |
39- | kheavyhash | 0.7% |
40- | nexapow | 2.0% |
31+ | Algorithm | Fee |
32+ | ------------| ------|
33+ | alephium | 0.7% |
34+ | autolykos2 | 1.0% |
35+ | ethash | 0.7% |
36+ | etchash | 0.7% |
37+ | ironfish | 0.7% |
38+ | sha512256d | 1.0% |
39+ | octa | 0.7% |
40+ | flora | 0.7% |
41+ | zil | 0% |
42+ | kheavyhash | 0.7% |
43+ | nexapow | 2.0% |
4144
4245## Features
4346* Available on Linux and Windows
@@ -164,17 +167,20 @@ This is a cryptocurrency miner for Nvidia GPUs
164167 a12 - both
165168
166169 `<dual ratio>` is optional, and, if present,
167- must be `rXX` (`dual ratio` coefficient set to `XX`)
170+ must be
171+ `rXX` (`dual ratio` coefficient set to `XX`), or
172+ `hXX` (first algorithm hashrate will drop to `XX`%)
168173
169174 Comma-separated list of values can be used to set values per-GPU
170175 To skip a GPU, set the corresponding value to underscore `_`
171176
172177 Examples:
173- --dual-mode a1,_,a12:r5,a2
178+ --dual-mode a1,_,a12:r5.2,a12:h92 ,a2
174179 GPU#0 will mine the primary algorithm
175- GPU#1 will dual mine with default settings
176- GPU#1 will dual mine, dual ratio set to 5
177- GPU#2 will mine the second algorithm
180+ GPU#1 will dual mine with default settings (primary algorithm at 95%)
181+ GPU#2 will dual mine, dual ratio set to 5.2
182+ GPU#3 will dual mine, primary algorithm hashrate at 92%
183+ GPU#4 will mine the second algorithm
178184
179185 --temp-limit <LIMIT1,LIMIT2,...>
180186 Sets GPU thermal limits
@@ -268,7 +274,7 @@ This is a cryptocurrency miner for Nvidia GPUs
268274 Format:
269275 --fan-control N
270276 set fan speed to `N`%
271- --fan-control t:[Tc, Tm][Finit;Fmin-Fmax]
277+ --fan-control t:[Tc; Tm][Finit;Fmin-Fmax]
272278 enables auto-fan with `Tc` and `Tm` core and memory temperatures
273279 respectively, set initial fan speed to `Finit`% and limit the
274280 fan speed range to [`Fmin`%,`Fmax`%] range.
@@ -303,6 +309,21 @@ This is a cryptocurrency miner for Nvidia GPUs
303309 from the primary algorithm to `zil` and back - no need to wait for the next
304310 ZIL window which may start in an hour.
305311
312+ --zil-test-intervals <ZIL_TEST_INTERVALS>
313+ Sets durations of primary algorithm and Zilliqa sessions in test mode
314+
315+ Default value: `[30;30]`
316+
317+ Format:
318+ --zil-test-intervals [D1;D2]
319+ set primary algo duration to `D1` seconds
320+ set ZIL duration to `D2` seconds
321+
322+ Example:
323+ --zil-test-intervals [10;60]
324+ the miner will mine the primary algorithm for 10 seconds, switch to ZIL,
325+ mine ZIL for 60 seconds, switch back, and so on
326+
306327 -l, --log-file <LOG_FILE>
307328 Enables logging output of the miner to the specified log file
308329
0 commit comments