If you need to upgrade your node software to V2 please read the following information:
1. Cancel/destroy servers currently running on other VPS providers.
2. Follow the instructions here to set up your servers again in order to run V2 node software.
The following instructions are specific to node software setup on Linux.
1. Open a terminal window by clicking the magnifying glass in the top right of your screen
2. Type "terminal" in the search bar
3. Press Enter to open it
4. Paste the commands below into your terminal window.
You will need to replace "{YOUR_UBUNTU_USERNAME}" below with the username for your linux or Ubuntu computer
sudo chown -R "YOUR_UBUNTU_USERNAME": /usr/local/bin
sudo chown -R "YOUR_UBUNTU_USERNAME": /etc/systemd/system
5. Paste the following install command into your terminal window
bash <(curl -s https://download.galvan.health/node-binaries/v2.6.1-b/linux.sh)
6. You will be prompted to enter your Ubuntu password a few times in a popup dialog. If you get an error that the *systemd* service couldn't restart, run the following command
sudo systemctl start galvan
7. You will know the install was successful when you are prompted in the terminal window to enter your Galvan account email address and password.
Congratulations!
Your Galvan node is now running as a background Service.
A background service starts up automatically when your computer starts, stays up to date for you, and reconnects for you if an error is ever encountered.
To Check the Status of Your Node Through your Terminal Prompt
1. Paste the following command into your terminal prompt
systemctl status galvan
To Check the Status of Your Node Through Galvan's website
After installation, you can check the status of your Galvan node at any time by logging into the Galvan Dashboard and seeing how many "nodes online" there are. You can also check in the node software installed on your computer as well as your reward history inside the Galvan Dashboard.