Post
Topic
Board Announcements (Altcoins)
Re: [ANN] Las Vegas coin (VGS) ONLY 330,000 coins. 1000 VGS for MN. Masternodes 80%
by
jimmy24651
on 03/04/2018, 01:03:00 UTC
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):

Code:
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:

Code:
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?