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 | |
# This script is for Ubuntu 17.10 x64 | |
# You will need to edit the config to add your pools and wallet address. | |
# SSH into the server, then run this command to execute the script: | |
# bash < <(curl -s https://gist.githubusercontent.com/derp-derp-derp/8bb2aa53849dacbb7995b925e8972a7d/raw/769b2aff96a81090f55e81f7cbb09d4bddbebd82/vultr.sh) | |
# Of course, your url will be different as you will have had to edit it to setup your own pools | |
# Update repos | |
sudo apt-get update -y | |
# Install xmr-stak dependencies | |
sudo apt-get install libpthread-stubs0-dev libmicrohttpd-dev libssl-dev cmake build-essential libhwloc-dev -y |