Hi all,
Is the "Algo switch mining (Port 17XXX)" feature when using equihash down at the moment? I am able to successfully mine zcash like so:
./nheqminer -cd 0 -t 0 -l us-east1.zcash.miningpoolhub.com:20570 -u usernum.workernum -p x
But as soon as I try this algo switch mining feature I get a variety of different errors, e.g.
./nheqminer -cd 0 -t 0 -l us-east.equihash-hub.miningpoolhub.com:17023 -u usernum.workernum -p x
... gives this error:
stratum | ZcashMiner::parseJob(): Invalid or unsupported block header version
./nheqminer -cd 0 -t 0 -l us-east.equihash.miningpoolhub.com:17023 -u usernum.workernum -p x
... gives this error:
stratum | resolve: Host not found (authoritative)
./nheqminer -cd 0 -t 0 -l us-east.miningpoolhub.com:17023 -u usernum.workernum -p x
... gives this error:
stratum | resolve: Host not found (authoritative)
Any ideas? Maybe I'm just using the wrong URL?
EDIT - I am using "Equihash CPU&GPU Miner for NiceHash v0.5c" obtained from
https://github.com/nicehash/nheqminer HEAD commit (b9900ff8e3c6f8e5a46af18db454f2a2082d9f46).
Thanks