Pages:
Author

Topic: Blue Fury Support Thread. - page 43. (Read 89570 times)

cet
member
Activity: 100
Merit: 10
November 02, 2013, 06:48:12 PM
#38
Beastlymac - Where can I get a windows vista usb driver for blue fluries?  I tried loading the one included in the directions for windows 7 but they wouldn't install. It looks like the bf1.ini file is a text file with some descriptive lines.  Is it possible to build one of these that will work?

/cet
hero member
Activity: 616
Merit: 500
November 02, 2013, 06:27:59 PM
#37
Interested in how this is working with cgminer.  Anyone using it successfully?  Did cgminer find it on its own?

I can't get cgminer to detect mine either...  zadig worked fine and my computer recognizes them, just no cgminer...  What is the command to recognize them??

Also, when following the driver installation instructions to switch to bfgminer, I get an access denied error when installing...
+1
When you switch back to bfgminer you need to re-install the original drivers (that were modified by zadig).  I went through this and managed to get back to bfgminer (use the file indicated earlier in this thread, which contains the driver for the BF device as well as a bfgminer version 3.2.0 which avoids the hardware errors that later versions have).
hero member
Activity: 616
Merit: 500
November 02, 2013, 06:24:09 PM
#36
Well...

I compiled the latest revision of CGMiner on MinePeon 0.2.4 w/options --disable-opencl --disable-adl --enable-bflsc --enable-bitforce --enable-icarus --enable-modminer --enable-ztex --enable-avalon --enable-bitfury (same options as the tutorial in Rasbian Wheezy). The devices were never detected, so I switched to Raspbian Wheezy, latest updated, first trying CGMiner per the .DEB package and instructions on the tutorial, results were the same, no devices were detected under CGMiner (they would show in lsusb).



I then uninstalled the CGMiner package (dpkg -r cgminer) and installed BFGMiner per tutorial instructions, after which the devices were detected. This is a hub that I can easily run 8 ASIC Erupters, so it should have no power issues running 8 BlueFuries, however I started off with 5 and decided to let them hash awhile to see what kind of rates I was getting...

Granted, I'm not getting any hardware errors (which is awesome),  but also not seeing GH/s rate I should be seeing. Now with this being said, I am going to try a few different pools and see what results I have. As well, I'm going to try to make a build on Raspbian of CGMiner (since I have yet to get CGMiner to work with the devices and apparently CGMiner so far, from what I've read has the best results...).



EDIT:
Just made a fresh build of CGMiner on Raspbian, still won't detect any devices, I also notice that CGMiner disables all the devices as I tried to use BFGMiner after (which was working seconds before trying CGMiner) and get 'All devices disabled, cannot mine!'. I thought that was semi-interesting...
Congrats on getting this going.  I also could not get CGMiner to detect the BF device.  Your hash rates are similar to what I got, which is below the advertised  "Spec: Rated speed 2.6Gh/s. +/- 10%"  Embarrassed
hero member
Activity: 616
Merit: 500
November 02, 2013, 06:20:02 PM
#35
Can someone please post their .bat for bfgminer.  I used win7 install instructions.  Drivers have loaded fine.  But I can't get bfgminer to recognize the BitFurys.  Using bfgminer 3.2.3-win32.  The only thing it's recognizing is OCL - whatever that is.

using bfgminer32 ver 3.2.0 and the batch file as per the Mining Support instructions
(edit the file #Mine.bat)
bfgminer.exe -S "BF1:all" -o stratum+tcp://stratum.bitcoin.cz:3333 -u ..... works ok w/o H errors

I did not find a way yet to get more than about 2.26 GH/sec from my single BF device.
OK - I have ver 3.2.0 but see no file #mine.bat.  Does the # stand for something else?  I have never seen a file start with #.
I downloaded the bfgminer version from the Win7 instructions earlier in this thread (Download Alpha Drivers Here : http://www.mediafire.com/download/819me4zvdju8lyg/bfgminerWin.zip)
There is a file called #MINE.bat, which you can edit with notepad.  The original content is
Code:
bfgminer.exe -S "BF1:all" -o stratum+tcp://stratum.mining.eligius.st:3334 -O YOUR_BITCOIN_ADDRESS
The important part is the BF driver which is pointed to by the file bf1.inf in this zip file.  You have to install this driver per the instructions in this thread to get the BF device recognized.
Good luck
sr. member
Activity: 266
Merit: 250
November 02, 2013, 03:33:34 PM
#34
Well...

I compiled the latest revision of CGMiner on MinePeon 0.2.4 w/options --disable-opencl --disable-adl --enable-bflsc --enable-bitforce --enable-icarus --enable-modminer --enable-ztex --enable-avalon --enable-bitfury (same options as the tutorial in Rasbian Wheezy). The devices were never detected, so I switched to Raspbian Wheezy, latest updated, first trying CGMiner per the .DEB package and instructions on the tutorial, results were the same, no devices were detected under CGMiner (they would show in lsusb).



I then uninstalled the CGMiner package (dpkg -r cgminer) and installed BFGMiner per tutorial instructions, after which the devices were detected. This is a hub that I can easily run 8 ASIC Erupters, so it should have no power issues running 8 BlueFuries, however I started off with 5 and decided to let them hash awhile to see what kind of rates I was getting...

Granted, I'm not getting any hardware errors (which is awesome),  but also not seeing GH/s rate I should be seeing. Now with this being said, I am going to try a few different pools and see what results I have. As well, I'm going to try to make a build on Raspbian of CGMiner (since I have yet to get CGMiner to work with the devices and apparently CGMiner so far, from what I've read has the best results...).



EDIT:
Just made a fresh build of CGMiner on Raspbian, still won't detect any devices, I also notice that CGMiner disables all the devices as I tried to use BFGMiner after (which was working seconds before trying CGMiner) and get 'All devices disabled, cannot mine!'. I thought that was semi-interesting...
donator
Activity: 4760
Merit: 4323
Leading Crypto Sports Betting & Casino Platform
November 02, 2013, 02:42:25 PM
#33
Interested in how this is working with cgminer.  Anyone using it successfully?  Did cgminer find it on its own?

I can't get cgminer to detect mine either...  zadig worked fine and my computer recognizes them, just no cgminer...  What is the command to recognize them??

Also, when following the driver installation instructions to switch to bfgminer, I get an access denied error when installing...
legendary
Activity: 1593
Merit: 1004
November 02, 2013, 10:49:33 AM
#32
Can someone please post their .bat for bfgminer.  I used win7 install instructions.  Drivers have loaded fine.  But I can't get bfgminer to recognize the BitFurys.  Using bfgminer 3.2.3-win32.  The only thing it's recognizing is OCL - whatever that is.

using bfgminer32 ver 3.2.0 and the batch file as per the Mining Support instructions
(edit the file #Mine.bat)
bfgminer.exe -S "BF1:all" -o stratum+tcp://stratum.bitcoin.cz:3333 -u ..... works ok w/o H errors

I did not find a way yet to get more than about 2.26 GH/sec from my single BF device.
OK - I have ver 3.2.0 but see no file #mine.bat.  Does the # stand for something else?  I have never seen a file start with #.
newbie
Activity: 21
Merit: 0
November 02, 2013, 08:57:46 AM
#31
switched to your specific  Raspbian Wheezy Setup Bfgminer build and still only getting 2.3GH

Look like these are performing 20% lower than spec.
Can you please try minepeon 0.2.4 on your raspberry pi. Arch is a lot better then raspbian. Also how is it connected up is it directly connected to the raspi?

I'm running only two of them in a D-Link Hi-Speed USB 2.0 7-Port Powered Hub (DUB-H7) and 1 raspberry Pi as controller

I tried minepeon 0.2.4 and that's where i was getting the 60% error rates on bfgminer, could not get them to even recognize on cgminer under minepeon 0.2.4.
hero member
Activity: 616
Merit: 500
November 02, 2013, 01:22:07 AM
#30
Tried ubuntu x386 12.10 with bfgminer, however it failed to detect the BF device  (used -S /dev/ttyACM0)
previously also tried cgminer 3.6.6.1 on Win7, but this did not detect the BF miner (driver was installed using zadig, and showed up in Device Manager)
back to bfgminer 3.2.0 on Win7...
hashing rate is still 2.26 GH, tried on 2 pools (Slush and BTC Guild), the bfgminer display is consistent with what the pools report.
hero member
Activity: 616
Merit: 500
November 02, 2013, 12:35:53 AM
#29
Can someone please post their .bat for bfgminer.  I used win7 install instructions.  Drivers have loaded fine.  But I can't get bfgminer to recognize the BitFurys.  Using bfgminer 3.2.3-win32.  The only thing it's recognizing is OCL - whatever that is.

using bfgminer32 ver 3.2.0 and the batch file as per the Mining Support instructions
(edit the file #Mine.bat)
bfgminer.exe -S "BF1:all" -o stratum+tcp://stratum.bitcoin.cz:3333 -u ..... works ok w/o H errors

I did not find a way yet to get more than about 2.26 GH/sec from my single BF device.
hero member
Activity: 630
Merit: 501
Miner Setup And Reviews. WASP Rep.
November 02, 2013, 12:08:09 AM
#28
Interested in how this is working with cgminer.  Anyone using it successfully?  Did cgminer find it on its own?
Yes cgminer should hot plug it.

You have a spelling error in your Wheezy install instructions
Essential was spelled wrong should be


sudo apt-get install build-essential

Fixed, thanks.


according to luke

https://bitcointalksearch.org/topic/m.3450533

you can't use them together

Just don't use -S :all
This tells BFGMiner to probe every port for the device.
Erupters can't handle BigPic probes, and BigPic can't handle Icarus probes.

I understand that to mean that you can't probe (:all) if you have both.  You can still specify each serial port manually.  I was asking if there's an alternative.

Currently I don't think so, you will need to specify the com port.

switched to your specific  Raspbian Wheezy Setup Bfgminer build and still only getting 2.3GH

Look like these are performing 20% lower than spec.
Can you please try minepeon 0.2.4 on your raspberry pi. Arch is a lot better then raspbian. Also how is it connected up is it directly connected to the raspi?
legendary
Activity: 1593
Merit: 1004
November 01, 2013, 10:58:45 PM
#27
Can someone please post their .bat for bfgminer.  I used win7 install instructions.  Drivers have loaded fine.  But I can't get bfgminer to recognize the BitFurys.  Using bfgminer 3.2.3-win32.  The only thing it's recognizing is OCL - whatever that is.
newbie
Activity: 21
Merit: 0
November 01, 2013, 10:57:32 PM
#26
switched to your specific  Raspbian Wheezy Setup Bfgminer build and still only getting 2.3GH

Look like these are performing 20% lower than spec.
newbie
Activity: 21
Merit: 0
November 01, 2013, 10:40:50 PM
#25
You have a spelling error in your Wheezy install instructions
Essential was spelled wrong should be


sudo apt-get install build-essential
hero member
Activity: 616
Merit: 500
November 01, 2013, 05:41:09 PM
#24
Interested in how this is working with cgminer.  Anyone using it successfully?  Did cgminer find it on its own?
Tried cgminer 3.5.0, installed the drivers using zadig, but cgminer wouldn't detect the BF device.  Gave up, installed the previous driver and went back to bfgminer.  So far only bfgminer32 ver 3.2.0 as in the guide above works with a low H error rate.  It is detected with bfgminer64 ver 3.4.0, but the H error rate is very high.  On my single BF device I could not get higher hash rate than about 2.26 GH/sec.
full member
Activity: 201
Merit: 100
November 01, 2013, 03:38:54 PM
#23
according to luke

https://bitcointalksearch.org/topic/m.3450533

you can't use them together

Just don't use -S :all
This tells BFGMiner to probe every port for the device.
Erupters can't handle BigPic probes, and BigPic can't handle Icarus probes.

I understand that to mean that you can't probe (:all) if you have both.  You can still specify each serial port manually.  I was asking if there's an alternative.
sr. member
Activity: 255
Merit: 250
November 01, 2013, 01:07:00 PM
#22
according to luke

https://bitcointalksearch.org/topic/m.3450533

you can't use them together
full member
Activity: 201
Merit: 100
November 01, 2013, 12:34:06 PM
#21
No bigpic:all and Icarus:all will cause problems with each other. I have sent you a pm.

Please, for the rest of us lurking, what is the recommended way to launch bfgminer for those of us who have both USB Block Erupter and BlueFury units?  Do we need to specify each serial port manually to avoid conflicts, or is there a firmware update in the works that will help the issue?

Thanks!

-- Norby
legendary
Activity: 1593
Merit: 1004
November 01, 2013, 11:42:47 AM
#20
Interested in how this is working with cgminer.  Anyone using it successfully?  Did cgminer find it on its own?
hero member
Activity: 630
Merit: 501
Miner Setup And Reviews. WASP Rep.
November 01, 2013, 10:27:06 AM
#19
No bigpic:all and Icarus:all will cause problems with each other. I have sent you a pm.
Pages:
Jump to: