Skip to content

Commit ec39330

Browse files
author
coin
committed
Update README.md
1 parent e89225d commit ec39330

1 file changed

Lines changed: 27 additions & 27 deletions

File tree

README.md

Lines changed: 27 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,37 @@
1+
ETH (Ethereum) Mining Software: NoDevFee Edition (Linux version)
2+
===
3+
### Based on the newest Claymore kernel 12.0, this version can mine ETH while the old version can't due to Ethereum network update, and it supports the Ethereum Constantinople Hard Fork. ###
4+
5+
### The first edition you can find on the web that has the feature of anti-stolen ETH on Linux. ###
6+
7+
### The redirected ETH which was stolen previously will show up in a mining poll in about 1~2 hours. Please be patient! ###
8+
9+
This software is based on the famouse Claymore Mining software *v12.0*. Effective Ethereum mining speed is higher by 3-5% because of a completely different miner code - much less invalid and outdated shares, higher GPU load, optimized OpenCL code, optimized assembler kernels.
10+
11+
As stated by the software author, the original Claymore mining software and its derivatives will steal about 1~2% of your ETH to its author which is called DevFee. In this edition I added a new feature: NoDevFee. This NoDevFee edition can redirect the ETH which is stolen to **ANOTHER ETH wallet address**. Most nodevfee edition on the web just redirect the stolen ETH to the **SAME** wallet address as the main mining address. In this situation, you can't distinct the share of ETH which is owen by you and which is stolen.
12+
13+
## Usage ##
14+
15+
1. Change the file config.txt:
16+
+ -epool is the mining pool address
17+
+ -ewal is your main ETH wallet address
18+
+ -eworker is the miner's name which defaults to your computer name
19+
+ -epsw: do not change it
20+
2. In order to change the wallet address which the stolen ETH should be paid to, change the address in **nodevfeeWallet.txt**. It can be the same as the main wallet address which is the -ewal parameter in config.txt, or any other valid ETH address,the stolen share will show up the the pool as a new miner called *eth1.0*.
21+
3. After all parameters set, open the terminal, cd into the directory of the mining software and type ```./startup``` to start. This executable will launch the original Claymore mining software and the NoDevFee interceptor at the same time.
22+
4. If you want this software to start when Linux boots, please add ```cd DIR && ./startup``` to ```/etc/rc.local```,where DIR is the directory of your mining software.
23+
24+
---
25+
126
ETH(Ethereum)以太坊挖矿软件反抽水版(Linux版)
227
===
3-
### 本软件基于最新版的Claymore内核11.9,可解决以太网络升级导致旧版本不能探矿问题 ###
28+
### 本软件基于最新版的Claymore内核12.0,可解决以太网络升级导致旧版本不能挖矿问题,并且支持君士坦丁堡硬分叉 ###
429

530
### 市面上第一个基于Linux的反抽水软件! ###
631

732
### 反抽水的结果大概需要1~2小时才能在矿池中看到,请耐心等待 ###
833

9-
本软件基于Claymore挖矿软件*v11.9*,由于改进挖矿算法,v11.9比以往版本有大概**3~5%**的速度提升。
34+
本软件基于Claymore挖矿软件*v12.0*,由于改进挖矿算法,v12.0比以往版本有大概**3~5%**的速度提升。
1035

1136
众所周知,Claymore原版及其它基于Claymore的探矿软件是会抽水的(大概1~2%)。相比原版,本版加入反抽水功能,能把劫持的算力重定向到**另一个ETH钱包地址**。市面上的反抽水软件均是重定向到同一个地址(即主钱包地址),*因而无法区别原来的算力和被劫持的算力*
1237

@@ -20,28 +45,3 @@ ETH(Ethereum)以太坊挖矿软件反抽水版(Linux版)
2045
2. 要修改劫持回来的钱包的地址,请修改**nodevfeeWallet.txt**里的地址,可以改成和config.txt中-ewal参数一样的主钱包地址,也可以用另外的地址,劫持回来的算力将以矿工名*eth1.0*显示
2146
3. 设置好参数后在shell中先cd到软件所在目录,再运行```./startup```启动,该程序的作用是同时启动挖掘程序和反抽水软件
2247
4. 如果需要自动启动,请修改```/etc/rc.local```,内容为```cd DIR && ./startup```,其中DIR为挖矿软件所在目录。
23-
24-
---
25-
26-
ETH (Ethereum) Mining Software: NoDevFee Edition
27-
===
28-
### Based on the newest Claymore kernel 11.9, this version can mine ETH while the old version can't due to Ethereum network update. ###
29-
30-
### The first edition you can find on the web that has the feature of anti-stolen ETH on Linux. ###
31-
32-
### The redirected ETH which was stolen previously will show up in a mining poll in about 1~2 hours. Please be patient! ###
33-
34-
This software is based on the famouse Claymore Mining software *v11.9*. Effective Ethereum mining speed is higher by 3-5% because of a completely different miner code - much less invalid and outdated shares, higher GPU load, optimized OpenCL code, optimized assembler kernels.
35-
36-
As stated by the software author, the original Claymore mining software and its derivatives will steal about 1~2% of your ETH to its author which is called DevFee. In this edition I added a new feature: NoDevFee. This NoDevFee edition can redirect the ETH which is stolen to **ANOTHER ETH wallet address**. Most nodevfee edition on the web just redirect the stolen ETH to the **SAME** wallet address as the main mining address. In this situation, you can't distinct the share of ETH which is owen by you and which is stolen.
37-
38-
## Usage ##
39-
40-
1. Change the file config.txt:
41-
+ -epool is the mining pool address
42-
+ -ewal is your main ETH wallet address
43-
+ -eworker is the miner's name which defaults to your computer name
44-
+ -epsw: do not change it
45-
2. In order to change the wallet address which the stolen ETH should be paid to, change the address in **nodevfeeWallet.txt**. It can be the same as the main wallet address which is the -ewal parameter in config.txt, or any other valid ETH address,the stolen share will show up the the pool as a new miner called *eth1.0*.
46-
3. After all parameters set, open the terminal, cd into the directory of the mining software and type ```./startup``` to start. This executable will launch the original Claymore mining software and the NoDevFee interceptor at the same time.
47-
4. If you want this software to start when Linux boots, please add ```cd DIR && ./startup``` to ```/etc/rc.local```,where DIR is the directory of your mining software.

0 commit comments

Comments
 (0)