Which brothers to help me set up 750TI quarks and lyra2v2 the .bat? Thank you.
BATCH FILE--
:loop
ccminer -a lyra2v2 -i 19 -o stratum+tcp:\\poolspecificaddress:port -u username.worker1 -p pswd
pause
goto loop
Or, for quark, substitute the following command line:
ccminer -a quark -i 24 -o stratum+tcp:\\poolspecificaddress:port -u username.worker1 -p pswd
You can simply run the batch without the loop structure, but the loop makes small changes in the command line simple. That is, while the loop is paused, you could change the command line with notepad, save, and then trigger the loop and re-run the batch file.
--scryptr