@crackfoo when I try to create multialgo switch, the parameters work fine for x11 but when it switches to quark I get stratum_recv_line failed error
Do you have the right port specified for it?
Yup 4033 for quark, seems to not like multiple algos specified in -p parameter.
If you scroll back a page or two I think someone recently posted their setup. As well I've put AngryDwarf's tips on the multi algo page on the pool... Are you going off that?
Yes I'm using the ccminer setup details listed on your site, create tr .bat file starting an instence for x11 and quark, quark fails straight up so it drips to x11 which works. As I say it works when you don't have multiple algos in -p but it wont switch if I don't include all the algos in -p right? So it seems to be something related to quark and the -p given it works fine with x11.
are you able to mine it explicitly?
I see a few with ccminer using this:
x11=9.3,quark=19.8,lyra2v2=14.4,neoscrypt=0.555,qubit=13.9,x13=7
That's me Crackfoo....
:start
:loop
ccminer.exe -r 0 -a quark -o stratum+tcp://mine.zpool.ca:4033 -u wallet -p x11=9.3,quark=19.8,lyra2v2=14.4,neoscrypt=0.555,qubit=13.9,x13=7.5,x15=6.4 -d 0,1,2 -i 0,18,0
timeout /t 1
ccminer.exe -r 0 -a lyra2v2 -o stratum+tcp://mine.zpool.ca:4533 -u wallet -p x11=9.3,quark=19.8,lyra2v2=14.4,neoscrypt=0.555,qubit=13.9,x13=7.5,x15=6.4 -d 0,1,2 -i 0,14,0
timeout /t 1
ccminer.exe -r 0 -a neoscrypt -o stratum+tcp://mine.zpool.ca:4233 -u wallet -p x11=9.3,quark=19.8,lyra2v2=14.4,neoscrypt=0.555,qubit=13.9,x13=7.5,x15=6.4 -d 0,1,2 -i 0,13,0
timeout /t 1
ccminer.exe -r 0 -a qubit -o stratum+tcp://mine.zpool.ca:4733 -u wallet -p x11=9.3,quark=19.8,lyra2v2=14.4,neoscrypt=0.555,qubit=13.9,x13=7.5,x15=6.4 -d 0,1,2 -i 16
timeout /t 1
ccminer.exe -r 0 -a x11 -o stratum+tcp://mine.zpool.ca:3533 -u wallet -p x11=9.3,quark=19.8,lyra2v2=14.4,neoscrypt=0.555,qubit=13.9,x13=7.5,x15=6.4 -d 0,1,2 -i 0,14,0
timeout /t 1
ccminer.exe -r 0 -a x13 -o stratum+tcp://mine.zpool.ca:3633 -u wallet -p x11=9.3,quark=19.8,lyra2v2=14.4,neoscrypt=0.555,qubit=13.9,x13=7.5,x15=6.4 -d 0,1,2 -i 0,14,0
timeout /t 1
ccminer.exe -r 0 -a x15 -o stratum+tcp://mine.zpool.ca:3733 -u wallet -p x11=9.3,quark=19.8,lyra2v2=14.4,neoscrypt=0.555,qubit=13.9,x13=7.5,x15=6.4 -d 0,1,2 -i 0,14,0
timeout /t 1
taskkill -t -f /im ccminer.exe
goto start
PS please lock the algo's in alphabetical order too...... thx