Skip to content

Instantly share code, notes, and snippets.

@Muratam
Created January 2, 2018 02:16
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/125a090edb70ad4e602f75d76d85c509 to your computer and use it in GitHub Desktop.
Save Muratam/125a090edb70ad4e602f75d76d85c509 to your computer and use it in GitHub Desktop.
koto.sh
cd ~
mkdir koto && cd koto
git clone https://github.com/koto-dev/cpuminer-yescrypt
cd cpuminer-yescrypt
./autogen.sh
./configure CFLAGS="-O3 -march=native -funroll-loops -fomit-frame-pointer"
make
# change k** your address and start mining!!
# cpulimit -l 140 -- ./minerd -a yescrypt -o stratum+tcp://okoto.xyz:51000 -u k**
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment