Skip to content

Instantly share code, notes, and snippets.

@Muratam
Created January 8, 2018 01:10
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 Muratam/cbfa60a05eab0580e824fcf4c1214aa5 to your computer and use it in GitHub Desktop.
Save Muratam/cbfa60a05eab0580e824fcf4c1214aa5 to your computer and use it in GitHub Desktop.
yenten.sh
mkdir yenten && cd yenten
git clone https://github.com/JayDDee/cpuminer-opt.git && cd cpuminer-opt
sudo apt install libdb++-dev libssl-dev libgmp3-dev #libdb++
./autogen.sh
./configure CFLAGS="-O3 -march=native -Wall" --with-curl
make
# ./cpuminer -a yescryptr16 -o stratum+tcp://bunnymining.work:20333 -u murata.miner1 -p ****
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment