VPS upgrade - Anyone using the script can use the following commands to upgrade your VPS instance, these are the steps I took:
cd vps && git pull && rm -rf ./code/lasvegascoin && ./install.sh -p lasvegascoin -n 4 -u
I then restarted the daemon a couple of times but the blocks were stuck at 41179 so I did the following to resync the chain, to be sure:
rm -rf /var/lib/masternodes/lasvegascoin1/blocks /var/lib/masternodes/lasvegascoin1/chainstate
/usr/local/bin/lasvegascoin-cli -conf=/etc/masternodes/lasvegascoin_n1.conf stop
This worked, then I waited for the
blocks value to go up past 41280. The
version reported should be 2050001.
/usr/local/bin/lasvegascoin-cli -conf=/etc/masternodes/lasvegascoin_n1.conf getinfo
Then I restarted the node remotely from my main wallet.