You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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
The text was updated successfully, but these errors were encountered: