Post
Topic
Board Announcements (Altcoins)
Re: [ANN] Las Vegas coin (VGS) ONLY 330,000 coins. 1000 VGS for MN. Masternodes 80%
by
midnight_miner
on 07/04/2018, 17:07:42 UTC
I was waiting for VegasGuy to test this out and approve first but we need to get the fixed up wallet version out.

https://github.com/Vegas-Guy/LasVegasCoin2/releases/tag/v2.5.0.1

Because the protocol version is increased, this wallet will not connect to previous versions to stop the orphan and forking of the chain from happening.

*** IMPORTANT ***
 1) After you shutdown your current wallet, go to your %APPDATA% directory in Windows ( .LasvegascoinV2 in Linux) and delete the peers.dat file.

 2) Start this new version of the wallet and it will find the peer nodes with the newer version.

*****************
If you are not sure how to do this, the alternative is to enter the following command in the Tools Windows - Console ->
Code:
addnode 68.71.58.226 add
This node is configured to allow the new wallets to find peers with the new version and sync with previous version wallets.

For VPS Masternodes:

VPS users can go to there directory that they did a 'git clone' (from the Vegas-Guy/LasVegasCoin2 GitHub repo) and run 'git pull' in that directory to download the latest source.  Then run:

Code:
> autogen.sh
> configure
> make

Your new binaries will be in the src directory.

I will be around on the forum and on Discord to help.

The changes have all been put into a Pull Request to LIMXDEV GitHub to Synchronize the repos.