Post
Topic
Board Mining software (miners)
Re: BFGMiner 3.10.0: modular ASIC+FPGA, GBT+Strtm, RPC, Mac/Lnx/W64, AntU1, DRB, HFA
by
Xbits
on 17/01/2014, 16:08:39 UTC
Has anybody gotten BFG 3.10 working with antminer in Win 7 64bit....mine gets stuck at "started bfminer 3.10.0" and nothing else.
I tried removing Zadig and reinstalling the driver thru windows without changing with Zadig and still it does not work. I am running the command line shown in these thread.

bfgminer  -o stratum+tcp://us1.ghash.io:3333 -u XXXX -p XXX -S antminer:all --set-device antiminer:clock=x0981

the antminer is working with cgminer but cant get it to work with bfg. Thanks




How long do you give it?  Try giving it a minute or two to load.  Are you running it in a command prompt or a shortcut/.bat file?  If it's the latter try using the command prompt directly since the window closes if the shortcut or .bat file runs into an error.  Using a command prompt lets you see what the error message is.

You could try to start BFG Miner with just the '--set-device antiminer:clock=x0981' command and see if that works or with no commands at all.

Also make sure the pool details are correct as it will auto close the window if it is not.
At the end of your .bat file start a new line and put:
Quote
pause
instead of closing out, this will keep the window open when there is a problem so you can see what the problem is.