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

Slushpool Error: Worker Is Not Authorized #13

Open
1MoreTechGuy opened this issue Jan 25, 2018 · 0 comments
Open

Slushpool Error: Worker Is Not Authorized #13

1MoreTechGuy opened this issue Jan 25, 2018 · 0 comments

Comments

@1MoreTechGuy
Copy link

1MoreTechGuy commented Jan 25, 2018

I am getting a "Worker is not authorized" error when using ZECPROXY (1.0.8) with SlushPool (config file pasted below). This seems to occur regardless of whether "enable_worker_id" is set to true or false. Problem seems to be isolated to SlushPool as other pools work. I have also tested against multiple miners with the same results. The only way I can get SlushPool and ZECPROXY to work is when I configure the mining software's wallet or worker to exactly match ZECPROXY "proxy_name" value.

Two Debug files attached: 1) running config file with "enable_worker_id" as true and 2) "enable_worker_id" as false.

{
"wallet": "WALLETXYZ",
"password" : "x",
"port": 8000,
"proxy_name" : "zecproxy",
"enable_worker_id": true,
"pool" : { "host" : "us-east.zec.slushpool.com" , "port" : 4444 },
"pool_failover_enabled": true,
"pool_failover" : [ { "host" : "eu.zec.slushpool.com" , "port" : 4444 } ],
"restart_delay": 10,
"on_rejected_share": {
"strategy" : "restart",
"threshold" : 5
},
"debug" : true
}

zecproxy_debug_workerid_false.txt
zecproxy_debug_workerid_true.txt

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

No branches or pull requests

1 participant