Created
January 2, 2018 02:16
-
-
Save Muratam/125a090edb70ad4e602f75d76d85c509 to your computer and use it in GitHub Desktop.
koto.sh
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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