Skip to content

Instantly share code, notes, and snippets.

@crappyrules
Created March 5, 2020 18:38
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save crappyrules/085f51561d587cf93293166267314437 to your computer and use it in GitHub Desktop.
Save crappyrules/085f51561d587cf93293166267314437 to your computer and use it in GitHub Desktop.
pizero bitcoin miner
#!/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