Post
Topic
Board Announcements (Altcoins)
Re: [ANN] Las Vegas coin. Masternode ROI in 2 weeks! MN cost $830!! ONLY 44 MN
by
jimmy24651
on 10/04/2018, 14:05:01 UTC
VPS upgrade - Anyone using the script can use the following commands to upgrade your VPS instance, these are the steps I took:

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

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

Code:
/usr/local/bin/lasvegascoin-cli -conf=/etc/masternodes/lasvegascoin_n1.conf getinfo

Then I restarted the node remotely from my main wallet.

Hey Goose!  I have a question for you.  My QT wallet is failing to sync, so I can't remotely start my MN.  What command would I need to type in (as root) to start my MN from Putty...?