Bitcoin Forum
June 29, 2024, 07:17:39 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: [1]
  Print  
Author Topic: Low power Linux computer for mining  (Read 1170 times)
ylame (OP)
Newbie
*
Offline Offline

Activity: 19
Merit: 0


View Profile
September 11, 2013, 02:42:58 PM
 #1

I have put together a low power Linux computer using Rapsberry Pi, pre-configured to run cgminer for erupter blocks, stratum proxy for ASIC, erupter blade, p2pool to run your own pool. I can customize it as per your need and have any needed software pre-installed.

It runs on 5v ~500mA

http://s16.postimg.org/5lw13mnnl/bitcoinlinux.jpg

PM me for details and pricing.

Thank you
HellDiverUK
Hero Member
*****
Offline Offline

Activity: 1246
Merit: 501



View Profile
September 11, 2013, 02:48:08 PM
 #2

P2Pool on a Pi?  Really?   Huh
crazyates
Legendary
*
Offline Offline

Activity: 952
Merit: 1000



View Profile
September 11, 2013, 03:03:30 PM
 #3

Hundreds of people use rPis for mining. It's a very popular option for low power.

Tips? 1crazy8pMqgwJ7tX7ZPZmyPwFbc6xZKM9
Previous Trade History - Sale Thread
RaTTuS
Hero Member
*****
Offline Offline

Activity: 792
Merit: 1000


Bite me


View Profile
September 11, 2013, 03:13:28 PM
Last edit: September 12, 2013, 04:13:07 PM by RaTTuS
 #4

erupters on a RPi is fine, and easy to do
sudo apt-get install build-essential libusb-1.0-0-dev libusb-1.0-0 libcurl4-openssl-dev libncurses5-dev libudev-dev
wget http://ck.kolivas.org/apps/cgminer/3.3/cgminer-3.3.4.tar.bz2
tar xvf cgminer-3.3.4.tar.bz2
cd cgminer-3.3.4/
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 ../..

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

make
sudo make install

^ replace 3.3.4 with whatever is the latest

p2pool I'm not sure that is a good idea because of the speed of the network on the RPi but I'm willing to be proved wrong..


It has given me an Idea though I'll see if I can get it running on my tonido plug 2....

In the Beginning there was CPU , then GPU , then FPGA then ASIC, what next I hear to ask ....

1RaTTuSEN7jJUDiW1EGogHwtek7g9BiEn
Xwolf
Newbie
*
Offline Offline

Activity: 26
Merit: 0


View Profile
September 11, 2013, 10:51:05 PM
 #5

Raspberry pi's are not working with anything newer than cgminer 3.1.1.

I have tried with 3.3.4 and 3.4 with no luck, I've I'm missing something, someone please enlighten me.

I've had mine running now for a couple weeks now, very efficient and zero maintenance.

The instructions I followed are the ones found here:
http://learn.adafruit.com/piminer-raspberry-pi-bitcoin-miner/install-cgminer

Very good article, very fun project too if you get that LCD Plate they use in the instructions.  Was fun to get into Soldering again.
shep80
Full Member
***
Offline Offline

Activity: 139
Merit: 100


View Profile
September 11, 2013, 11:22:40 PM
 #6

Raspberry pi's are not working with anything newer than cgminer 3.1.1.

I have tried with 3.3.4 and 3.4 with no luck, I've I'm missing something, someone please enlighten me.

Working great with 3.4.2 here, not sure what issue you are having. Make sure you have the right packages installed from the README...

Pages: [1]
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!