Skip to content

Instantly share code, notes, and snippets.

@benchonaut
Last active November 3, 2019 09:40
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 benchonaut/e53ec5d5fb16ad1af446891001991885 to your computer and use it in GitHub Desktop.
Save benchonaut/e53ec5d5fb16ad1af446891001991885 to your computer and use it in GitHub Desktop.
cpuminer alpine-linux
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