Created
March 15, 2015 17:36
-
-
Save sammy007/dbf2ef1a78bd981c14fe to your computer and use it in GitHub Desktop.
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 -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