Skip to content

Commit

Permalink
v36.1
Browse files Browse the repository at this point in the history
  • Loading branch information
nebutech-admin committed Jan 11, 2021
1 parent fc2cc1a commit 8882316
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 4 deletions.
17 changes: 13 additions & 4 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -265,27 +265,36 @@ GET http://api_host:port/api/v1/status

## Change Log

#### 36.0(2020-12-28)
#### v36.1(2021-01-11)

- `optimize`: `octopus` Lower power comsumption for 20、30 series Nvidia GPU, improve hashrate 2% on 16 series Nvidia GPU
- `fix`: `ethash` Fix performance degradation under win8 & win8.1 for Nvidia 10 series GPUs.
- `fix`: `ethash` Slightly reduce stale ratio.
- `fix`: A random crash bug fix, improve overall stability
- `feature`: Add `detail datetime` & `cpu usage` in summary log
- `feature`: `ethash` If DAG verification failed, display corresponding GPU name in red in summary.

#### v36.0(2020-12-28)

- `fix`: `kawpow` crash on some GPUs in versions `35.x`
- `fix`: `ethash` performance degradation under win7 for Nvidia 10 series GPUs.
- `delete algo`: `eaglesong`, `eaglesong_ethash`, `trb`, `trb_ethash`, `hns`, `hns_ethash`, `sipc`, `cuckaroo`, `cuckaroo_swap`
- `feature`: smaller binary size

#### 35.2(2020-12-22)
#### v35.2(2020-12-22)

**Compared to v35.0**

- `optimize`: `ethash` More stable under high OC for Nvidia 16、20、30 series GPUs.
- `optimize`: `octopus` Improve hashrate 1-3% for 16, 20, 30 Nvidia GPUs
- `feature`: `ethash` DAG verification after creation, if miner showed log in red font: `Verification failed, invalid 2.0%`, please consider lower GPU overclock

#### 35.1(2020-12-21)
#### v35.1(2020-12-21)

- `optimize`: `ethash` More stable under high OC for Nvidia GPUs
- `optimize`: `octopus` Improve hashrate 1-3% for 16, 20, 30 Nvidia GPUs

#### 35.0(2020-12-14)
#### v35.0(2020-12-14)

- `feature`: `ethash` Add statistics for `invalid shares`, in cmd log, api and web monitor.
- `feature`: Turn off limitation for not allowing to run under Virtual Machine.
Expand Down
9 changes: 9 additions & 0 deletions readme_zh.md
Original file line number Diff line number Diff line change
Expand Up @@ -256,6 +256,15 @@ GET http://api_host:port/api/v1/status

## 修改记录

#### v36.1(2021-01-11)

- `优化`: `octopus` 降低20、30系N卡对功耗的需求,提高16系N卡算力2%
- `修复`: `ethash` 修复在win8和win8.1下10系N卡算力降低的问题
- `修复`: `ethash` 降低少许延迟
- `修复`: 修正一个可能导致小概率出现程序崩溃的bug,提高整体稳定性
- `功能`: 日志中算力统计部分增加 具体日期时间 以及 CPU使用率
- `功能`: `ethash` 当DAG校验有错误时,在summary中显示对应显卡为红色

#### v36.0(2020-12-28)

- `修复`: `kawpow` `35.x` 版本在部分显卡上出现崩溃的问题
Expand Down

0 comments on commit 8882316

Please sign in to comment.