Skip to content

Instantly share code, notes, and snippets.

@y3dips
Last active January 2, 2016 04:39
Show Gist options
  • Save y3dips/8252025 to your computer and use it in GitHub Desktop.
Save y3dips/8252025 to your computer and use it in GitHub Desktop.
Bitcoin Red/Blue Fury mining Raspberry Pi
Prerequisite: Raspi already with Raspbian and connected to Internet.
Install Debian Package:
#apt-get update
#apt-get install libusb-1.0-0-dev libusb-1.0-0 libcurl4-openssl-dev libncurses5-dev libudev-dev
Install latest cgminer
#mkdir btc; cd btc
#wget -c http://ck.kolivas.org/apps/cgminer/cgminer-3.9.0.tar.bz2
#cd cgminer-3.9.0
#./configure --enable-bitfury
#make ; make install
Add to Auto-start after boot
#nano /etc/rc.local
Add before 'exit'
#nohup /root/btc/cgminer-3.9.0/cgminer -o http://pool:port -u username -p password >/dev/null 2>&1&
For using Antminer with Raspi
https://bitcoin.co.th/how-to-use-antminer-u1/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment