sudo apt-get install build-essential autotools-dev autoconf libcurl3 libcurl4-gnutls-dev
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
# get git to install it | |
sudo apt-get install git | |
# dependencies | |
sudo apt-get install build-essential autotools-dev autoconf libcurl3 libcurl4-gnutls-dev | |
# download latest version | |
git clone https://github.com/wolf9466/cpuminer-multi | |
cd cpuminer-multi/ | |
# compile | |
./autogen.sh | |
CFLAGS="-march=native" ./configure | |
make | |
#install | |
sudo make install | |
minerd -a cryptonight -o stratum+tcp://mine.moneropool.com:3333 -u YOUR_WALLET_ADDRESS -p x
Once you start mining using moneropool, you can check your status at anytime on their front page using your xmr address:
Just in case you get the error
configure.ac:133: error: possibly undefined macro: AC_MSG_ERROR
If this token and others are legitimate, please use m4_pattern_allow.
See the Autoconf documentation.
it means that you haven't install libcurl4-gnutls-dev.