If you encounter issues with the bash command while setting up your node on a VPS, follow these steps to troubleshoot:
Step 1: Double-Check the Command
Ensure that you have copied the command accurately, as even a small typo can cause the command to fail.
Step 2: Try the Alternate Command
Use the following alternate command:
bash <(curl -s https://download.libertyblockchain.com/node-binaries/v2.6.1-b/linux.sh)
Step 3: Verify Internet Connectivity
Check that your VPS has a stable internet connection, as the bash command relies on it to download the Liberty node script.
Step 5: Restart the Server
If issues persist, consider restarting the entire server to clear any potential conflicts or lingering processes:
- In the Vultr server console, type the following command and press ENTER to reboot the server:
reboot
- After the server restarts, log in to your Vultr account and access the server console again.
- Restart the process of the Liberty node installation.
Step 5: Seek Support if Needed
If issues persist, submit a ticket asking for further assistance.