Skip to content

Commit 01216d9

Browse files
v42.2
1 parent b9c4674 commit 01216d9

File tree

1 file changed

+12
-8
lines changed

1 file changed

+12
-8
lines changed

readme.md

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

2121
| version | Windows | Linux |
2222
| ------- | ------------------------------------------------------------ | ------------------------------------------------------------ |
23-
| 42.1 | [NBMiner_42.1_Win.zip](https://dl.nbminer.com/NBMiner_42.1_Win.zip) | [NBMiner_42.1_Linux.tgz](https://dl.nbminer.com/NBMiner_42.1_Linux.tgz) |
24-
| 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) |
23+
| 42.2 | [NBMiner_42.2_Win.zip](https://dl.nbminer.com/NBMiner_42.2_Win.zip) | [NBMiner_42.2_Linux.tgz](https://dl.nbminer.com/NBMiner_42.2_Linux.tgz) |
2524
| 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) |
2625
| 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) |
2726
| 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) |
@@ -206,6 +205,9 @@ Be aware when you download NBMiner binaries from other sources.
206205

207206
* --fan \<speed> Set GPU fan speed in percentage. (Windows only)
208207

208+
* --lhr-mode \<mode> LHR unlock mode. Mode 1 better compatibility (default mode), Mode 2 better stability.
209+
210+
209211
## API Reference
210212

211213
### Web Monitor
@@ -294,18 +296,20 @@ GET http://api_host:port/api/v1/status
294296

295297
## Change Log
296298

297-
#### v42.1(2022-05-24)
298-
299-
- `fix`: `ethash` Linux LHR unlocker can not unlock on certain GPUs.
299+
#### v42.2(2022-05-26)
300300

301-
#### v42.0(2022-05-23)
301+
**Compared to v41.5**
302302

303-
- `feature`: `ethash` Extend LHR unlocker work with old driver versions. All previous drivers should work until `515.x`.
304-
- `fix`: `ethash` Improve LHR unlocker stability under Linux.
303+
- `feature`: `ethash` Add a new option `--lhr-mode` to select LHR unlock mode.
304+
- `--lhr-mode 1` is the default mode and is the same as which in `v41.5`
305+
- Try to use `--lhr-mode 2` if stability issue encountered in `mode 1`, for json config, use `"lhr-mode": "2"`
306+
- `LHR v3` GPUs can only use `mode 1`
307+
- `feature`: `ethash` Extend LHR unlocker to work with old driver versions. Starting from `Windows v512.95` and `Linux v515.x`, LHR unlocker no longer works, make sure not to use these new driver versions.
305308
- `optimize`: `ethash` small hashrate improvement on Nvidia GPUs.
306309
- `feature`: Add `GDDR6X` memory temp in summary table for Linux.
307310
- `feature`: Add `GPU RAM type` and `GPU RAM vendor` in log.
308311
- `feature`: Add Nvidia driver versoin in summary table.
312+
- `feature`: `ethash` Add `eth_submitHashrate` for `nicehash (EthereumStratum)` protocol.
309313
- `feature`: If `Overclock` applies through `nbminer`, reset settings to stock when miner exit.
310314
- `feature`: `-mt` option on windows does not require custom driver anymore (admin priviledge is required).
311315
- **`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

Comments
 (0)