Does anyone have a good working bfgminer.conf or CGminer.conf they wish to share for stock G-blades that'll work under Windows?
Thanks.
I am using just plain ".bat" file ...like this...?
cgminer.exe --scrypt -o stratum+tcp://usa.wemineltc.com:3336 -u
YOURUSER -p
YOURPASS --gridseed-options=baud=230400 --gridseed-options per_chip_stats=1, freq=838,chips=40 --hotplug 5
Hope it helps...
ZiG
Thanks but it didn't work. What's the equivalent of that in BFGminer's .bat file?
I tried something similar,
(displayed later in this response), but it fails with "Unexpected extra command line argument".
This is my failing batch file with BFGminer in a Windows CMD prompt with the following in a .bat file:
bfgminer.exe -S noauto -S gridseed:all --gridseed-options=baud=115200,freq=838,chips=40,modules=1 -hotplug=5 --scrypt -o stratum+tcp://gridseed.wemineltc.com:3333 -u testworker.1 -p 123 --failover-only -o stratum+tcp://stratum.scryptguild.com:3333 -u testworker.1 -p 123.
BFGminer doesn't like the
"--gridseed-options=baud=115200,freq=838,chips=40,modules=1 -hotplug=5" portion. It fails & terminates with with "Unexpected extra command line argument".
But this works in a .bat file:
bfgminer.exe -S noauto -S gridseed:all --scrypt -o stratum+tcp://gridseed.wemineltc.com:3333 -u testworker.1 -p 123 --failover-only -o stratum+tcp://stratum.scryptguild.com:3333 -u testworker.1 -p 123. But this won't hash above 8MH/s.
My problem is that they don't go above 3.5MH/s with this string even though they are supposed to hit a minimum of 5.2MH/s. Not seeing this. Getting a top hashing of 6-7MH/s with both G-blades.
Under my Raspberry Pi Model-B I get 11-12Mh/s, minimal HW errors but the hashing on there last about 30 minutes before it all comes to a crawling 720KH/s. Needless to say which is why I'm trying this under windows 7 SP1 now. I tried getting them to work with Multiminer v3.2.2 but the best I got was also between 5-6MH/s.
So now I'm trying to get this to work from the Window CMD prompt.
Once I can past the basic stuff working stable, then I want to get to mod the crap out of these G-blades.
So that's why I was asking if I could get someone to display either their BFGminer.conf file, preferably under v4.2.0 or their CGminer.
If you don't specify frequencies bfg miner will default to 600... hence you're only getting ~2MH per blade.
bfgminer --scrypt -o pool URL -u Username -p password --api-listen -S noauto -S gsd:all --set-device gridseed0:clock=825 --set-device gridseed1:clock=825 --set-device gridseed2:clock=825 --set-device gridseed3:clock=825
my problem with bfg miner is I can't figure out how to specify frequency by serial number string like cpuminer Cpuminer fails for me after about an hour, even with fifo disabled in windows for those ports.
So I'm currently using jmordica's cgminer. Anytime I have to restart or change settings, I have to run Zadig to get the blades to be detected again. Sometimes have to reset blades over and over and run zadig 5 times to get all my blades running.