You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -186,10 +187,7 @@ Be aware when you download NBMiner binaries from other sources.
186
187
187
188
* --enable-igpu AMD igpu is disabled by default, set this option to enable.
188
189
189
-
* --mt, --memory-tweak \<mode> Memory timings optimize for Nvidia GDDR5 & GDDR5X gpus. range [1-6]. Higher value equals higher hashrate. Individual value can be set via comma seperated list. Power limit may need to be tuned up to get more hashrate. Higher reject share ratio can happen if mining rig hits high temperature, set lower value of `-mt` can reduce reject ratio. Under windows, a custom driver need to be installed when using `-mt`, can installed manually by option `--driver`, or run nbminer.exe with admin privilege to perform auto-install. Under linux, admin priviledge is needed to run, `sudo ./nbminer -mt x`. `OhGodAnETHlargementPill` is not needed anymore if `-mt` is enabled when mining on 1080 & 1080ti GPUs.
190
-
191
-
* --driver \<action> Windows only option, install / uninstall driver for `memory tweak`. Run with admin priviledge.
* --mt, --memory-tweak \<mode> Memory timings optimize for Nvidia GDDR5 & GDDR5X gpus. range [1-6]. Higher value equals higher hashrate. Individual value can be set via comma seperated list. Power limit may need to be tuned up to get more hashrate. Higher reject share ratio can happen if mining rig hits high temperature, set lower value of `-mt` can reduce reject ratio.
193
191
194
192
* --power-limit, --pl \<limit> Set power limit of GPU.
195
193
@@ -295,6 +293,18 @@ GET http://api_host:port/api/v1/status
295
293
296
294
## Change Log
297
295
296
+
#### v42.0(2020-05-23)
297
+
298
+
-`feature`: `ethash` Extend LHR unlocker work with old driver versions. All previous drivers should work until `515.x`.
299
+
-`fix`: `ethash` Improve LHR unlocker stability under Linux.
300
+
-`optimize`: `ethash` small hashrate improvement on Nvidia GPUs.
301
+
-`feature`: Add `GDDR6X` memory temp in summary table for Linux.
302
+
-`feature`: Add `GPU RAM type` and `GPU RAM vendor` in log.
303
+
-`feature`: Add Nvidia driver versoin in summary table.
304
+
-`feature`: If `Overclock` applies through `nbminer`, reset settings to stock when miner exit.
305
+
-`feature`: `-mt` option on windows does not require custom driver anymore (admin priviledge is required).
306
+
-**`NOTE`: NBMiner versions older than v39.5 (not included) will run into issue when ETH reaches `EPOCH 520` (Approx mid September). Please make sure to upgrade to a newer version before that if ETH is still with POW.**
0 commit comments