Skip to content

Instantly share code, notes, and snippets.

@AmazingDreams
Last active July 5, 2023 01:49
Show Gist options
  • Select an option

  • Save AmazingDreams/b4b3a2a81a29ac3fe6b1 to your computer and use it in GitHub Desktop.

Select an option

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
@HoldOffHunger

Copy link
Copy Markdown

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

AmazingDreams commented Sep 22, 2019 via email

Copy link
Copy Markdown
Author

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