Last active
July 5, 2023 01:49
-
-
Save AmazingDreams/b4b3a2a81a29ac3fe6b1 to your computer and use it in GitHub Desktop.
Installing BFGMiner Raspberry Pi
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.