Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Mining other coins #10

Open
Return-Zer0 opened this issue Jul 10, 2017 · 6 comments
Open

Mining other coins #10

Return-Zer0 opened this issue Jul 10, 2017 · 6 comments
Assignees
Labels

Comments

@Return-Zer0
Copy link

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 drdada self-assigned this Jul 10, 2017
@drdada
Copy link
Collaborator

drdada commented Jul 10, 2017

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

@Return-Zer0
Copy link
Author

`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
Copy link
Collaborator

drdada commented Jul 11, 2017

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

@drdada drdada added the bug label Jul 11, 2017
@Return-Zer0
Copy link
Author

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

@Return-Zer0
Copy link
Author

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

@drdada
Copy link
Collaborator

drdada commented Jul 13, 2017

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants