Hi all,
I try to use a stratum-proxy server (
https://www.nicehash.com/docs/connect-via-proxy/) all works very fine but if i try to activate the option "appendWorkerNames", nicehash accept the first connection but reject the all other rigs.
My pool config on stratum proxy:
{
"name" : "Nicehash",
"host" : "stratum.nicehash.com:3333",
"user" : "[btc_address]",
"password" : "d=4096",
"enableExtranonceSubscribe" : true,
"appendWorkerNames" : true,
"workerNameSeparator" : ".",
"useWorkerPassword" : false,
"weight" : 1,
"isEnabled": true
}
My pool config on rigs:
{
"url" : "stratum+tcp://xxx.xxx.xxx.xxx.:xxxx",
"user" : "gsd2",
"pass" : "x"
}
My log error on stratum-proxy:
2014-08-08 08:14:13,779 WARN [/xxx.xxx.xxx.xxx:59835-Thread]: [WorkerConnection] User connection not authorized. Worker [btc_address].gsd2 is not authorized on pool Nicehash. Cause: JsonRpcError [code=null, message=null, traceback=null]
2014-08-08 08:14:13,779 WARN [/xxx.xxx.xxx.xxx:40005-Thread]: [WorkerConnection] User connection not authorized. Worker [btc_address].gsd4 is not authorized on pool Nicehash. Cause: JsonRpcError [code=null, message=null, traceback=null]
2014-08-08 08:14:13,779 WARN [/xxx.xxx.xxx.xxx:33364-Thread]: [WorkerConnection] User connection not authorized. Worker [btc_address].gsd1 is not authorized on pool Nicehash. Cause: JsonRpcError [code=null, message=null, traceback=null]
How you can view the first server (gsd3) was accepted without any problem but after all other server was rejected

Anyone can tell me which is the problem ?[/code][/code][/code]