Ok, I have updated the node install script to build from master of the new repo. I also made the update command remove the existing code because it was re-using old compilation files.
Here is the command you can use to update your nodes (assumes logged in as root on your VPS):
cd vps && git pull && ./install.sh -p lasvegascoin -u
/usr/local/bin/lasvegascoin-cli -conf=/etc/masternodes/lasvegascoin_n1.conf stop
This new version has no corresponding release in github yet, but in future if you want to update to a specific tagged version (for example v3.0.5.1) the command would be:
cd vps && git pull && ./install.sh -p lasvegascoin -r "tags/v3.0.5.1" -u
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?