@@ -8,6 +8,7 @@ This is a cryptocurrency miner for Nvidia GPUs
88* etchash (Ethereum Classic)
99* zil (Zilliqa)
1010* kheavyhash (Kaspa)
11+ * nexapow (Nexa)
1112* ethash+kheavyhash
1213* etchash+kheavyhash
1314* any single or dual algorithm combination + zil
@@ -19,6 +20,7 @@ This is a cryptocurrency miner for Nvidia GPUs
1920| etchash | 0.7% |
2021| zil | 0% |
2122| kheavyhash | 0.7% |
23+ | nexapow | 2.0% |
2224
2325## Features
2426* Available on Linux and Windows
@@ -38,6 +40,7 @@ This is a cryptocurrency miner for Nvidia GPUs
3840 etchash (ETC)
3941 ethash (ETHW)
4042 kheavyhash (Kaspa)
43+ nexapow (Nexa)
4144 zil (Zilliqa)
4245
4346 -o, --url <URL>
@@ -181,6 +184,16 @@ This is a cryptocurrency miner for Nvidia GPUs
181184 When dual or triple mining the value may be prepended with
182185 the algorithm index `[<index>]`. Primary algorithm has index 1.
183186
187+ --mt <MT1,MT2,...>
188+ Set memory tweaks for Pascal GPUs with GDDR5/GDDR5X memory
189+
190+ Possible values: 1, 2, 3, 4, 5, 6 (REFRESH will be set to `mt * 16`)
191+
192+ Comma-separated list of values can be used to set values per-GPU
193+ To skip a GPU, set the corresponding value to underscore `_`
194+ When dual or triple mining the value may be prepended with
195+ the algorithm index `[<index>]`. Primary algorithm has index 1.
196+
184197 --fan-control <FAN1,FAN2,...>
185198 Sets GPU fan control mode
186199
@@ -243,4 +256,4 @@ This is a cryptocurrency miner for Nvidia GPUs
243256
244257## Support
245258Discord: https://discord.gg/zKTgcGgc6k
246- BitcoinTalk: https://bitcointalk.org/index.php?topic=5424675.0
259+ BitcoinTalk: https://bitcointalk.org/index.php?topic=5424675.0
0 commit comments