Is there a way to get BFGminer to not recognize or try to use my video card while mining?
Thanks.
add this to the command used to launch bfgminer
-S opencl:noauto
-S noauto
Tried both of those and BFG just opens and closes immediately. Here is my current bat:
C:\Users\Main\Desktop\bfgminer-4.7.0\bfgminer.exe --scrypt -S gridseed:all --set-device gridseed:clock=830 -o stratum+tcp://us-east.multipool.us:7777 -u X -p x --no-submit-stale
paste this into notepad. Save as.. mine.bat
this will run bfgminer with the flags we mentioned and then pause for keyboard input, letting you see why it doesn't start up (like it should)
C:\Users\Main\Desktop\bfgminer-4.7.0\bfgminer.exe --scrypt
-S noauto -S gridseed:all --set-device gridseed:clock=830 -o stratum+tcp://us-east.multipool.us:7777 -u X -p x --no-submit-stale
pause