Bitcoin Forum
June 21, 2024, 06:13:55 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: [1]
1  Bitcoin / Mining software (miners) / Re: Linux mining distro for the Raspberry PI - MinePeon on: December 11, 2013, 06:38:04 AM

So this is still happening even with the MinePeon bits disabled, just using bfgminer. I have a couple dozen Block Erupters, a Red Fury, a Jalapeno, and a Hashbuster Micro attached.

Everything works great for at least 2+ hours. Then I start to get a bunch of Sick devices. The thing starts to become slow as molasses even just trying to SSH in and type. And then it locks up entirely and I have to hard reset the Raspberry Pi.

Anyone seen similar or have any suggestions? I'm on bfgminer 3.8.0 (compiled myself) and plan on trying 3.8.1 next.

I find that I am unable to run both Erupters and Red Fury on the some RPi using  ID 0e8f:0016 GreenAsia Inc. 4 port USB 1.1 hub UH-174 (this is actually a 10-port hub manufactured from 3 ea of the 4-port chips)

I am running bfgminer-3.8.0 on rasbpian , still with usb2. Have not forced usb-1 yet. I have no NanoFury for which that is required.

I got some Red Furies a couple of weeks ago and was able to run one with Erupters for a couple of hours. I was not able to run 2-Red Fury for more than a few minutes. I eventually gave up running any Red Furies with Erupters. As a result, I run the erupters on raspberrypi-2 and Red Furry on raspberrypi-1., GreenAsia hubs on both. I used -S erupter:all and -S bigpic:all to bring them on line.

While playing around today with cascading 10-port hubs (GreenAsia) from a 4-port hub on raspberryp-4 , I repeated the exeriment. I was unable to run both Erupter and Red Fury from the same Pi. However, I was able to run either Erupters or Red Fury, thought not together.

I believe, I have read similar reports on one of these forums concerning the incompatibility of Erupters and Red Furies on the Pi

Now to thoroughly confuse the issue:  On rapsberrypi-3 with a 7-port hub, ID 1a40:0201 Terminus Technology Inc. FE 2.1 7-port Hub, I was able to run a Red Fury with a couple of Erupters, for a couple weeks. Same   bfgminer-3.8.0 (and -3.0.7).  The only reason it is not still running is that I consolidated the Red Furies and Erupters on the two dedicated single type Pi miners.

I suppose the conclusion to be drawn is that compatibility is hub chip set sensitive. And, others see this problem.
2  Bitcoin / Group buys / Re: [CLOSED] NanoFury NF1 USB stick - Group Buy + Product Assembly on: November 19, 2013, 06:34:13 PM
Anyone managed to get the latest bfgminer to compile on FreeBSD 9.2-RELEASE?

The configure script can't seem to find libusb for some reason which is in the standard location  /usr/lib/libusb.a

I got bfgminer to compile on my Mac with Snow Leopard, but it gives a segfault when I try and mine. No luck on either platform.

I tried Debian linux and the bfgminer configure can't find hidapi even though it's compiled and installed.

This is pissing me off, I just want to run the NF1 I don't have a spare windows machine to put it on, only Mac, FreeBSD, or Linux.

I have no experience with FreeBSD.  However I had trouble (they say rasbpian's libusb is not useable) compiling for raspberrypi. The suggested solution was to provide libusb from compiled source. See https://bitcointalk.org/index.php?topic=338938.msg3634958#msg3634958 for how this was done for pi. Maybe you can adapt it to your situation.
3  Other / Beginners & Help / compiling bfgminer for raspberrypi on: November 19, 2013, 06:40:53 AM
Reference:  https://bitcointalk.org/index.php?topic=291456.msg3632179#msg3632179

Quote
Re: [CLOSED] NanoFury NF1 USB stick - Group Buy + Product Assembly
Today at 01:06:34 AM

Anyone managed to get the latest bfgminer to compile on FreeBSD 9.2-RELEASE?

The configure script can't seem to find libusb for some reason which is in the standard location  /usr/lib/libusb.a

I got bfgminer to compile on my Mac with Snow Leopard, but it gives a segfault when I try and mine. No luck on either platform.

This sounds like a similar problem on compiling bfgminer for raspberrypi.  I was advised to provide libusb because the one provided by rasbpian was not appropriate. It would compile, but the result was not useable.

The solution may be as follows: cd into your bfgminer-x.y.x and make a directory libusb for the purpose of compiling the libusb.

I used an earier version of the source. However, I suggest using the latest bfgminer source; then unzip and change iinto the directory.

Code:
wget http://luke.dashjr.org/programs/bitcoin/files/bfgminer/3.6.0/bfgminer-3.6.0.zip
unzip bfgminer-3.6.0.zip
cd bfgminer-3.6.0/

 wget the libusb source from sourceforge.net .  Extract the .tar.bz2 source. cd into the resulting directory.
Execute commands ./configure and make. Note that I do NOT do a "make install".


Code:
mkdir libusb
cd libusb
wget http://sourceforge.net/projects/libusb/files/libusb-1.0/libusb-1.0.16-rc10/libusb-1.0.16-rc10.tar.bz2
tar -xf libusb-1.0.16-rc10.tar.bz2
cd libusb-1.0.16-rc10
./configure
make

cd up a couple levels back to your bfgminer directory.  The apt-get commands will no doubt be different for FreeBSD. Moreover, the libjason-dev may not be necessary, or you may already have it. Take a close look at the ./configure comand with the LIBUSB_CFLAGS= and LIBUSB_LIBS= . This is the next to last line. The purpose is to pass the path to the usb libraries previously compiled to the ./configure command. I have no experience with BSD and don't know if this will work.

Code:
cd ../..
 sudo apt-get update && apt-get -y install uthash-dev libjansson-dev
LIBUSB_CFLAGS="-I./libusb/libusb-1.0.16-rc10/libusb" LIBUSB_LIBS="./libusb/libusb-1.0.16-rc10/libusb/.libs/libusb-1.0.a -ludev" ./configure --enable-icarus --disable-avalon --disable-opencl --disable-bitforce --disable-modminer --disable-x6500 --without-sensors --enable-bitfury
make

The only claim that I can make is that this worked for rasbpian (debian for raspberrypi). Keep in mind that I am running a red furry rather than a nanofury on a raspberrypi.
Pages: [1]
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!