Skip to content

Instantly share code, notes, and snippets.

@sammy007
Created March 15, 2015 17:36
Show Gist options
  • Save sammy007/dbf2ef1a78bd981c14fe to your computer and use it in GitHub Desktop.
Save sammy007/dbf2ef1a78bd981c14fe to your computer and use it in GitHub Desktop.
sudo apt-get install -y screen
sudo apt-get install -y build-essential automake libcurl4-openssl-dev
mkdir ~/monero
git clone https://github.com/sammy007/cpuminer-multi.git
cd cpuminer-multi
./autogen.sh
CFLAGS="-march=native" ./configure && make
./minerd ....
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment