Post
Topic
Board Mining support
Re: .3 btc bounty ... bat files for bfgminer btc and ltc
by
dc81
on 08/08/2013, 06:31:03 UTC
BTC batch file:
Code:
bfgminer.exe -S opencl:noauto -o http://mint.bitminter.com:8332 -u user_worker -p password

LTC batch file:
Code:
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
Code:
... -o http://pool1:port -u pool1username -p pool1password -o http://pool2:port -u pool2usernmae -p pool2password