JuicyPasta / Claymore-No-Fee-Proxy

Removes Claymore's 1-2% mining fee
138 stars 67 forks source link

Mining other coins #10

Open Return-Zer0 opened 7 years ago

Return-Zer0 commented 7 years ago

Hello
i mine DBIX it's same ETh i redirect all ports to 8888 and edit the host file with list of eth pool ! So my issue is the proxy work only on this pool dwarfpool.com i want the shares goes to my eth wallet on nanopool
this command i used

netsh interface portproxy add v4tov4 listenport=3333 listenaddress=127.0.0.1 connectport=8888 connectaddress=127.0.0.1 netsh interface portproxy add v4tov4 listenport=9999 listenaddress=127.0.0.1 connectport=8888 connectaddress=127.0.0.1 netsh interface portproxy add v4tov4 listenport=4444 listenaddress=127.0.0.1 connectport=8888 connectaddress=127.0.0.1

then i run the proxy with port 8888 127.0.0.1 8888 eth-eu2.nanopool.org 9999 False

then i got this error http://prntscr.com/fty04k but when devfee loop goes to dwarfpool.com it works
http://prntscr.com/fty0p8

wondering am i doing something wrong ?

Thanks

drdada commented 7 years ago

Hello, Can i see the content of your host file please ?

Return-Zer0 commented 7 years ago

`127.0.0.1 eth-eu.dwarfpool.com 127.0.0.1 us1.ethpool.org 127.0.0.1 us1.ethermine.org 127.0.0.1 eth-asia1.nanopool.org 127.0.0.1 eth-us-west1.nanopool.org 127.0.0.1 eth-us-east1.nanopool.org 127.0.0.1 eth-eu1.nanopool.org 127.0.0.1 eu1.ethpool.org 127.0.0.1 asia1.ethpool.org 127.0.0.1 us1.ethpool.org 127.0.0.1 us2.ethpool.org 127.0.0.1 eth-eu.dwarfpool.com 127.0.0.1 eth-us.dwarfpool.com 127.0.0.1 eth-us2.dwarfpool.com 127.0.0.1 eth-ru.dwarfpool.com 127.0.0.1 eth-asia.dwarfpool.com 127.0.0.1 eth-cn.dwarfpool.com 127.0.0.1 eth-cn2.dwarfpool.com 127.0.0.1 eth-sg.dwarfpool.com 127.0.0.1 eth-au.dwarfpool.com 127.0.0.1 eth-ru2.dwarfpool.com 127.0.0.1 eth-hk.dwarfpool.com 127.0.0.1 eth-br.dwarfpool.com 127.0.0.1 eth-cn.dwarfpool.com 127.0.0.1 eth-ar.dwarfpool.com

`

drdada commented 7 years ago

Ok, it's strange... Let's try something Change this line: json_data['params'][0] = worker_name + '/rekt' to json_data['params'][0] = worker_name

Return-Zer0 commented 7 years ago

Hello i did i got same problem i tired with both rigs !

Return-Zer0 commented 7 years ago

it's only working with dwarfpool.com other pool it doesn't work even with Redirecting all domains to port 8888

drdada commented 7 years ago

Ok, I will take a look when i have time.