Created
March 25, 2018 11:59
-
-
Save zinntikumugai/5cd6ee4c096ca6e748693c75f2534101 to your computer and use it in GitHub Desktop.
This file contains 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
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