Created
October 20, 2017 15:55
-
-
Save ilbonzo/79ae4cb67ca60789f1860b9c5b7efd32 to your computer and use it in GitHub Desktop.
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
apt-get update | |
apt-get install libcurl4-openssl-dev git | |
apt-get install build-essential | |
apt-get install autotools-dev autoconf | |
apt-get install libcurl3 libcurl4-gnutls-dev | |
mkdir ~/miner | |
cd ~/miner | |
git clone https://github.com/pooler/cpuminer | |
cd cpuminer | |
./autogen.sh | |
CFLAGS="-march=native" ./configure | |
make | |
sudo make install | |
minerd -o stratum+tcp://ltc.pool.minergate.com:3336 -u [email protected] -p x |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment