Skip to content

Commit f412ad8

Browse files
v42.0
1 parent 3e25731 commit f412ad8

File tree

1 file changed

+16
-6
lines changed

1 file changed

+16
-6
lines changed

readme.md

Lines changed: 16 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ Be aware when you download NBMiner binaries from other sources.
2020

2121
| version | Windows | Linux |
2222
| ------- | ------------------------------------------------------------ | ------------------------------------------------------------ |
23+
| 42.0 | [NBMiner_42.0_Win.zip](https://dl.nbminer.com/NBMiner_42.0_Win.zip) | [NBMiner_42.0_Linux.tgz](https://dl.nbminer.com/NBMiner_42.0_Linux.tgz) |
2324
| 41.5 | [NBMiner_41.5_Win.zip](https://dl.nbminer.com/NBMiner_41.5_Win.zip) | [NBMiner_41.5_Linux.tgz](https://dl.nbminer.com/NBMiner_41.5_Linux.tgz) |
2425
| 41.3 | [NBMiner_41.3_Win.zip](https://dl.nbminer.com/NBMiner_41.3_Win.zip) | [NBMiner_41.3_Linux.tgz](https://dl.nbminer.com/NBMiner_41.3_Linux.tgz) |
2526
| 41.0 | [NBMiner_41.0_Win.zip](https://dl.nbminer.com/NBMiner_41.0_Win.zip) | [NBMiner_41.0_Linux.tgz](https://dl.nbminer.com/NBMiner_41.0_Linux.tgz) |
@@ -43,12 +44,12 @@ Be aware when you download NBMiner binaries from other sources.
4344

4445
## Requirements
4546

46-
- **NVIDIA Driver version: >= 384**.
47+
- **NVIDIA Driver version: >= 410**.
4748
- Nvidia GPU Specific Requirements:
4849

4950
| Algorithm | Coin | Compute Capability | Memory (Win7 & Linux) | Memory (Win10) |
5051
| :--------------- | :-----: | :----------------: | :-------------------: | :------------: |
51-
| ethash | ETH | 6.0, 6.1, 7.0, 7.5, 8.0,8.6 | 5GB | 6GB |
52+
| ethash | ETH | 6.0, 6.1, 7.0, 7.5, 8.0,8.6 | 6GB | 6GB |
5253
| cuckoo_ae | AE | 6.0, 6.1, 7.0, 7.5, 8.0,8.6 | 5GB | 6GB |
5354
| kawpow | RVN | 6.0, 6.1, 7.0, 7.5, 8.0,8.6 | 3GB | 4GB |
5455
| beamv3 | BEAM | 6.0, 6.1, 7.0, 7.5 | 3GB | 3GB |
@@ -186,10 +187,7 @@ Be aware when you download NBMiner binaries from other sources.
186187

187188
* --enable-igpu AMD igpu is disabled by default, set this option to enable.
188189

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.
192-
install: `nbminer.exe --driver install`, uninstall: `nbminer.exe --driver uninstall`.
190+
* --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.
193191

194192
* --power-limit, --pl \<limit> Set power limit of GPU.
195193

@@ -295,6 +293,18 @@ GET http://api_host:port/api/v1/status
295293

296294
## Change Log
297295

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.**
307+
298308
#### v41.5(2022-05-13)
299309

300310
- `feature`: `ethash` Add 90% LHR unlocker for `3080 12G` & `3050`.

0 commit comments

Comments
 (0)