Skip to content

Instantly share code, notes, and snippets.

@emre
Created December 22, 2014 12:08
Show Gist options
  • Save emre/cff3f76ee39657701992 to your computer and use it in GitHub Desktop.
Save emre/cff3f76ee39657701992 to your computer and use it in GitHub Desktop.
cointellect installer
sudo aptitude install git -y
git clone https://github.com/pooler/cpuminer
cd cpuminer
sudo aptitude install automake -y
sudo aptitude install pkg-config -y
sudo aptitude install gcc -y
sudo aptitude install make -y
sudo aptitude install libcurl3-gnutls-dev -y
./autogen.sh
./configure CFLAGS="-O3"
make
cd cpuminer
# ./minerd -a scrypt -o stratum+tcp://66.55.92.73:8000 -p 123 -u 4a998d22e8d45977
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment