Last active
November 3, 2019 09:40
-
-
Save benchonaut/e53ec5d5fb16ad1af446891001991885 to your computer and use it in GitHub Desktop.
cpuminer alpine-linux
This file contains hidden or 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
apk add lm_sensors openssh mtools e2fsprogs-extra xfsprogs bash automake gcc m4 autoconf clang jansson-dev libxml2-dev g++ make curl-dev gmp-dev lm_sensors lm_sensors-detect perl file; | |
git clone https://github.com/JayDDee/cpuminer-opt.git; | |
cd cpuminer-opt/ && ./configure --disable-dependency-tracking && make -j4 && make install |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment