Pages:
Author

Topic: Re: [ANN] Las Vegas coin. Masternode cost only $250!! Only 400,000 coins total! - page 16. (Read 79027 times)

hero member
Activity: 661
Merit: 500
We only want the FACTS!
its seems we have two networks again

im with all wallets on same as chainz explorer but pos diff so low there i cant belive its the main chain

i have no time care about that

once there is a clear statement what chain is mainchain

and chainz is on that chain i can fix my chains

Yes there are two chains and the new chain (protocol version 70716) is pulling ahead of the old chain (protocol version 70715).  It was bound to happen since this was a post hard-fork fix, and as enough clients and MNs moved on to the new protocol and ignore old clients.  The node I had running to keep the different version of clients in sync is no longer needed as the new chain is running on its own.  

This means that if you have not upgraded to the new wallet version 2.5.0.1 by now, you will need to reload the blockchain from the start (delete the blockchain, chainstate, and database directories. Might as well delete mempool.dat, mncache.dat, and peers.dat, as they will be stale).

My 4 nodes are all on the same block height that is higher than the Cryptoid BE.  So I assume that the BE client has not been updated yet.
hero member
Activity: 1862
Merit: 590
page 1 wallet download link windows is wrong!

download wallets from here

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

That's the one I downloaded and follow the instructions by deleting the peers.dat file and then running the new wallet and like I said it all looked good when syncing as I was on the right blocks but after it synced and was running for a few hours the block got stuck.
legendary
Activity: 3052
Merit: 1053
bit.diamonds | uNiq.diamonds
page 1 wallet download link windows is wrong!

download wallets from here

https://github.com/Vegas-Guy/LasVegasCoin2/releases/tag/v2.5.0.1
hero member
Activity: 1862
Merit: 590
The new wallet for me got stuck and looked to of been on another chain once I re-started it. I followed the instructions given and it seemed to be working perfectly as it did take over an hour to sync fully but after a few hours that's when I noticed that my wallet was stuck. Should I delete everything except wallet.dat and try again?
newbie
Activity: 62
Merit: 0
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

Hey dev!  Just tried updating my VPS wallet and it says "Already up-to-date."  I haven't installed any new software since starting my masternode at the beginning of March.  I am receiving 2 VGS masternode payouts though.

Just want to make sure I'm up to date, thanks so much.
legendary
Activity: 3052
Merit: 1053
bit.diamonds | uNiq.diamonds
its seems we have two networks again

im with all wallets on same as chainz explorer but pos diff so low there i cant belive its the main chain

i have no time care about that

once there is a clear statement what chain is mainchain

and chainz is on that chain i can fix my chains
member
Activity: 139
Merit: 10
Lol , thx ....


But anyway , i am out for 4 days on buisnessmeetings....



 I just checked Blockexplorer and ask myself , could Blockexplorer are on a fork ?

Cause lil diff  , only 29 MN , my staking and my MN does not show any transactions since 1 day and the 1000 Coi s from Cashiers Cage to Midnight Miner does not shown in Blockexplorer




Btw : lil drunk , sorry for spelli g


legendary
Activity: 1610
Merit: 1003
"Yobit pump alert software" Link in my signature!
Midnight Miner has done all of the latest work. Griffith released V2.5 that was very incomplete, as he ran out of time. Minight miner came to our rescue, and cleaned it all up, and released V2.5.1, which I might add is flawless!!!

As I have always said, whenever I take money from the cashiers cage (community wallet), I ALWAYS state the transaction here. Who it went to, how much, and what for. Never worry, Glen is head of security, and I can assure you watches everything that goes on "in the cage".

1000 VGS to Midnight Miner for all his dev work, and heroism.

Status: 0/unconfirmed, broadcast through 11 nodes
Date: 4/9/2018 10:22
To: Midnight Miner VVqkbNg9BBYUh5uroSSotSbv2Q4xhkSQ8z
Debit: -1000.00000000 VGS
Transaction fee: -0.00022330 VGS
Net amount: -1000.00022330 VGS
Transaction ID: 823ee96fe1ee06d09d9c8286b1d975112ea16f8b4c07da4d1500d28cfc07d4e0
Output index: 0

Vegas
legendary
Activity: 1610
Merit: 1003
"Yobit pump alert software" Link in my signature!
Chinese could boost this project in no time if you know how to advertise this project for them,I think Vegas should buy banner for 1-2  weeks on masternodesonline.com by now seems we are flying under radar

We are still flying under the radar, but, not for long. Our promoter girl, is doing a fine job, and getting the word out to 5000 friends daily.  https://www.facebook.com/VegasCoinGirl


Anyway, , I will be posting bounties for translations. What do you guys think is a fair bounty for translations? I will pay for all the major languages.

Vegas
legendary
Activity: 1610
Merit: 1003
"Yobit pump alert software" Link in my signature!
Vegas guy, we've got wallet issues at MNO:

https://masternodes.online/currencies/VGS/

I sent them the new wallet, the day it came out, they have not upgraded yet.

Vegas

newbie
Activity: 66
Merit: 0
newbie
Activity: 49
Merit: 0
Chinese could boost this project in no time if you know how to advertise this project for them,I think Vegas should buy banner for 1-2  weeks on masternodesonline.com by now seems we are flying under radar
newbie
Activity: 126
Merit: 0
Any Chinese translations for this? Smiley
newbie
Activity: 66
Merit: 0
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.
newbie
Activity: 66
Merit: 0
Mac wallet for the latest release here, should be added to the core repo soon:

https://github.com/goosewobbler/LasVegasCoin2/releases/tag/v2.5.0.1

I didn't do anything with my wallet files and it all seems to work (not that I noticed any issues with the previous release besides the wrongly reported version), but anyone having issues should follow the instructions above for upgrade.  The wallet files on a Mac are located here:

Code:
~/Library/Application\ Support/LasvegascoinV2/
hero member
Activity: 661
Merit: 500
We only want the FACTS!
OK, guys...I am starting to get worried.  I've been trying to keep up to date with all of this, but to be honest, I'm lost.

I have a masternode up and running, and am getting payouts.

My QT wallet is the latest version (v2.0.0.3-0978135-dirty (64-bit) which was posted on here either today or yesterday, I can't remember.

I have not updated the wallet on my VPS, because I am not sure exactly what to do to get it updated without risking losing my current payouts.

On my wallet, I am showing that there are 33 active MNs, but on Masternodes.online, it is showing that there are only 10 active.

Am I safe, or am I on the wrong chain, or what?

Jimmy you were on the latest wallet from a week ago (and it was suppose to be v2.5.0.0 but the labels did not get updated), however that wallet did not disconnect older nodes with the wrong Masternode Reward.  So this caused a lot of orphan blocks and forking of the chain.  Yesterday (Saturday), I released an updated wallet v2.5.0.1, that shows the proper wallet version, and this wallet will ignore older wallets to stop the orphan blocks and failed payouts.

I recommend you update your local wallet right away.  If the wallet synchronizes and you are on the same height as the Cryptoid Block Explorer then go in the Tools -> Wallet Repair -> Rescan blockchain files to rescan the wallet for your transactions.  You will see all of your successful rewards.

If your wallet does not synchronize or is not at the same block height as the block explorer, then shutdown your wallet and delete the blocks, chainstate, and database directories in your %APPDATA% directory and start the wallet again.  The wallet will synchronize the blockchain from the beginning.

As for your VPS, I did compile the Linux binaries, so you should be able to copy them to your VPS and replace the current binaries.  On the VPS shutdown your wallet, move or delete the old wallet binary, copy the new wallet onto the server and then start the wallet.  You may need to issue the masternode start command for that masternode or it may continue to show ENABLED.
jr. member
Activity: 45
Merit: 1
dam can't start my masternode because i was on wrong chain?  i lost 9vgs   gonna need to ways 1 more week to have 1000

No worries....

With the new wallet, you will ROI in 2 weeks!!!

Masternode cost : only $830!! (1000 VGS @ $0.83). Weekly income $466!!

Currently only 44 nodes online!!

https://chainz.cryptoid.info/vgs/


 

 Huh it s hard to believe this , that's look fake 2 weeks roi  no possible lol
you making around 1000 vgs in 2 weeks with a masternode ??  Roll Eyes
it s more than 70 vgs a day with 1000coins in masternode
masternod gets 1.5  and wallet 0.5    i m close to 1000 vgs  and my wallet don't make 23 vgs a day   it s more like 2-4 lol

I think you're correct.  I believe that the skewed numbers are coming from the fact that Masternodes.online is making these calculations based on their data that there are only 10 active MNs.  We'll see...
legendary
Activity: 1281
Merit: 1003
dam can't start my masternode because i was on wrong chain?  i lost 9vgs   gonna need to ways 1 more week to have 1000

No worries....

With the new wallet, you will ROI in 2 weeks!!!

Masternode cost : only $830!! (1000 VGS @ $0.83). Weekly income $466!!

Currently only 44 nodes online!!

https://chainz.cryptoid.info/vgs/


 

 Huh it s hard to believe this , that's look fake 2 weeks roi  no possible lol
you making around 1000 vgs in 2 weeks with a masternode ??  Roll Eyes
it s more than 70 vgs a day with 1000coins in masternode
masternod gets 1.5  and wallet 0.5    i m close to 1000 vgs  and my wallet don't make 23 vgs a day   it s more like 2-4 lol
jr. member
Activity: 45
Merit: 1
OK, guys...I am starting to get worried.  I've been trying to keep up to date with all of this, but to be honest, I'm lost.

I have a masternode up and running, and am getting payouts.

My QT wallet is the latest version (v2.0.0.3-0978135-dirty (64-bit) which was posted on here either today or yesterday, I can't remember.

I have not updated the wallet on my VPS, because I am not sure exactly what to do to get it updated without risking losing my current payouts.

On my wallet, I am showing that there are 33 active MNs, but on Masternodes.online, it is showing that there are only 10 active.

Am I safe, or am I on the wrong chain, or what?
hero member
Activity: 1862
Merit: 590
Ok.. so here is the Las Vegas coin Girls facebook page. She has near 5000 friends!!

https://www.facebook.com/VegasCoinGirl

Vegas

That's awesome!

Nice to see that Facebook account growing and hopefully soon more and more people will know about VGS. I think more work needs to be done on the Twitter handle as well vegasguy. Like more tweets and be sure to use hash tags like #VGS $VGS #Crypto etc... This gives the tweets more exposure as well using hash tags.

I am waiting to buy enough VGS to run mn, after that I will go to lasvegascoin promotion Smiley Just need to stay VGS coin cheap.

To be honest with you, I think most people are doing this. That is why I think we haven't seen much promotion from many people on social media as they are still building their way up to owning a masternode. VGS is a hidden gem that hardly no one even knows about so when the word does get out there, look out as the price could explode in a short period of time.
Pages:
Jump to: