Skip to content

Instantly share code, notes, and snippets.

@AmazingDreams
Last active July 5, 2023 01:49
Show Gist options
  • Star 3 You must be signed in to star a gist
  • Fork 6 You must be signed in to fork a gist
  • Save AmazingDreams/b4b3a2a81a29ac3fe6b1 to your computer and use it in GitHub Desktop.
Save AmazingDreams/b4b3a2a81a29ac3fe6b1 to your computer and use it in GitHub Desktop.
Installing BFGMiner Raspberry Pi
sudo apt-get install git \
build-essential autoconf automake libtool pkg-config libcurl4-gnutls-dev \
libjansson-dev uthash-dev libncursesw5-dev libudev-dev libusb-1.0-0-dev \
libevent-dev libmicrohttpd-dev hidapi
mkdir ~/build
cd ~/build
git clone --depth=1 https://github.com/luke-jr/bfgminer.git
cd bfgminer
./autogen.sh
./configure --enable-scrypt --enable-bfsb --enable-jingtian --enable-knc \
--enable-kncasic --enable-metabank --enable-minergate --enable-minion \
--enable-titan
make
sudo make install
@devries2016
Copy link

I did a copy/pasted the commands from above. The system halted after the last command line: sudo make install. Now what? I've been a Microsoft guy all my life and this is all new to me. In other words, I don't know what I'm doing. I did manage to get Rasbian running but when it come to installing and running BFGMINER - I'm lost Please help!

@cooltrip71
Copy link

devries

I've been attempting the same thing, same background. Got it running in 5 minutes on an old work Win10 laptop. That said...it's in the graphical add software in Raspbian. Search for BFGMiner, it's current. Add from there, no muss, no fuss, not the purist way to go, but hopefully works.

@HoldOffHunger
Copy link

This seems like a bit much! When I simply do sudo apt-get install bfgminer, it goes through some processing, but then errors out on auditd install errors.

However, the bfgminer installed successfully, which I can tell from: sudo apt-cache policy bfgminer.

@AmazingDreams
Copy link
Author

AmazingDreams commented Sep 22, 2019 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment