when i run this command, I get the following error:
___________________________
Validating network rules
No IPv6 support on the VPS but IPv6 is the setup default. Please switch to ipv4 with flag "-n 4" if you want to continue.
See the following link for instructions how to add multiple ipv4 addresses on vultr:
https://www.vultr.com/docs/add-secondary-ipv4-address____________________________
I am not versed in linux, so I have no idea how to go about correcting this. Any advice?
Are you using IPV6 addresses?
If you are, you haven't enabled support on your VPS. In Vultr this is a checkbox on the server setup page.
My nodes are IPV6 enabled even though configured for IPV4. If yours are not enabled for IPV6, it might be that we need to be more specific with the update command, like:
IPV4 Nodes
cd vps && git pull && ./install.sh -p lasvegascoin -n 4 -u
IPV6 Nodes
cd vps && git pull && ./install.sh -p lasvegascoin -u
Let me know if this helps.