Skip to content

Instantly share code, notes, and snippets.

View derp-derp-derp's full-sized avatar

derp-derp-derp derp-derp-derp

View GitHub Profile
#!/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