Hi all.
Just wanted to share my experience with the Rockminer R-Box on Raspberry pi.
I didn't realise there were any guides so I just sort of winged it, and I guess you can too.
I have 2 running at the moment on a powered USB hub at 290MHz and getting a combined of 71GHS
Raspberry Pi Model B
(sorry for poor formatting, this is just a quick explanation)
My steps:
Install Raspian from the Raspberry Pi website (in fact I used NOOBS to install it to a 32gb micro-SD with an SD card adapter)
SSH in from my windows box
sudo apt-get update
sudo apt-get upgrade
sudo apt-get install libusb-1.0-0-dev libusb-1.0-0 libcurl4-openssl-dev libncurses5-dev libudev-dev (to get the dependencies)
sudo wget
http://ck.kolivas.org/apps/cgminer/cgminer-4.4.2.tar.bz2sudo tar xvf cgminer-4.4.2.tar.bz2
(rename to cgminer) sudo mv cgminer-4.4.2 cgminer
cd cgminer
./configure --enable-icarus (let it churn and burn for like 15 minutes)
make
Now it's all working with CLI (no webserver or anything, cause I don't like it)
Now I just run it with
screen sudo ./cgminer -o blablah -u blah -p blah --rock-freq 290
The screen command just lets it run in the background even when you close the the SSH session.
I also just made a little shell script that runs on boot, reboot the pi and you're good to go.
Hope that helps anyone who's been struggling.
1GvWrJSLNafra26jDwpScY5bqYcQ6BDhPW --- Tips always gratefully accepted