Bitcoin Forum

Bitcoin => Mining support => Topic started by: gt_addict on May 18, 2017, 04:48:19 PM



Title: BFL Monarch, Cgminer, Windows 7, ARRGHHH
Post by: gt_addict on May 18, 2017, 04:48:19 PM
Hi everyone,

Basically I picked up a old BFL Monarch from a member and it half works (as I knew already). Im just dabbling with it as ive only ever really used Bitmain gear before. Im trying to get it working on a windows 7 laptop but cant seem to get cgminer (or bfgminer) to run with it. The cmd window flashes open then immediately closes again.

Anyone shed any light? ive trawled through the forum but cant find anything.

Thanks.


Title: Re: BFL Monarch, Cgminer, Windows 7, ARRGHHH
Post by: Flying Hellfish on May 18, 2017, 04:54:10 PM
You should probably post this in the mining software section, specifically in the stickied BFG miner support thread in that sub.



Title: Re: BFL Monarch, Cgminer, Windows 7, ARRGHHH
Post by: fanatic26 on May 18, 2017, 04:59:28 PM
Open a command prompt and run your .bat file manually so it doesnt auto close the window on failure. Then you can see the error.


Title: Re: BFL Monarch, Cgminer, Windows 7, ARRGHHH
Post by: gt_addict on May 18, 2017, 05:06:39 PM
Open a command prompt and run your .bat file manually so it doesnt auto close the window on failure. Then you can see the error.

It says:-

'bfgminer.exe' is not recognized as an internal or external command,
operable program or batch file.

I can't see that ive written anything wrong on the bat file either.

I mananged to get cgminer working before but bat files that I knew worked now don't  ???


Title: Re: BFL Monarch, Cgminer, Windows 7, ARRGHHH
Post by: VRobb on May 18, 2017, 05:16:26 PM
Got a "Path=" statement in your .bat file that points to the correct directory?


Title: Re: BFL Monarch, Cgminer, Windows 7, ARRGHHH
Post by: gt_addict on May 18, 2017, 05:27:52 PM
Got a "Path=" statement in your .bat file that points to the correct directory?

What does one of those look like?

P.S. If I hadn't already got my raspi running with my 2pacs and could just add in the BFL part instead of having to install cgminer on the pi all over again then I'd plug it in there lol


Title: Re: BFL Monarch, Cgminer, Windows 7, ARRGHHH
Post by: VRobb on May 18, 2017, 09:45:44 PM
Got a "Path=" statement in your .bat file that points to the correct directory?

What does one of those look like?

P.S. If I hadn't already got my raspi running with my 2pacs and could just add in the BFL part instead of having to install cgminer on the pi all over again then I'd plug it in there lol
One of the lines in your .bat file should look like this:

Path=C:\folder1;D:\folder2

and so on.  Make sure your Path statement points to any and all directories with any software, config, etc., that you want to run.
And it needs to be ahead of the command that is calling bfgminer, of course!  ;)


Title: Re: BFL Monarch, Cgminer, Windows 7, ARRGHHH
Post by: gt_addict on May 19, 2017, 09:10:59 AM
Got a "Path=" statement in your .bat file that points to the correct directory?

What does one of those look like?

P.S. If I hadn't already got my raspi running with my 2pacs and could just add in the BFL part instead of having to install cgminer on the pi all over again then I'd plug it in there lol
One of the lines in your .bat file should look like this:

Path=C:\folder1;D:\folder2

and so on.  Make sure your Path statement points to any and all directories with any software, config, etc., that you want to run.
And it needs to be ahead of the command that is calling bfgminer, of course!  ;)

Gotcha! I'll sort that out later and see what happens. Cheers for the help so far :)