I have an issue with authorization of my miner program on "miningpoolhub".
Here is my bat-file:
EthDcrMiner64.exe -epool europe.ethash-hub.miningpoolhub.com:12020 -ewal -eworker Leadin.w -epsw x -esm 3 -allcoins 1 -tt 67 -tstop 67
where "Leadin" is my user on "miningpoolhub", "w" - worker name and "x" - the password.
According to "EthDcrMiner64" log I can connect to "europe.ethash-hub.miningpoolhub.com:12020" but authorization always fails:
14:33:26:012 1334 ETH: Stratum - Connected (europe.ethash-hub.miningpoolhub.com:12020)
14:33:26:124 1334 got 117 bytes
14:33:26:125 1334 buf: {"id":1,"result":[["mining.notify","deadbeefcafebabe9476010000000000","EthereumStratum/1.0.0"],"012b"],"error":null}
14:33:26:125 1334 parse packet: 116
14:33:26:126 1334 new buf size: 0
14:33:26:606 1334 got 37 bytes
14:33:26:606 1334 buf: {"id":2,"result":false,"error":null}
14:33:26:607 1334 parse packet: 36
14:33:26:608 1334 ETH: Authorization failed
: {"id":2,"result":false,"error":null}
14:33:26:609 1334 buf was cleared
14:33:26:620 1334 Stratum - reading socket failed 10038, disconnect
14:33:26:621 1334 ETH: Job timeout, disconnect, retry in 20 sec...
14:33:28:723 1564 Quit...
* - ClaymoreDualGPUMiner v 10.1 is used.
Also I have used the following bat-file with same result:
Here is my bat-file:
EthDcrMiner64.exe -epool europe.ethash-hub.miningpoolhub.com:12020 -ewal Leadin.w -eworker Leadin.w -epsw x -esm 3 -allcoins 1 -tt 67 -tstop 67
here "ewal" changed to "Leadin.w".
Are there sombody who have same issues? When I use this miner with Dwarfpool everything works fine. Thanks in advance!
I hope my post limiting gets removed soon. Its frustrating not being able to post lol.
To answer this question. When you use the 12xxx ports then you will get authorization failed messages if the algorithm you are trying to mine is not the most profitable as configured in your hub.
If you want to mine this algorithm no matter what and just get the most profitable coin from it use the 17xxx ports.