wget https://dl.google.com/go/go1.9.4.linux-amd64.tar.gz
tar zxvf go1.9.4.linux-amd64.tar.gz
mv go /usr/local/
ln -s /usr/local/go/bin/go /usr/bin/go
ln -s /usr/local/go/bin/gofmt /usr/bin/gofmt
make dependencies
mkdir ~/hyperspace
cd ~/hyperspace
hsd
cp sampleconfig/sia.yml ~/hyperspace
vim ~/hyperspace/sia.yml
apt install mysql-server
hsd -M cgtwp
Note: make sure you increase the number of open files you can have at a time, or you will have problems with sockets and log files