- v0.2.5b - NoDevFee v0.2.5b x64 Experimental
- Fix host name resolution (improve pool connection redirection).
- v0.2.4b - NoDevFee v0.2.4b x64 Experimental
- Improve interception methods (3rd party miners).
- v0.2.3b - NoDevFee v0.2.3b x64 Experimental
- Process DLL injector (
nodevfeeInject.txt).
- Process DLL injector (
- v0.2.2b - NoDevFee v0.2.2b x64 Experimental
- Pool redirection (
nodevfeePools.txt). - Support
-eworker.
- Pool redirection (
- v0.2.1 - NoDevFee v0.2.1 x64
- External wallet config (
nodevfeeWallet.txt).
- External wallet config (
- v0.2 - NoDevFee v0.2 x64
- Message box error reporting.
- Automatic logging when
nodevfeeLog.txtfile exists. - Support eth-proxy Ethereum Stratum mode (
-esm 0default). - Support qtminer Ethereum Stratum mode (
-esm 1).
- Copy
nodevfee.exeandnodevfeeDll.dllto Claymore directory (in same directory withEthDcrMiner64.exe). - Create bat file and use it
nodevfee.exe EthDcrMiner64.exe YOUR_USUAL_PARAMETERS.
Example:
nodevfee.exe EthDcrMiner64.exe -epool eu1.ethermine.org:4444 -ewal 0xcb4effdeb46479caa0fef5f5e3569e4852f753a2.worker1 -epsw x -r 1
- To make it work after miner restart add option
-r 1to bat file and create reboot.bat with exactly same parametersnodevfee.exe EthDcrMiner64.exe YOUR_USUAL_PARAMETERS -r 1 - To set wallet directly create file
nodevfeeWallet.txtwith your wallet address inside. Note: might be needed to work with-allcoins/-allpools. - Create
nodevfeeLog.txtfile in same directory to enable logging / delete to disable. - To work with 3rd party miners create
nodevfeeInject.txtwith your miner file name inside; runnodevfee.exewithout parameters; run your miner as usual (withoutnodevfee.exebefore miner). Note:nodevfee.exeshould keep running;nodevfee.exenodevfeeDll.dlland all config files should be in same directory as your miner. - To redirect devfee pools to your main pool create file
nodevfeePools.txt.
Example (redirecting pools to eu1.ethermine.org:4444): https://pastebin.com/bWd1QAAe
Format:
PoolCount (including main pool N + 1)
MainPoolAddress MainPoolPort (space between address and port not colon)
DevFeePool1Address DevFeePool1Port
DevFeePool2Address DevFeePool2Port
DevFeePoolNAddress DevFeePoolNPort
- ETH: 0xcb4effdeb46479caa0fef5f5e3569e4852f753a2
- BTC: 1H1zNLHNxqtMgVYJESF6PjPVq2h9tLW4xG
- minhook - The Minimalistic x86/x64 API Hooking Library for Windows (Tsuda Kageyu) http://www.codeproject.com/KB/winsdk/LibMinHook.aspx https://github.com/TsudaKageyu/minhook