BTC batch file:
bfgminer.exe -S opencl:noauto -o http://mint.bitminter.com:8332 -u user_worker -p password
LTC batch file:
bfgminer.exe --scrypt -o http://mint.bitminter.com:8332 -u user_worker -p password
FPGA/ASIC can't mine scrypt, so no need for the -S option
What parts of these files declare whether or not to use gpu? Where are the backup pool failovers?
GPU mining can be disabled by specifying the
-S opencl:noauto option.
For LTC mining, you don't need to exclude the ASIC/FPGA since they can't use scrypt.
For multiple pools
... -o http://pool1:port -u pool1username -p pool1password -o http://pool2:port -u pool2usernmae -p pool2password