Skip to content

Instantly share code, notes, and snippets.

@whothisbeme
Forked from return1/bitcoin-cpuminer.sh
Last active August 29, 2015 13:57
Show Gist options
  • Save whothisbeme/9903686 to your computer and use it in GitHub Desktop.
Save whothisbeme/9903686 to your computer and use it in GitHub Desktop.
# install dependencies
sudo apt-get install libcurl4-openssl-dev libncurses5-dev pkg-config automake yasm git make
# clone cpuminer
git clone https://github.com/pooler/cpuminer.git
# compile
cd cpuminer
./autogen.sh
./configure CFLAGS="-O3"
make
# choose a miner pool and register there
# 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