You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ETH (Ethereum) Mining Software: NoDevFee Edition (Linux version)
2
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. ###
3
+
These are the core files for NoDevFee mining software. And they **CAN NOT** be used stand alone. Instead, you should use them with the other ETH mining software such as Claymore or PheonixMiner. You can also download the bundled package in the release page.
4
4
5
-
### The first edition you can find on the web that has the feature of anti-stolen ETH on Linux. ###
5
+
### The first edition you can find on the web that has the feature of anti-stolen ETH on **Linux**. ###
6
6
7
7
### The redirected ETH which was stolen previously will show up in a mining poll in about 1~2 hours. Please be patient! ###
8
8
9
9
# Make sure you change the wallet address in `config.txt` and `nodevfeeWallet.txt`. #
10
10
11
-
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. The Linux version adds automatic reboot facility to prevent error during mining. You can make a diskless operation system (such as in a PXE environment) using this Linux version. Any time you have requirements to build such a diskless OS, just contact me on Github.
11
+
This software can be used together the famouse Claymore or PhoenixMiner mining software. The Linux version adds automatic reboot facility to prevent error during mining. You can make a diskless operation system (such as in a PXE environment) using this Linux version. Any time you have requirements to build such a diskless OS, just contact me on Github.
12
12
13
13
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.
14
14
15
15
## Usage ##
16
16
17
17
1. Change the file config.txt:
18
+
+ ethdcrminer64/PhoenixMiner or whatever the actual name of the miner
18
19
+ -epool is the mining pool address
19
20
+ -ewal is your main ETH wallet address
20
21
+ -eworker is the miner's name which defaults to your computer name
21
22
+ -epsw: do not change it
23
+
+ Other arguments please refer to the Readme-claymore.txt
22
24
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*.
23
25
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.
24
26
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.
@@ -27,25 +29,27 @@ As stated by the software author, the original Claymore mining software and its
0 commit comments