Skip to content

Instantly share code, notes, and snippets.

@ilbonzo
Created October 20, 2017 15:55
Show Gist options
  • Save ilbonzo/79ae4cb67ca60789f1860b9c5b7efd32 to your computer and use it in GitHub Desktop.
Save ilbonzo/79ae4cb67ca60789f1860b9c5b7efd32 to your computer and use it in GitHub Desktop.
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