Installation script is build for Linux Ubuntu 16.04.
The script has been tested for the following VPS provider :
Provider | Result |
---|---|
OVH | OK |
Scaleway | OK |
DigitalOcean | OK |
Vultr | OK |
VPS provider are configuring Linux core in their own way that can cause error in script. Please reports if you test it on another provider listed above.
To launch the installation, connect to your VPS via SSH and run this command :
wget https://raw.githubusercontent.com/gobytecoin/masternode-script-gobyte/master/install.sh && chmod +x install.sh && ./install.sh
Follow the on-screen instructions.
To launch the installation, connect to your VPS via SSH and run this command :
wget https://raw.githubusercontent.com/gobytecoin/masternode-script-gobyte/master/update.sh && chmod +x update.sh && ./update.sh
Follow the on-screen instructions.
If for some reason you dont have Git installed, you can install git with the following command:
sudo apt-get install git -y
If script doesn't start :
- Check that you have write permission in the current folder
- Check that you can change permission on a file