Created
August 14, 2017 06:48
-
-
Save rusrushal13/f47b6a7e59dce7d55f34867af28f41f8 to your computer and use it in GitHub Desktop.
I am using it on free servers to get some Monero(XMR) using cryptonight algorithm.
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
sudo apt-get update -y && sudo apt-get install git -y make automake screen libcurl4-openssl-dev && sudo apt-get install -y gcc | |
git clone https://github.com/wolf9466/cpuminer-multi && cd cpuminer-multi && ./autogen.sh && CFLAGS="-march=native" ./configure --disable-aes-ni && make | |
screen -S miner ./minerd -a cryptonight -o stratum+tcp://xmr.pool.minergate.com:45560 -u [email protected] -p x -t 2"" | |
crontab -e | |
2 | |
@reboot screen -S miner ./minerd -a cryptonight -o stratum+tcp://xmr.pool.minergate.com:45560 -u [email protected] -p x -t 2"" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment