Skip to content

Slushpool Error: Worker Is Not Authorized #13

@1MoreTechGuy

Description

@1MoreTechGuy

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions