Skip to content

Commit

Permalink
Merge pull request #43 from wwhl123321/patch-1
Browse files Browse the repository at this point in the history
Update readme.md
  • Loading branch information
nebutech-admin authored Jun 19, 2018
2 parents d05a07a + 602090a commit 260cf9b
Showing 1 changed file with 36 additions and 16 deletions.
52 changes: 36 additions & 16 deletions readme.md
Original file line number Diff line number Diff line change
@@ -1,37 +1,46 @@
# BTM GPU挖矿软件(NebuTech BTMiner)

用于Nvidia显卡的BTM(比原链)挖矿软件。

## 下载地址
BTM Mining Software for Nvidia GPU
## 下载地址 Download

[从这里下载](https://github.com/NebuTech/BTMiner_NebuTech/releases)

## 特点:
[Click Here](https://github.com/NebuTech/BTMiner_NebuTech/releases)
## 特点 Feature

* 支持Windows、Linux(测试过Ubuntu16.04)
* **Windows图形界面操作**
* 支持标准stratum协议的矿池,测试过:[f2pool](https://www.f2pool.com/)[antpool](https://www.antpool.com/)[btcc](https://pool.btcc.com/)
* Support for Windows and Linux(Ubuntu 16.04)
* **Windows图形界面操作**
* **GUI on Windows**
* 支持标准stratum协议的矿池,测试过:[F2pool](https://www.f2pool.com/)[Antpool](https://www.antpool.com/)[Btcc](https://pool.btcc.com/)
* Supporting stratum protocol mine pool,such as [Antpool](https://www.antpool.com/)[F2pool](https://www.f2pool.com/)[Btcc](https://pool.btcc.com/)
* 几乎不占用CPU和PCI-E带宽,现有6卡、8卡矿机适用
* No CPU usage and PCI-E bandwidth. Can be used in 6 cards miner or more
* 可选的CPU加速模式,在拥有高端CPU及高PCIE带宽的机器上进一步提升算力
* Optional CPU boost mode, improving hashrate on high-end CPU and PCI-E 16X miner

## 使用方法:
## 使用方法 Usage

1. **更新到最新版本的Nvidia显卡驱动,不支持旧版本驱动。(驱动版本需大于等于396)**
* **Update Graphics Driver to 396 version or higher.**
2. **双击`GUI_Wrapper.exe`打开windows图形界面开始挖矿。**
* **(GUI) Run GUI_Wrapper.exe and configure your mining pool to start.**
2. 使用记事本打开`Windows.bat`文件(Linux系统修改`Linux.sh`),修改`-url`后面的矿池地址和`-user`后面的钱包地址或用户名。如果有密码,添加`-p`参数和密码。
* (CMD) Modify Windows.bat (Linux.sh) -url pool -user wallet or username.miners
3. Windows双击运行`Windows.bat`开始挖矿, Linux通过命令行运行`Linux.sh`开始挖矿。
* (windows) Double Click Windows.bat to start, (Linux) use ./linux.sh to start

## 参考显卡性能
## 参考显卡性能 GPU performance

![](/performance.png)

## 命令行参数:
## 命令行参数 CMD command

BTMiner_NebuTech.exe [参数]
* BTMiner_NebuTech.exe [command]

典型用法:BTMiner_NebuTech.exe -url btm.f2pool.com:9221 -user bm1xxxxxxxxxxxx.rigName -p x
典型用法 Simple :BTMiner_NebuTech.exe -url btm.f2pool.com:9221 -user bm1xxxxxxxxxxxx.rigName -p x

参数:
参数 Command

* -?, -h, --help 显示帮助信息.
* -v, --version 显示版本号.
Expand All @@ -40,7 +49,16 @@ BTMiner_NebuTech.exe [参数]
* -p, --passwd <password> 挖矿使用的密码.
* -d, --devices <devices> 指定使用哪些显卡来挖矿. 比如: "-d 0,1,2,3" 使用前4个显卡.
* **-C, --use-cpu 使用这个选项开启CPU加速模式。如果你有一颗强大的CPU和插在PCI-E x16插槽上的显卡,可以尝试开启这个选项来进一步提升算力.**
* **-M, --more-gpu 使用这个选项可避免"cuda out of memory error",可能会有小部分的算力损失.**
* **-M, --more-gpu 使用这个选项可避免"cuda out of memory error",可能会有小部分的算力损失.**

* -?, -h, --help Help.
* -v, --version how version.
* -u, --url <url> Mining Pool address.
* -U, --user <user> username or wallet address.
* -p, --passwd <password> password.
* -d, --devices <devices> specify which card to use for mining. such as : "-d 0,1,2,3" use the first four card.
* **-C, --use-cpu CPU Boost mode**
* **-M, --more-gpu to solve "cuda out of memory error"**

## 开发手续费(Dev Fee)

Expand All @@ -50,16 +68,18 @@ BTMiner_NebuTech.exe [参数]

TODO

## 致谢
## 致谢 Thanks

@earthGavinLee

## 修改记录:
## 修改记录 Update History

#### v3.3(2018-06-16)

* GUI界面增加配置自动保存恢复功能
* 修复经常崩溃的bug,提升稳定性。
* (GUI)Add auto saving config
* 修复经常崩溃的bug,提升稳定性。
* Fix Crash,

#### v3.0(2018-06-09)

Expand Down

0 comments on commit 260cf9b

Please sign in to comment.