Created
March 5, 2020 18:38
-
-
Save crappyrules/085f51561d587cf93293166267314437 to your computer and use it in GitHub Desktop.
pizero bitcoin miner
This file contains 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
#!/bin/bash | |
apt-get install -y pkg-config libusb-1.0-0-dev libusb-1.0-0 libcurl4-openssl-dev libncurses5-dev libudev-dev | |
wget http://ck.kolivas.org/apps/cgminer/4.9/cgminer-4.9.2.tar.bz2 | |
tar xvf cgminer-4.9.2.tar.bz2 | |
rm cgminer-4.9.2.tar.bz2 | |
mv cgminer-4.9.2 cgminer | |
cd cgminer | |
./configure --enable-icarus --enable-blockeruptor | |
make | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment