Greetings!
Just got my block eruptors running on my pi and I wanted to document my process as I found the currently available guides either incomplete or outdated. I've had a lot of help from the BTC community and want to give back in anyway I can so hopefully this helps someone who is just starting out. Please feel free to PM me if you run into any problems! As a side note USB 3.0 hubs (blue connector) will not work with the Pi.
UPDATE, I tried this with the newest release of Raspbian and the newest release of BFGMiner and do not have it working yet. With this method I used
2013-05-25-wheezy-raspbian
Available here (
http://raspberry.mythic-beasts.com/raspberry/images/raspbian/2013-05-25-wheezy-raspbian/2013-05-25-wheezy-raspbian.zip)
and
BFGminer 3.1.3
I've tried downloading the old version from github but it will not make. The only difference between the files hosted at github and the file that I have (that works) is mine extracts to a folder called BFGminer-3.1.3 and the one on github extracts with a folder named bfgminer-bfgminer-3.1.3, which to the best of my understanding should make no difference.
1. Prepare the SD Card for the Raspberry Pi.
sudo dd bs=4M if=rbpi.img of=/dev/sdd
2. Run the
sync
command before ejecting the card from the computer.
3. Start up the Raspberry Pi. During the initial setup set the root password and enable SSH password.
4. Update the Raspberry Pi
sudo aptitude update
5. Run this command to install the necessary packages
sudo aptitude install autoconf libtool libncurses-dev yasm curl libcurl4-openssl-dev libjansson-dev pkg-config libudev-dev uthash-dev libusb-dev
6, Find the IP Address of your Raspberry Pi
ip addr
FROM A COMPUTER
Download a copy of BFGMiner (
https://github.com/luke-jr/bfgminer/archive/bfgminer-3.1.3.zip)
7. Copy the zip file to your raspberry pi (replacing the username with your username and the IP address with the address of your Pi.)
8. Unzip bfgminer
unzip bfgminer
9. Go into the directory that you unzipped and initialize git.
cd bfgminer
git init
10. Run the autogen.sh
./autogen.sh
11. Run congure
./configure
12. Run Make
make
Start the miner
From inside the bfgminer folder
sudo ./bfgminer -o stratum.btcguild.com:3333 -O username:password -S all