I am mining with nvidia cards and I used the auto switch config but it stays on blake algo, is that the most profitable?
I have the first Nvidia option on my hub workers, and my batch configured as per website.
You mean the
"NVIDIA - Blake-Vanilla, Ethash, Groestl, Myriad-Groestl, NeoScrypt, Quark, Qubit, Skein, x11, x13, x15" Auto switch?
or "NVIDIA - Blake-Vanilla, Groestl, Myriad-Groestl, NeoScrypt, Quark, Qubit, Skein, x11, x13, x15"?
One has Ethash and the other not.
The first one is for future use, because there's no ethminer compatible to multi-algo switch yet. So I think you might configured wrongly.
Keep in mind that you have to make every algo endpoint configured at miner. So you have to configure about 10 or 11 algo endpoints.
And these endpoints port must be starting with 12xxx. (Check FAQ page for each algo ports if you misconfigured)
Would be better if you attached setting data.
Anyway, Blake-Vanilla algo is the most profitable right now. But it changes a lot, can't say blake-vanilla is always the most profitable.
Check auto switch's mining coin at below link. ("Auto Switches" page)
https://miningpoolhub.com/?page=statistics&action=autoswitchesAnd check the target pool to see whether your miners are working correctly.
Thanks.
worker setting: "NVIDIA - Blake-Vanilla, Groestl, Myriad-Groestl, NeoScrypt, Quark, Qubit, Skein, x11, x13, x15"
:start
ccminer -r 0 -d 0 -a groestl -o stratum+tcp://hub.miningpoolhub.com:12004 -u -p x
ccminer -r 0 -d 0 -a myr-gr -o stratum+tcp://hub.miningpoolhub.com:12005 -u -p x
ccminer -r 0 -d 0 -a x11 -o stratum+tcp://hub.miningpoolhub.com:12007 -u -p x
ccminer -r 0 -d 0 -a x13 -o stratum+tcp://hub.miningpoolhub.com:12008 -u -p x
ccminer -r 0 -d 0 -a x15 -o stratum+tcp://hub.miningpoolhub.com:12009 -u -p x
ccminer -r 0 -d 0 -a neoscrypt -o stratum+tcp://hub.miningpoolhub.com:12012 -u -p x
ccminer -r 0 -d 0 -a qubit -o stratum+tcp://hub.miningpoolhub.com:12014 -u -p x
ccminer -r 0 -d 0 -a quark -o stratum+tcp://hub.miningpoolhub.com:12015 -u -p x
ccminer -r 0 -d 0 -a skein -o stratum+tcp://hub.miningpoolhub.com:12016 -u -p x
ccminer -r 0 -d 0 -a lyra2v2 -o stratum+tcp://hub.miningpoolhub.com:12018 -u -p x
ccminer -r 0 -d 0 -a vanilla -o stratum+tcp://hub.miningpoolhub.com:12019 -u -p x
timeout 1
goto start