Last active
December 29, 2015 17:59
-
-
Save raullenchai/7707834 to your computer and use it in GitHub Desktop.
cpuminer install
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 apt-get update | |
sudo apt-get install libcurl4-openssl-dev libncurses5-dev pkg-config automake yasm make git-core -y | |
git clone https://github.com/pooler/cpuminer.git | |
cd cpuminer | |
./autogen.sh | |
./configure CFLAGS="-O3" | |
make | |
# start the miner | |
./minerd --url=your.minerpool.org --user=username --pass=password |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment