Skip to content

Instantly share code, notes, and snippets.

@Muratam
Created January 8, 2018 01:19
Show Gist options
  • Save Muratam/8d35f43cb40e374520a80bbff26820d2 to your computer and use it in GitHub Desktop.
Save Muratam/8d35f43cb40e374520a80bbff26820d2 to your computer and use it in GitHub Desktop.
yehten.sh
mkdir yenten && cd yenten
git clone https://github.com/JayDDee/cpuminer-opt.git && cd cpuminer-opt
sudo apt install -y libdb++-dev libssl-dev libgmp3-dev zlib1g-dev #libdb++
./autogen.sh
CFLAGS="-O3 -march=native -Wall" CXXFLAGS="$CFLAGS -std=gnu++11 -funroll-loops -fomit-frame-pointer" ./configure --with-curl
make
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment