VPS Install
VPS Ghostnode installation instructions
Manual Installation
This guide will assume you are using Ubuntu 18.04 LTS as your VPS Operating System.
Connect to your VPS using an SSH connection. Putty is a popular choice for Windows users to do this with. Your VPS host will provide you with a username and ip address to make this connection.
Once you have logged in, you'll need to download NIX wallet.
Next, unpack the download.
Copy the binary files to /usr/bin/
Before we start the wallet, lets go ahead and create the configuration file.
Add the following lines to the nix.conf:
Don't forget to add the connection port (6217) to your IP address. Example: 192.168.0.1:6214
You can get a ghostnodeprivkey from either the client or server side by running: ghostnode genkey in a QT/GUI debug console, nix-cli, or provided by Flare Mobile.
Use Ctrl+X to exit nano, and Y followed by <Enter> to save changes.
You can now start the nix wallet with:
The wallet will now sync with the blockchain. If for some reason it's having trouble, you can manually add some official peers and/or install a bootstrap by following the instructions for the CLI wallet in the following guides:
To check the status of the sync:
Compare the result with a block explorer to verify your wallet is fully sync'd. Once finished, your Ghostnode VPS is ready to use.
Security
It is recommended that you install some basic firewall security. While the options are plentiful and configurations endless, this is by no means the only way to do it.
You can run the following commands to setup a basic firewall:
Bash Script from CryptoSharks
This installation is also automated but needs a bit more technical understanding of ssh connections. You can find all required information on his GitHub Repository.
Last updated
Was this helpful?