SAFE Network - Test 16

#More nodes can only help…
I just brought 7 online… with 3 of those tweaked for 20GB… surprised we’re only using 50% of 5GB still.

#abc

Goto
http://www.vultr.com/?ref=6817462

Deploy New Server/Instance
Vultr Cloud Compute
[Any location]
[Ubuntu 16.10]
20GB SSD $2.50/month (sold-out but still cheap at $5 and trivial then hourly rate)
[scroll down and enter a server hostname]
[deploy now]
=================
manage
get IP address and a copy of the password

#from your computer then login via ssh
ssh root@999.888.777.666
+(yes if needed)+thepassword#

#Logged in via ssh
root@SAFE:~# 

#and do this:
mkdir ./SAFE
cd ./SAFE
wget https://github.com/maidsafe/safe_vault/releases/download/0.14.0/safe_vault-v0.14.0-linux-x64.zip
sudo apt-get -y install unzip
unzip ./safe_vault-v0.14.0-linux-x64.zip
cd ./safe_vault-v0.14.0-linux-x64

screen
[Enter x2]
./safe_vault

[wait a while.. for resource proof.."This will take at least 300 seconds." <410s.. ta da!]
[detach from screen and leave it running with “Ctrl-a” “d”]

exit
=================
"exit" will drop your ssh connection and the vault will be there when you ssh again, running in screen.
Use "screen -r" to return to the screen with whatever is the latest output from the vault.

Any questions, just ask but it’s simple and worth doing for the experience of running a cloud server. :thumbsup:

11 Likes