Skip to content

Instantly share code, notes, and snippets.

@Muratam
Created January 8, 2018 01:10
Show Gist options
  • Select an option

  • Save Muratam/cbfa60a05eab0580e824fcf4c1214aa5 to your computer and use it in GitHub Desktop.

Select an option

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