Skip to content

Commit a9efa14

Browse files
author
coin
committed
Remove bundled miner software, just keep core files
1 parent 104932c commit a9efa14

5 files changed

Lines changed: 614 additions & 6 deletions

File tree

README.md

Lines changed: 10 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,26 @@
11
ETH (Ethereum) Mining Software: NoDevFee Edition (Linux version)
22
===
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.
44

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**. ###
66

77
### The redirected ETH which was stolen previously will show up in a mining poll in about 1~2 hours. Please be patient! ###
88

99
# Make sure you change the wallet address in `config.txt` and `nodevfeeWallet.txt`. #
1010

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.
1212

1313
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.
1414

1515
## Usage ##
1616

1717
1. Change the file config.txt:
18+
+ ethdcrminer64/PhoenixMiner or whatever the actual name of the miner
1819
+ -epool is the mining pool address
1920
+ -ewal is your main ETH wallet address
2021
+ -eworker is the miner's name which defaults to your computer name
2122
+ -epsw: do not change it
23+
+ Other arguments please refer to the Readme-claymore.txt
2224
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*.
2325
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.
2426
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
2729

2830
ETH(Ethereum)以太坊挖矿软件反抽水版(Linux版)
2931
===
30-
### 本软件基于最新版的Claymore内核12.0,可解决以太网络升级导致旧版本不能挖矿问题,并且支持君士坦丁堡硬分叉 ###
32+
本软件提供了反抽水程序的核心功能。需要注意的是,本软件**不能单独使用**,它必须配合其它软件,如Claymore或PheonixMiner等一起使用。你也可以在release页面找到打包好的程序整个下载。
3133

32-
### 市面上第一个基于Linux的反抽水软件 ###
34+
### 市面上第一个基于**Linux**的反抽水软件 ###
3335

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

3638
# 使用前请确保您已更改 `config.txt``nodevfeeWallet.txt` 中的钱包地址 #
3739

38-
本软件基于Claymore挖矿软件*v12.0*,由于改进挖矿算法,v12.0比以往版本有大概**3~5%**的速度提升。Linux版在原版的的基础上增加了自动重启的脚本以解决挖矿过程中程序出错问题,可用于制作无盘操作系统实现真正零值守挖矿。如有无盘操作系统这方面的需求,请在Github上给我留言。
40+
本软件配合著名的Claymore或PhoenixMiner等挖矿软件使用。Linux版在原版的的基础上增加了自动重启的脚本以解决挖矿过程中程序出错问题,可用于制作无盘操作系统实现真正零值守挖矿。如有无盘操作系统这方面的需求,请在Github上给我留言。
3941

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

4244
## 使用方法 ##
4345

4446
1. 修改配置文件config.txt,参数说明如下:
47+
+ ethdcrminer64/PhoenixMiner 或者所有其它实际的挖矿软件程序名
4548
+ -epool后面为矿池地址
4649
+ -ewal为ETH主钱包地址
4750
+ -eworker为矿工名,默认为计算机名,中间不能含有.
4851
+ -epsw参数不要改
52+
+ 其它参数请参考Readme-claymore.txt
4953
2. 要修改劫持回来的钱包的地址,请修改**nodevfeeWallet.txt**里的地址,可以改成和config.txt中-ewal参数一样的主钱包地址,也可以用另外的地址,劫持回来的算力将以矿工名*eth1.0*显示
5054
3. 设置好参数后在shell中先cd到软件所在目录,再运行```./startup```启动,该程序的作用是同时启动挖掘程序和反抽水软件
5155
4. 如果需要自动启动,请修改```/etc/rc.local```,内容为```cd DIR && ./startup```,其中DIR为挖矿软件所在目录。

0 commit comments

Comments
 (0)