Created
December 22, 2014 12:08
-
-
Save emre/cff3f76ee39657701992 to your computer and use it in GitHub Desktop.
cointellect installer
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 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