Skip to content

Instantly share code, notes, and snippets.

@rusrushal13
Created August 14, 2017 06:48
Show Gist options
  • Save rusrushal13/f47b6a7e59dce7d55f34867af28f41f8 to your computer and use it in GitHub Desktop.
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.
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