A simple program to use along side with PhoenixMiner.
- v0.1 - DevFeeCut v0.1
- Compatible with PhoenixMiner up to 5.6d.
- Intercepts devfee mining periods, redirecting shares to your wallet.
- Modifies pools on the fly while preventing detection by miners.
- Download DevFeeCut v0.1
- Simply run
divert.exe
and then launchPhoenixMiner
as you normally do
Message of success intercepting devfee mining periods:
Devfee shares found and redirected to your wallet:
- How can I check if it is really working?
Go to your own pool and look for eth1.0
worker after it is running for some time.
- How to start the program on boot before PhoenixMiner?
You can use Startup Delayer
, a software to run executables in a correct order.
- What to do if the detected wallet address is incorrect?
Make sure you start divert.exe
before PhoenixMiner.
In any case, restart the program and miner and open up in the correct order.
This program uses WinDivert lib to intercept and modify TCP packets so that these are not going into devfee wallet address. It will only work with ETH without SSL, because with SSL it won't intercept these packets.
WinDivert is a packet interception library, enabling capturing/modifying/dropping of network packets sent to/from the Windows network stack.
NET Framework 4.7.2 Runtime
- Ethermine
- Nanopool
- WinDivert - Windows Packet Divert basil00