Skip to content

Instantly share code, notes, and snippets.

@habakan
Last active January 22, 2018 07:41
Show Gist options
  • Save habakan/f6787c765addf65a1e9f3865fea0fc96 to your computer and use it in GitHub Desktop.
Save habakan/f6787c765addf65a1e9f3865fea0fc96 to your computer and use it in GitHub Desktop.
bitzeny_mining
apt-get install build-essential libcurl4-openssl-dev
git clone https://github.com/bitzeny/cpuminer.git
cd cpuminer
./autogen.sh
./configure CFLAGS="-O3 -march=native -funroll-loops -fomit-frame-pointer"
make
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment