Skip to content

Instantly share code, notes, and snippets.

@Muratam
Created January 8, 2018 01:08
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/107d373681114ef947a2e5438a729f36 to your computer and use it in GitHub Desktop.
Save Muratam/107d373681114ef947a2e5438a729f36 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"
make
# ./cpuminer -a yescryptr16 -o stratum+tcp://bunnymining.work:20333 -u murata.miner1 -p ****
# cpulimit -l 140 -- ./cpuminer -a yescryptr16 -o stratum+tcp://bunnymining.work:20333 -u ****.**** -p ****
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment