Post
Topic
Board Mining support
Re: .3 btc bounty ... bat files for bfgminer btc and ltc
by
AfricanHunter
on 08/08/2013, 05:25:25 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?