Skip to content

Instantly share code, notes, and snippets.

@raullenchai
Last active December 29, 2015 17:59
Show Gist options
  • Save raullenchai/7707834 to your computer and use it in GitHub Desktop.
Save raullenchai/7707834 to your computer and use it in GitHub Desktop.
cpuminer install
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