Pages:
Author

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

legendary
Activity: 1610
Merit: 1003
"Yobit pump alert software" Link in my signature!
OK I updated the links on the OP. I still have work to do such as update the version #'s in the source.

Anyway reason for this post.

I need someone to update the article that Goosewobbler wrote below , so that we can run our own VPS server with multiple masternodes. GooseWobbler wrote this, but then others added some additional information in other posts. I need it written for someone that knows NOTHING about linux. I have installed Ubuntu (non server 16.04), and I am ready to test when its complete. Once confirmed, it pays 300 VGS.

Instructions (assumes one node called lasvegas_node1)






Enter the following commands:

Code:
masternode genkey

The result of this is your MN private key.  You need it later.

Code:
masternode outputs

The result of this is your MN transaction id and index in the format "{tx_id}": "{index}".  You need those later.



Add the following details in this file in the following format:

Code:
lasvegas_node1 {VPS IP address}:60702 {MN private key} {MN transaction id} {MN transaction index}

Save the file and close the wallet.  Open the wallet again.


Run the following commands to compile and install the VPS wallet:

Code:
git clone https://github.com/goosewobbler/vps.git && cd vps && ./install.sh -p lasvegascoin -n 4 -c 1

Now edit the VPS wallet config file:

Code:
vim /etc/masternodes/lasvegascoin_n1.conf


Insert your private key and the IP address of the VPS in the appropriate places and save the file.



Now activate the node locally:

Code:
/usr/local/bin/activate_masternodes_lasvegascoin

You will need to wait for the VPS wallet blockchain to fully sync before you can start the node remotely.  
Keep running this command, eventually the value of 'blocks' will stabilise:
 
Code:
/usr/local/bin/lasvegascoin-cli -conf=/etc/masternodes/lasvegascoin_n1.conf getinfo

Can someone confirm this , so I can pay the bounty?



The value of 'blocks' will increase until it reaches the 'up to block' value on the block explorer:

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

When the VPS wallet is fully synced, you can start the node remotely:


My Masternodes => Start MISSING>

You can verify the status of the VPS wallet and masternode with the following:


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


Disclaimer

  • This has been tested with Vultr Ubuntu 16.04 instance ($5/month).  The $2.50 instances should be fine for a single node but they are always sold out in my region.
  • Don't use IPV6 addresses, I have yet to see the script work with those for any coin.
  • The script supports more than one node per VPS instance but I prefer to keep mine separate so haven't tested that.
  • This is not my script, but I did the LasVegasCoin integration amongst others, this should be merged upstream when Florian gets to my PR, it's been sat there a while with the others.  Seems he's busy messing around with Achilles Coin Roll Eyes
  • PR for the geeks/interested:
    https://github.com/masternodes/vps/pull/31

Sign up for Vultr here:  https://www.vultr.com/?ref=7282546

VGS address:  VMATmN4BZRSTNES5dpzz34pC7EFJLnWh1F

Vegas

Whenever money is taken from the cashiers cage, I have promised to post what is was for, and who it went to. ALWAYS!

Sent 200 VGS to Goosewobbler for the above article:

Status: 0/unconfirmed, broadcast through 9 nodes
Date: 4/3/2018 08:42
To: Goosewobbler VMATmN4BZRSTNES5dpzz34pC7EFJLnWh1F
Debit: -200.00000000 VGS
Transaction fee: -0.00003060 VGS
Net amount: -200.00003060 VGS
Transaction ID: 53e4cb237e2e9486049bcdc13b880385b261c2eb5a047225bd37d02854dd2873
Output index: 0

legendary
Activity: 3052
Merit: 1053
bit.diamonds | uNiq.diamonds
Again guys. I admit, I messed this up, and should have moved the fork block for 45,000. Lesson learned. At the end of the day , everything is working. Please understand the reason for the change. .5 VGS to the staker, and .5 vgs to the masternode made no sense whatsoever. I wanted to increase buying pressure through masternodes. Anyway, I shall now move forward with more promotions, the wallet is the way I want it. I will also cleanup the github.

My apologies to everyone.



Vegas



This is where I would like a little clarification if possible.  Yous stated that everything is working, but I am still getting .5 rewards.  Can anyone confirm 2 VGS rewards that fully confirm without turning to orphans...?

After following the wallet repair; recover transactions advice, now I am ONLY showing .5 VGS payouts.  All evidence of 2 VGS payouts have vanished (ie - no more orphans)

I am not wanting to be a pain in the butt, but I would really like to get this thing running correctly ASAP.  The idea of each payout I received today being worth 4 times as much is almost enough to salivate over!

compare ur wallet blocknummber with the explorer
https://chainz.cryptoid.info/vgs/
if the blocknumber is more than +/- 2 different u have to fix ur blockchain because u are on a wrong fork

Q18 from here https://diamond-info.github.io/#q18
to guide u through a blockchain recovery
this helps to sync into the new chain

yes the guide is for DMD Diamond but it works same for VGS
newbie
Activity: 66
Merit: 0


I added "-n 4" to the command shortly after sending that last message.  It went through properly.  a couple minutes ago, I received a MN payout, and it was still for only .5 VGS.  I would like to know if everyone else is seeing .5 payouts.  I'm wondering if I ought to destroy this server and start from scratch, but I don't want to waste the time doing that if this issue is across the board, you know...?

Ok, that's good, I'll update the other post.  Did you use the command to stop the daemon after that?  It will still be running the old version in memory if the wallet daemon is not restarted.

If you did, it *would* normally be helpful to verify the version running using the getinfo command - but I believe the wallet is still reporting 2.0.0.3... I was going to take a look at this issue but haven't had time just yet.
jr. member
Activity: 45
Merit: 1


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?

Are you using IPV6 addresses?  

If you are, you haven't enabled support on your VPS.  In Vultr this is a checkbox on the server setup page.

My nodes are IPV6 enabled even though configured for IPV4.  If yours are not enabled for IPV6, it might be that we need to be more specific with the update command, like:

IPV4 Nodes
Code:
cd vps && git pull && ./install.sh -p lasvegascoin -n 4 -u

IPV6 Nodes
Code:
cd vps && git pull && ./install.sh -p lasvegascoin -u

Let me know if this helps.


I added "-n 4" to the command shortly after sending that last message.  It went through properly.  a couple minutes ago, I received a MN payout, and it was still for only .5 VGS.  I would like to know if everyone else is seeing .5 payouts.  I'm wondering if I ought to destroy this server and start from scratch, but I don't want to waste the time doing that if this issue is across the board, you know...?
newbie
Activity: 66
Merit: 0


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?

Are you using IPV6 addresses?  

If you are, you haven't enabled support on your VPS.  In Vultr this is a checkbox on the server setup page.

My nodes are IPV6 enabled even though configured for IPV4.  If yours are not enabled for IPV6, it might be that we need to be more specific with the update command, like:

IPV4 Nodes
Code:
cd vps && git pull && ./install.sh -p lasvegascoin -n 4 -u

IPV6 Nodes
Code:
cd vps && git pull && ./install.sh -p lasvegascoin -u

Let me know if this helps.
newbie
Activity: 66
Merit: 0
I tweaked and cleaned up the node script setup guide and uploaded it to the docs in my fork.

https://github.com/goosewobbler/LasVegasCoin2/blob/master/doc/vps-masternode-setup.md
jr. member
Activity: 45
Merit: 1
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?
jr. member
Activity: 45
Merit: 1
shall i admit to myself that im screwed on this project very badly? I have bought VGS 5-6$ each and I see there no chance to get up to  1 $ soon,What a nightmare,there is nothing active no fb, no twitter , no website, no telegram no advertisement and so on  Angry Angry Angry Angry Angry Angry Angry

If you want my advice, I will give it.  Take it for what it's worth.

If you need the money, sell what you have at current prices, cut the loss, and go on about your life.  If the market continues to drop, then you have "made a profit".  If the market rallies, wait for confirmation of an uptrend, then buy back in below $5-6 each, then you have still profited.  Quite frankly, I think the market has plenty of room to drop before we see another run up.  I hope I'm wrong, but I doubt I am.

If you don't need the money, then just stop looking at it so much.  Whenever Bitcoin rallies, altcoins will rally with it.  It's not a question of if, but of when.  As you wait it out, you will be receiving coins, assuming you have a masternode set up.  If you don't have one set up, what are you waiting for?  Theyre cheap!!

This is all very cut and paste advice for anyone who got into this space fairly recently, and could probably be given to millions of others just like you.  Here is something that may help you:  Go back to coin exchange, and look at your trade history.  See what the price was for VGS when you bought it.  You will see that they don't show you how many dollars you paid for each coin.  They show you the BTC value.  Stop looking at your portfolio is USD value.  Try to get you BTC holdings up, then when the market rally (as they always do), you will see the dollar signs that you are currently looking for.

Sorry for being long winded.
legendary
Activity: 3472
Merit: 3507
Crypto Swap Exchange
The new wallet seems to be working perfectly for staking at the moment. I am planning on setting up a masternode in the near future on my VPS but first I'll let everything settle down a bit before setting one up. I have also spread the word on Twitter about the new wallet update which people need to update asap so I hope people are listing out there.

I agree with you about new wallet. Finally i got something from staking.

Vella which VPS server do you use? windows? Can you recommend one?
jr. member
Activity: 45
Merit: 1
Again guys. I admit, I messed this up, and should have moved the fork block for 45,000. Lesson learned. At the end of the day , everything is working. Please understand the reason for the change. .5 VGS to the staker, and .5 vgs to the masternode made no sense whatsoever. I wanted to increase buying pressure through masternodes. Anyway, I shall now move forward with more promotions, the wallet is the way I want it. I will also cleanup the github.

My apologies to everyone.



Vegas



This is where I would like a little clarification if possible.  Yous stated that everything is working, but I am still getting .5 rewards.  Can anyone confirm 2 VGS rewards that fully confirm without turning to orphans...?

After following the wallet repair; recover transactions advice, now I am ONLY showing .5 VGS payouts.  All evidence of 2 VGS payouts have vanished (ie - no more orphans)

I am not wanting to be a pain in the butt, but I would really like to get this thing running correctly ASAP.  The idea of each payout I received today being worth 4 times as much is almost enough to salivate over!
hero member
Activity: 1862
Merit: 590
The new wallet seems to be working perfectly for staking at the moment. I am planning on setting up a masternode in the near future on my VPS but first I'll let everything settle down a bit before setting one up. I have also spread the word on Twitter about the new wallet update which people need to update asap so I hope people are listing out there.
legendary
Activity: 3472
Merit: 3507
Crypto Swap Exchange
shall i admit to myself that im screwed on this project very badly? I have bought VGS 5-6$ each and I see there no chance to get up to  1 $ soon,What a nightmare,there is nothing active no fb, no twitter , no website, no telegram no advertisement and so on  Angry Angry Angry Angry Angry Angry Angry

I also know people who are buy bitcoin at the price $16k, now they can get up only $7k, ethereum investor also have problem. And so on...
newbie
Activity: 49
Merit: 0
shall i admit to myself that im screwed on this project very badly? I have bought VGS 5-6$ each and I see there no chance to get up to  1 $ soon,What a nightmare,there is nothing active no fb, no twitter , no website, no telegram no advertisement and so on  Angry Angry Angry Angry Angry Angry Angry
legendary
Activity: 3052
Merit: 1053
bit.diamonds | uNiq.diamonds


I think Cryptonit was very hard on me. I didnt foresee that the Limxdev wallet would be so difficult to compile in windows. Its NOT a normal windows compile. Im going to keep this short, because people come here for information not drama, @Cryptonit, I dont know why your so aggressive towards me, I have NEVER attacked you in the dmd threads, in fact, I have defended you!!! Agreed this update never went smooth. But all turned out well. If you want a donation, be a little nicer.

Vegas

u could even urself change the triggerblock in source
even i could

asking for donation was a joke
VGS have no financial value its as i stated more a fight against have one red project that i support u

any project i invested was a success just VGS (FLY) was not

and im not accepting that fact

thats the only reason i support this

im known to write and state my opinion in a very direct way
u may call it "very hard" but if it helps u to improve i have no problem play the bad cop

next time if just a simple thing like change a trigger block for a fork is a issue PM me i can easy change that in source
like i guess 10 more people from the community are able too

and please learn how to create releases on github and post the compiled wallets there
full member
Activity: 1274
Merit: 105
Is there win32 version of the new wallet?

Also why on the 1st post of this topic there is still link to v2.0.0.3?
New users will download old wallet...
newbie
Activity: 66
Merit: 0
Ok.. I should have read the whole article. Can this be modified so we can setup our own server, to run multiple nodes, and not pay a 3rd party for vps?  Can you write the instructions for it. Also goosewobbler, and Cryptonit added some information. Does it need to be added to this article?

Ok.. I owe a lot of people, so Im going to start sending out rewards.

Vegas

So this is just a script to automate the setup of one or more masternodes on a server.  I'm not sure what you mean by "setup our own server", do you mean a Masternode pool for LasVegasCoin?

Any masternode or group of nodes has to be hosted on a server somewhere, so for setting up a pool - unless you are personally running an exceptionally beefy machine with a superfast connection, you can't really avoid paying a 3rd party.

Multiple nodes with this script is simply untested by myself.  It should work through IPV6 out of the box, as stated on the script installation text; multiple nodes through IPV4 needs some extra configuration of your VPS.  

Basically when I started with this script I was new to masternodes, using an early Magnet wallet, and couldn't get it working *at the time*.  I got single nodes through IPV4 working, then tried and failed to get IPV6 working for a single node.  Due to having a few nodes to set up very quickly, decided to stick with the known working approach rather than spending any more days fruitlessly messing around with things.

I am a lot more experienced with masternodes now, and in about two weeks I will be setting up my fourth node for two of the coins in my portfolio.  Since it isn't recommended to run more than three nodes per instance and my VPS bill is quite chunky already, I will look at reconfiguring them to use multiple nodes over IPV6 and ensure the instructions for the script covers this case.
legendary
Activity: 1610
Merit: 1003
"Yobit pump alert software" Link in my signature!
Coinexchange.io emailed me, they are on the latest wallet Smiley

Vegas
legendary
Activity: 1610
Merit: 1003
"Yobit pump alert software" Link in my signature!
Here's an updated Mac wallet compiled from master of the new repo.

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

vegasguy Is this right link to official latest MAC wallet?
I am going to finish the website it would be fine to set correct links.

Yes, it is untested. Please test, so I can pay reward.

Vegas
legendary
Activity: 3472
Merit: 3507
Crypto Swap Exchange
Here's an updated Mac wallet compiled from master of the new repo.

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

vegasguy Is this right link to official latest MAC wallet?
I am going to finish the website it would be fine to set correct links.
legendary
Activity: 1610
Merit: 1003
"Yobit pump alert software" Link in my signature!
If you want to write a script to help them setup their ubuntu VPS  200 Las Vegas coins for that.

...Ahem.

https://github.com/goosewobbler/vps

So I've been helping some people out in Discord DMs with this, might as well post proper instructions here.  The following sets up one node called lasvegas_node1, and assumes you know how to send yourself funds with a wallet, and can use the linux editor vim.

Instructions (assumes one node called lasvegas_node1)






Enter the following commands:

Code:
masternode genkey

The result of this is your MN private key.  You need it later.

Code:
masternode outputs

The result of this is your MN transaction id and index in the format "{tx_id}": "{index}".  You need those later.



Add the following details in this file in the following format:

Code:
lasvegas_node1 {VPS IP address}:60702 {MN private key} {MN transaction id} {MN transaction index}

Save the file and close the wallet.  Open the wallet again.


Run the following commands to compile and install the VPS wallet:

Code:
git clone https://github.com/goosewobbler/vps.git && cd vps && ./install.sh -p lasvegascoin -n 4 -c 1

Now edit the VPS wallet config file:

Code:
vim /etc/masternodes/lasvegascoin_n1.conf


Insert your private key and the IP address of the VPS in the appropriate places and save the file.



Now activate the node locally:

Code:
/usr/local/bin/activate_masternodes_lasvegascoin

You will need to wait for the VPS wallet blockchain to fully sync before you can start the node remotely.  
Keep running this command, eventually the value of 'blocks' will stabilise:
 
Code:
/usr/local/bin/lasvegascoin-cli -conf=/etc/masternodes/lasvegascoin_n1.conf getinfo

Can someone confirm this , so I can pay the bounty?



The value of 'blocks' will increase until it reaches the 'up to block' value on the block explorer:

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

When the VPS wallet is fully synced, you can start the node remotely:


My Masternodes => Start MISSING>

You can verify the status of the VPS wallet and masternode with the following:


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


Disclaimer

  • This has been tested with Vultr Ubuntu 16.04 instance ($5/month).  The $2.50 instances should be fine for a single node but they are always sold out in my region.
  • Don't use IPV6 addresses, I have yet to see the script work with those for any coin.
  • The script supports more than one node per VPS instance but I prefer to keep mine separate so haven't tested that.
  • This is not my script, but I did the LasVegasCoin integration amongst others, this should be merged upstream when Florian gets to my PR, it's been sat there a while with the others.  Seems he's busy messing around with Achilles Coin Roll Eyes
  • PR for the geeks/interested:
    https://github.com/masternodes/vps/pull/31

Sign up for Vultr here:  https://www.vultr.com/?ref=7282546

VGS address:  VMATmN4BZRSTNES5dpzz34pC7EFJLnWh1F





This is what I used to set up my remote MN.  I am thinking that maybe this script installed an older wallet on my VPS, and this is why I'm getting orphans.  Does this sound right?


Ok.. I should have read the whole article. Can this be modified so we can setup our own server, to run multiple nodes, and not pay a 3rd party for vps?  Can you write the instructions for it. Also goosewobbler, and Cryptonit added some information. Does it need to be added to this article?

Ok.. I owe a lot of people, so Im going to start sending out rewards.

Vegas

Pages:
Jump to: