Skip to content

Instantly share code, notes, and snippets.

@filipnyquist
Created January 8, 2016 20:52
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 filipnyquist/64120a9286fa845a3d85 to your computer and use it in GitHub Desktop.
Save filipnyquist/64120a9286fa845a3d85 to your computer and use it in GitHub Desktop.
#!/bin/bash
sudo apt-get install -y libcurl4-openssl-dev libncurses5-dev pkg-config automake yasm
sudo git clone https://github.com/pooler/cpuminer.git
cd cpuminer
./autogen.sh
./configure CFLAGS="-O3"
sudo make
echo "done installing!"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment