Post
Topic
Board Pools (Altcoins)
Re: █▓▒░-< [ZPOOL.CA][HashTap™][FlexFee™][SegWit] The miners multipool >-░▒▓█
by
JaredKaragen
on 12/12/2017, 18:59:42 UTC
Lots of rejected shares on scrypt.  Disabled for now.

(nvidia cards)

the scrypt port?   GPU's are like a serious fraction of a asic.......  seems like a waste.

How to set up properly Multi Algo Switching on CCminer?
This is what it put on Batch following example of Zpool
Code:
:start
ccminer-x64 -a neoscrypt -o stratum+tcp://neoscrypt.mine.zpool.ca:4233 -u WALLET ADRESS -p c=BTC,lbry,lyra2v2,equihash
ccminer-x64 -a lyra2v2 -o stratum+tcp://lyra2v2.mine.zpool.ca:4533 -u WALLET ADRESS -p c=BTC,lbry,lyra2v2,equihash
ccminer-x64 -a equihash -o stratum+tcp://equihash.mine.zpool.ca:2142 -u WALLET ADRESS -p c=BTC,lbry,lyra2v2,equihash

sleep 5000
goto start

For my GTX980ti looks this best algos for me

you must make sure your ccminer supports each algo you are using it with... but the errors in your batch are as follows:
password on all should be "c=BTC,neoscrypt,lyra2v2,equihash";  LBRY is not an algo in your batch.  You also need to follow my instructions below to find out how to "normalize" the miner batch to your individual machine so that it's profitability calculations are correct... so each algo will contain a number after as such:
"c=BTC,neoscrypt=0.9,lyra2v2=65.0,equihash=0.95"
But these numbers I put are just examples.  You will know how to set it up with my instructional batch link post mentioned below.

check the batch link in my sig.   Lots of examples, and if you look for the link in that post to my "lite batch", you will find an example exactly like what you are trying to do.

My scripts simplify it though, and the most recent automatic miner has lots of notes on it for easy modification by a new user... and they make it easy to add an algo that is missing that you wish to mine.