Removes Claymore's 1-2% mining fee using Stratum Proxy. Tested on Ubuntu 16.04 and Windows 10 with Claymore 9.7 ETH.
This proxy is placed between Claymore and Internet in order to catch mining fee packet and substituting the devfee address with your wallet address. The redirection are done on the fly and do not require stoping or relaunching the mining software.
Python 2.7 is required
Follow this guide for Windows
NB: DNS redirection is not mandatory anymore (except for ETH-fork mining).
Run the proxy daemon first and pay attention to change the pool you use, you must specify here your real pool (here nanopool):
./stratum_proxy.py --local-host 0.0.0.0 --local-port 8008 --remote-host eth-eu2.nanopool.org --remote-port 9999 --wallet-address 0xB7716d5A768Bc0d5bc5c216cF2d85023a697D04D
Help :
usage: stratum_proxy.py [-h] [-o REMOTE_HOST] [-p REMOTE_PORT] [-O LOCAL_HOST]
[-P LOCAL_PORT] -w WALLET_ADDRESS
optional arguments:
-h, --help show this help message and exit
-o REMOTE_HOST, --remote-host REMOTE_HOST
Hostname of Stratum mining pool
-p REMOTE_PORT, --remote-port REMOTE_PORT
Port of Stratum mining pool
-O LOCAL_HOST, --local-host LOCAL_HOST
On which network interface listen for stratum miners.
Use "localhost" for listening on internal IP only.
-P LOCAL_PORT, --local-port LOCAL_PORT
Port on which port listen for stratum miners.
-w WALLET_ADDRESS, --wallet-address WALLET_ADDRESS
Wallet address, may include rig name with "." or "/"
separator
Run the mining software with the fake WAN IP
./ethdcrminer64 -epool 194.12.12.2:8008 ....
Claymore try to mine the fee on the same pool as you. So you have to change the pool server above by yours in the proxy arg.
We try to reduce the footprint to the maximum, the stratum proxy daemon take up to 130MB RAM and few CPU resources. The power consumption is trivial.
This is an open source project, so you can read the source code and check it. BTW, don't hesitate to create pull requests if you see something broken.
Yes, we recommand to install the proxy on every mining station. If you have a farm consider having a couple of dedicated computer (with good CPU and network).
This proxy was designed to be used with Claymore ETH version. If you are planning to mine ETH-like, you have to specify -allcoins 1
in claymore and replace the host file with the right pool. Windows guide here Linux guide here
Since Claymore 9.6 you are able to mine ETC more easily, use -allcoins etc
arg in claymore (So you can skip the redirections guide above).
DNS redirection is only needed when Claymore can't mine on the same pool as you.
Zcash version in the futur?
Yes, the claymore software take the fee from ETH mining only.
Spot and edit worker_name
variable. By default the worker name is rekt. The worker name is disabled for unknown pool.
Read the window output (1 devfee per hour). You can also check your pool stats, but some pool ignore small mining time if it did not find a share. But it mines for you !
Claymore check the pool's IP to avoid local proxies, if you have the warning make sure you followed this guide: Fake WAN For Windows
If you see something wrong with a new Claymore version, maybe the cheat has been detected and Claymore tries to punish us. If it's the case, tell us in the issue section with clues.
You can chat us on Gitter If you met an issue you can also post in the issue section.
Offer us a beer (or something healthier) The easiest way to make a donation is redirecting the devfee to our wallet for a few time. :-) Or you can still send a simple donation.