Post
Topic
Board Pools (Altcoins)
Re: [ANN][POOL] Mining Pool Hub - Multipool. Multialgo, Auto Exchange to any coin.
by
henyojess
on 06/09/2017, 00:48:04 UTC
hello miningpoolhub.

I am trying to auto algo switch with a simple batch file below ( NVIDIA - ethash, equihash ).

I am on windows10pro using ethminer v0.11.0 and ewbf v0.3.4b with batch file below:
Code:
:start
ethminer --farm-retries 0 -FS exit --cuda --dag-load-mode parallel -S asia.ethash-hub.miningpoolhub.com:12020 -O henyojess.w1:x
miner --eexit 3 --server asia.equihash-hub.miningpoolhub.com --user henyojess.w1 --pass x --port 12023
timeout 1
goto start

ethminer exits properly when algo is switch from ethash -> equihash.

ewbf miner does not exit properly and just keeps running at 0 Sols/s when algo is switched from equihash -> ethash.
Code:
GPU0: 254 Sol/s GPU1: 265 Sol/s GPU2: 256 Sol/s GPU3: 263 Sol/s GPU4: 258 Sol/s GPU5: 259 Sol/s
Total speed: 1555 Sol/s
ERROR: Lost connection with the server.
INFO: Attempt to restore connection.
ERROR: Stratum authorization error
Temp: GPU0: 53C GPU1: 53C GPU2: 53C GPU3: 55C GPU4: 54C GPU5: 52C
GPU0: 0 Sol/s GPU1: 0 Sol/s GPU2: 0 Sol/s GPU3: 0 Sol/s GPU4: 0 Sol/s GPU5: 0 Sol/s
Total speed: 0 Sol/s

What am I doing wrong? Please help.