"Hi need a little help with multi Algo mining setup. I use zpool the template setup below is for windows . I just want to switch between blake2s and lyra2v2 whichever is most profitable. I have 2 commands in been using to switch manually
./ccminer -x64 -a lyra2v2 -o stratum+tcp://lyra2v2.mine.zpool.ca:4533 -u walletaddress -p c=XSH
./ccminer -x64 -a blake2s -o stratum+tcp://blake2s.mine.zpool.ca:5766 -u walletaddress -p c=XSH
how could i merge these two into choosing between the 2 algos? scratching my head a little im using ubuntu and ccminer"