Skip to content

Commit

Permalink
v38.0
Browse files Browse the repository at this point in the history
  • Loading branch information
nebutech-admin committed Jun 28, 2021
1 parent 71108cd commit 74d4d6d
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 16 deletions.
16 changes: 8 additions & 8 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -131,10 +131,11 @@ GPU Miner for `ETH`, `RVN`, `GRIN`, `BEAM`, `CFX`, `ZIL`, `ERGO`, `AE`, `SERO`
- **woolypooly**: nbminer -a ergo -o stratum+tcp://erg.woolypooly.com:3100 -u wallet.worker
- **nanopool**: nbminer -a ergo -o stratum+tcp://ergo-eu1.nanopool.org:11111 -u wallet.worker
- **666pool**: nbminer -a ergo -o stratum+tcp://ergo.666pool.cn:9556 -u wallet.worker
- **nicehash**: nbminer -a ergo -o stratum+tcp://autolykos.eu-west.nicehash.com:3390 -u wallet.worker

## CMD options:

**nbminer -a algo -o protocol+socket_type://pool_host:pool_port -u wallet_address.worker:passwd**
**nbminer -a algo -o protocol+socket_type://pool_host:pool_port -u wallet_address.worker -p passwd**

* -h, --help Displays this help.
* -v, --version Displays version information.
Expand All @@ -150,13 +151,6 @@ GPU Miner for `ETH`, `RVN`, `GRIN`, `BEAM`, `CFX`, `ZIL`, `ERGO`, `AE`, `SERO`
* -p, --password \<password> password for mining pool
* -p1, --password1 \<password> password for backup mining pool1
* -p2, --password2 \<password> password for backup mining pool2
* -di, --secondary-intensity \<intensity> The relative intensity when dual mining.
* -do, --secondary-url \<url> ETH mining pool when dual mining.
* -du, --secondary-user \<user> ETH username when dual mining.
* -do1, --secondary-url1 \<url> Backup 1 ETH mining pool when dual mining.
* -du1, --secondary-user1 \<user> Backup 1 ETH username when dual mining.
* -do2, --secondary-url2 \<url> Backup 2 ETH mining pool when dual mining.
* -du2, --secondary-user2 \<user> Backup 2 ETH username when dual mining.
* -d, --devices \<devices> Specify GPU list to use. Format: "-d 0,1,2,3" to use first 4 GPU.
* -i, --intensity \<intensities> Comma-separated list of intensities (1 -100).
* --strict-ssl Check validity of certificate when use SSL connection.
Expand Down Expand Up @@ -275,6 +269,12 @@ GET http://api_host:port/api/v1/status

## Change Log

#### v38.0(2021-06-29)

- `feature`: `ergo` add `mining.extranonce.subscribe` support.
- `fix`: eliminate memory leak by NVML library for Nvidia driver 460+ on windows.
- `fix`: `--enable-dag-cache` causes crash on certain situation.

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

- `fix`: `ethash` `--enable-dag-cache` cause crash on AMD GPUs when switch DAG file.
Expand Down
16 changes: 8 additions & 8 deletions readme_zh.md
Original file line number Diff line number Diff line change
Expand Up @@ -123,10 +123,11 @@ NVIDIA、AMD显卡的`ETH`, `RVN`, `GRIN`, `BEAM`, `CFX`, `ZIL`, `ERGO`, `AE`,
- **woolypooly**: nbminer -a ergo -o stratum+tcp://erg.woolypooly.com:3100 -u wallet.worker
- **nanopool**: nbminer -a ergo -o stratum+tcp://ergo-eu1.nanopool.org:11111 -u wallet.worker
- **666pool**: nbminer -a ergo -o stratum+tcp://ergo.666pool.cn:9556 -u wallet.worker
- **nicehash**: nbminer -a ergo -o stratum+tcp://autolykos.eu-west.nicehash.com:3390 -u wallet.worker

## 命令行参数

**nbminer -a algo -o 协议+连接类型://矿池地址:矿池端口 -u 钱包地址或用户名.矿工名:密码可选**
**nbminer -a algo -o 协议+连接类型://矿池地址:矿池端口 -u 钱包地址或用户名.矿工名**

- -?, -h, --help 显示帮助信息.
- -v, --version 显示版本号.
Expand All @@ -142,13 +143,6 @@ NVIDIA、AMD显卡的`ETH`, `RVN`, `GRIN`, `BEAM`, `CFX`, `ZIL`, `ERGO`, `AE`,
- -p, --password \<password> 传给矿池的password参数
- -p1, --password1 \<password> 传给备用矿池1的password参数
- -p2, --password2 \<password> 传给备用矿池2的password参数
- -di, --secondary-intensity \<intensity> 双挖时相对挖矿强度
- -do, --secondary-url \<url> 双挖时ETH的矿池地址
- -du, --secondary-user \<user> 双挖时ETH的用户名
- -do1, --secondary-url \<url> 双挖备用矿池1的矿池地址
- -du1, --secondary-user \<user> 双挖备用矿池1的用户名
- -do2, --secondary-url \<url> 双挖备用矿池2的矿池地址
- -du2, --secondary-user \<user> 双挖备用矿池2的用户名
- -d, --devices \<devices> 指定使用哪些显卡来挖矿. 比如: "-d 0,1,2,3" 使用前4个显卡.
- -i, --intensity \<intensities> GPU使用强度列表 (1 -100),默认100.
- --strict-ssl 使用SSL连接时验证矿池证书
Expand Down Expand Up @@ -267,6 +261,12 @@ GET http://api_host:port/api/v1/status

## 修改记录

#### v38.0(2021-06-29)

- `功能`: `ergo` 增加对 `mining.extranonce.subscribe` 协议支持.
- `修复`: 消除Windows下N卡使用460+驱动的NVML库带来的内存泄漏问题
- `修复`: `--enable-dag-cache` 在某些情况下导致的崩溃

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

- `修复`: `ethash` `--enable-dag-cache` 在A卡上切换epoch时可能导致崩溃的情况
Expand Down

0 comments on commit 74d4d6d

Please sign in to comment.