Hi guys
I'm trying to connect MPH via ccminer but every algo except equihash gives me an error stratum autentication failed. My bat file is speified for 8 algos, they are also set in hub workers page.
Here's my bat file, username and workersname are the same as in pool account
:start
ccminer -r 0 -a cryptonight -o stratum+tcp://europe.cryptonight-hub.miningpoolhub.com:12024 -u rdc01.1 -p x
ccminer -r 0 -a groestl -o stratum+tcp://hub.miningpoolhub.com:12004 -u rdc01.1 -p x
ccminer -r 0 -a myr-gr -o stratum+tcp://hub.miningpoolhub.com:12005 -u rdc01.1 -p x
ccminer -r 0 -a neoscrypt -o stratum+tcp://hub.miningpoolhub.com:12012 -u rdc01.1 -p x
ccminer -r 0 -a skein -o stratum+tcp://hub.miningpoolhub.com:12016 -u rdc01.1 -p x
ccminer -r 0 -a lyra2v2 -o stratum+tcp://hub.miningpoolhub.com:12018 -u rdc01.1 -p x
ccminer -r 0 -a equihash -o stratum+tcp://europe.equihash-hub.miningpoolhub.com:12023 -u rdc01.1 -p x
ccminer -r 0 -a ethash -o stratum+tcp://europe.ethash-hub.miningpoolhub.com:12020 -u rdc01.1 -p x
timeout 1
goto start
What am i doing wrong?