Skip to content

Commit

Permalink
v37.6
Browse files Browse the repository at this point in the history
  • Loading branch information
nebutech-admin committed Jun 3, 2021
1 parent 84bf6b5 commit 17d36ae
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
6 changes: 6 additions & 0 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,7 @@ GPU Miner for `ETH`, `RVN`, `GRIN`, `BEAM`, `CFX`, `ZIL`, `ERGO`, `AE`, `SERO`
- **nanopool:** nbminer -a ethash -o ethproxy+tcp://eth-asia1.nanopool.org:9999 -u 0x12343bdgf.worker
- **herominers:** nbminer -a ethash -o ethproxy+tcp://ethereum.herominers.com:10201 -u 0x12343bdgf.worker
- **nicehash:** nbminer -a ethash -o nicehash+tcp://daggerhashimoto.eu.nicehash.com:3353 -u btc_address.worker
- **miningpoolhub**: nbminer -a ethash -o nicehash+tcp://asia.ethash-hub.miningpoolhub.com:20535 -u username.worker

#### ETH+ZIL:

Expand Down Expand Up @@ -274,6 +275,11 @@ GET http://api_host:port/api/v1/status

## Change Log

#### v37.6(2021-06-03)

- `fix`: `ethash` `--enable-dag-cache` cause crash on AMD GPUs when switch DAG file.
- `fix`: `ergo` support on `AMD Vega` GPUs.

#### v37.5(2021-05-21)

​ changes from 37.3
Expand Down
6 changes: 6 additions & 0 deletions readme_zh.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,7 @@ NVIDIA、AMD显卡的`ETH`, `RVN`, `GRIN`, `BEAM`, `CFX`, `ZIL`, `ERGO`, `AE`,
- **beepool:** nbminer -a ethash -o ethproxy+tcp://eth-pool.beepool.org:9530 -u 0x12343bdgf.worker
- **nanopool:** nbminer -a ethash -o ethproxy+tcp://eth-asia1.nanopool.org:9999 -u wallet.worker
- **nicehash:** nbminer -a ethash -o nicehash+tcp://daggerhashimoto.eu.nicehash.com:3353 -u btc_address.worker
- **miningpoolhub**: nbminer -a ethash -o nicehash+tcp://asia.ethash-hub.miningpoolhub.com:20535 -u username.worker

#### ETH+ZIL:

Expand Down Expand Up @@ -266,6 +267,11 @@ GET http://api_host:port/api/v1/status

## 修改记录

#### v37.6(2021-06-03)

- `修复`: `ethash` `--enable-dag-cache` 在A卡上切换epoch时可能导致崩溃的情况
- `修复`: `ergo``Vega`显卡的支持

#### v37.5(2021-05-21)

​ changes from 37.3
Expand Down

0 comments on commit 17d36ae

Please sign in to comment.