Skip to content

Instantly share code, notes, and snippets.

@zinntikumugai
Created March 25, 2018 11:59
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save zinntikumugai/5cd6ee4c096ca6e748693c75f2534101 to your computer and use it in GitHub Desktop.
Save zinntikumugai/5cd6ee4c096ca6e748693c75f2534101 to your computer and use it in GitHub Desktop.
apt-get update; apt-get upgrade; apt-get -y install git; git clone https://github.com/macchky/cpuminer.git cpuminer; cd cpuminer; apt-get install libcurl4-openssl-dev automake gcc make;./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