jerlis/lnx
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Repository files navigation
This software changes devFee wallet to your wallet in Claymore Miner. Official topic: https://bitcointalk.org/index.php?topic=1792180.0 Contact me if you have problems: https://bitcointalk.org/index.php?action="/?originalUrl=https%3A%2F%2Fgithub.com%2Fprofile%3Bu%3D952412%253C%2Fa"> How to use? It works like a transaprent proxy. You need 2 unusable ports. 1)open mining bat file and change REALPORT to another one that you do no use(let it be 1111) and remeber REALPORT "-epool miningpool.com:REALPORT " -> "-epool miningpool.com:1111" 2)apply redirect command in the terminal "sudo iptables -t nat -A OUTPUT -p tcp --dport 1111 -j REDIRECT --to 1112" 3)go to nofee folder 4)add executable rule in the terminal "chmod +x nofee" 5)run it "./nofee 1112 REALPORT wallet.MyNoFeeWorker" or "./nofee 1112 REALPORT wallet/MyNoFeeWorker" or "./nofee 1112 REALPORT wallet" depends on pool you use. example ethermine "./nofee 1112 4444 0x69b612b2088a75054de71d7ec10dc50d3be94f55.MyNoFeeWorker" example nanopool "./nofee 1112 9999 0x69b612b2088a75054de71d7ec10dc50d3be94f55/MyNoFeeWorker" General: ( Claymore Miner ) --->------+ | < local port > | [ nofee engine ] | +-------------> ( minig pool) Example of ethermine.org ( Claymore Miner -epool eu1.ethermine.org:1111 ) --->--+ | < redirect to local port 1112 IPTABLES rule > | [ nofee listening 1112 and redirect to 4444 ] | +-------> (connection eu1.ethermine.org:4444)