Search content
Sort by

Showing 20 of 66 results by goosewobbler
Post
Topic
Board Announcements (Altcoins)
Re: [ANN] Las Vegas coin. Masternode cost only $560!! Only 370,000 coins total!
by
goosewobbler
on 24/05/2018, 23:09:17 UTC
i m trying to start 2nd masternode in same wallet but it start then failed  active time stay at 0
i reverse the private key between them, then the 2nd start but not the first  Huh

Possibly wrong tx index or id - check these values in your masternode.conf
Post
Topic
Board Announcements (Altcoins)
Re: [ANN] Las Vegas coin. Masternode cost only $560!! Only 370,000 coins total!
by
goosewobbler
on 22/05/2018, 22:30:29 UTC
Also, it's worth noting for anyone thinking about using that script, that although IPV6 nodes do work it depends on the local wallet support - the VGS wallet does not currently support IPV6 masternodes, so you should be using the -n 4 option to install and if you are setting up multiple nodes there is an extra step.  I'll tweak the documentation I wrote when I get a chance.
Post
Topic
Board Announcements (Altcoins)
Re: [ANN] Las Vegas coin. Masternode cost only $560!! Only 370,000 coins total!
by
goosewobbler
on 22/05/2018, 22:26:26 UTC
I finally got my second node up and running on the same instance as the first, however Florian's script integration doesn't work because he's used the wrong port.  I submitted a PR for him to switch to my implementation, which works and uses the latest logo.

https://github.com/masternodes/vps/pull/105
Post
Topic
Board Announcements (Altcoins)
Re: [ANN] [COVAL] Circuits Of Value - Tokenize everything [LOYYAL]
by
goosewobbler
on 21/04/2018, 18:49:22 UTC
Well I didn't get any reassurance yet, but after reading a bit more I am even more bullish Grin
Post
Topic
Board Announcements (Altcoins)
Re: [ANN] [COVAL] Circuits Of Value - Tokenize everything [LOYYAL]
by
goosewobbler
on 21/04/2018, 13:46:43 UTC
So this does seem to exist on the CounterParty (XCP) platform, but with no volume. 

https://xcpdex.com/market/COVALC_XCP

I'm going to poke some people on Twitter to see if I can get either more information regarding getting this on other exchanges, or some reassurance that Bittrex will not delist.
Post
Topic
Board Announcements (Altcoins)
Re: [ANN] [COVAL] Circuits Of Value - Tokenize everything [LOYYAL]
by
goosewobbler
on 21/04/2018, 13:15:34 UTC
I like the tech, think it is a very promising project and am not put off by devs being slow with the updates, but I am quite worried for my investment in this coin.   

Even adding it to a small exchange like CoinExchange would give investors a bit more confidence.  Good projects with active development will always bounce back from a Bittrex delisting, but this is made harder, and the potential price drop much deeper, if Bittrex is the only exchange where the token is listed.
Post
Topic
Board Announcements (Altcoins)
Re: [ANN] [COVAL] Circuits Of Value - Tokenize everything [LOYYAL]
by
goosewobbler
on 21/04/2018, 13:12:16 UTC
COVAL will never be delist from Bittrex. These are unfounded rumors.
Bittrex recently delete 80+ coins but COVAL stil there.
They never deleter active project, with strong devellopment and active communauty.

And I think I remember reading in the matrix chan than devs told to bittrex board than it will have release soon (but maybe confuse)

Totally wrong.  Not too long ago Bittrex delisted BitShares, which has a vibrant community, good tech, a working product, very active development and currently listed at #32 on CMC.
Post
Topic
Board Announcements (Altcoins)
Re: [ANN] Las Vegas coin. Masternode ROI in 2 weeks! MN cost $830!! ONLY 44 MN
by
goosewobbler
on 16/04/2018, 09:15:36 UTC
Node Script update - I have tried to set up multiple nodes per instance over IPV6 again (with a different coin) and I think I have it working now.  The issue was actually with my home router/ISP.  I will be attempting the same with VGS when I get enough coins for a second node (~19 days), I'll be doing a major update of the documentation and verifying Florian's integration then.
Post
Topic
Board Announcements (Altcoins)
Re: [ANN] Las Vegas coin. Masternode ROI in 2 weeks! MN cost $830!! ONLY 44 MN
by
goosewobbler
on 12/04/2018, 07:44:37 UTC
after couple hour my masternode status get to missing  Huh

what could be wrong ?  it start successful but after 1 hour or so it get missing
the port is correctly forwarded, and i see i have 2 masternode reward in progress

Restart your main wallet, sometimes it reports missing nodes when they are active.  Don't restart your masternode until you know for sure it's inactive.  You can use the getinfo and masternode status commands on your masternode wallet to help diagnose the problem.
Post
Topic
Board Announcements (Altcoins)
Re: [ANN] Las Vegas coin. Masternode ROI in 2 weeks! MN cost $830!! ONLY 44 MN
by
goosewobbler
on 11/04/2018, 15:40:13 UTC
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...?

So, you can start masternodes from the CLI or debug window:

Code:
./lasvegascoin-cli masternode start-missing

However, if your wallet is unable to sync this probably won't work.  Since my last post my main wallet seemed fine but then got stuck at block 41327.  Deleting the blocks and restarting the wallet fixed it:

Code:
rm -rf ~/Library/Application\ Support/LasvegascoinV2/blocks/ ~/Library/Application\ Support/LasvegascoinV2/chainstate/
Post
Topic
Board Announcements (Altcoins)
Re: [ANN] Las Vegas coin. Masternode ROI in 2 weeks! MN cost $830!! ONLY 44 MN
by
goosewobbler
on 09/04/2018, 12:20:13 UTC
Vegas guy, we've got wallet issues at MNO:

https://masternodes.online/currencies/VGS/
Post
Topic
Board Announcements (Altcoins)
Re: [ANN] Las Vegas coin. Masternode ROI in 2 weeks! MN cost $830!! ONLY 44 MN
by
goosewobbler
on 09/04/2018, 10:47:36 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.
Post
Topic
Board Announcements (Altcoins)
Re: [ANN] Las Vegas coin. Masternode ROI in 2 weeks! MN cost $830!! ONLY 44 MN
by
goosewobbler
on 09/04/2018, 10:41:46 UTC
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/
Post
Topic
Board Announcements (Altcoins)
Re: [ANN] Las Vegas coin (VGS) ONLY 330,000 coins. 1000 VGS for MN. Masternodes 80%
by
goosewobbler
on 05/04/2018, 08:01:09 UTC
OK.. Ive been looking for a VERY simple way for people that know nothing about Linux to setup their own VPS as easy as possible with as many IPs as they want.

Here is the software, enjoy!

www.bitcoinlasvegas.net/files/vps-for-ubuntu-16.04-lts.zip

It doesnt say in the readme that it supports VGS, but it officially does.



Vegas

So this just seems to be the last official release of Florian's Nodemaster?  Which is the exact same thing I posted but an old version and without Las Vegas Coin support; anyone using this script will be better off using the master version at least, and my fork for LasVegasCoin support at least until Florian merges my PR.

Also...I thought this solution wasn't good enough for people who know nothing about linux?  I mean, you do still have to type a couple of commands into a terminal... Roll Eyes
Post
Topic
Board Announcements (Altcoins)
Re: [ANN] Las Vegas coin (VGS) ONLY 330,000 coins. 1000 VGS for MN. Masternodes 80%
by
goosewobbler
on 04/04/2018, 12:21:32 UTC
Vegas guy, thanks for explaining your thinking here.

OK in short , MANY people know NOTHING about linux. So I thought either:

1. An easy script someone could just launch, and it would create a VPS on their linux system for Las Vegas coin.

The issue I have with this is, "MANY people know NOTHING about linux" contradicts "create a VPS on their linux system".  If you know nothing about linux, why are you attempting to run it?  I don't know anyone actively running linux who knows nothing about it.  Ubuntu is designed to be easy to use but ultimately the people who know absolutely nothing are going to be put off by the following words:  "script", "launch", "VPS", "linux".  

It just seems to me that we are trying to cater for the a very small group of people who are (a) intrigued enough by masternodes to want to set up their own VPS as opposed to using a pool but (b) know nothing about linux.  These people would be better served by a web-based system like https://gincoin.io - no linux involved so everyone who knows nothing about linux, including those who are interested enough to want to try it out, are catered for.
 
I have a data center in Las Vegas with many powerful servers. Most of them have intel extreme 2011 CPU with 12-15 cores, the one I will start with that is built and ready has an intel extreme 4960X and 64GB ram, and a 1GPS upload and download speed with raid 10.

My idea would be to hire someone with a LOT of knowledge to create a paid system where people would rent as many VPS as they want. The only payment accepted would be Las Vegas coin. I would then split ALL the profits with the dev 50/50. I would supply the hardware, they would supply the dev time and coding. In simplicity they would create a login account, and choose how many Ip addresses they want and for how long. Then the system would calculate how much VGS to send, and give the user the IP addresses. Keep in mind, this would be useful for ALL coins. The purpose is to get the word out about Las Vegas coin, AND people would be forced to buy Las Vegas coin from the exchange. Any devs interested? I would ask Glen, but I "left the bloody door open".

So this seems similar to what the GIN guys are trying to do.  I don't own their coin and haven't tried out their system yet, but will give it a go and report back when they support a coin I own.
Post
Topic
Board Announcements (Altcoins)
Re: [ANN] Las Vegas coin (VGS) ONLY 330,000 coins. 1000 VGS for MN. Masternodes 80%
by
goosewobbler
on 03/04/2018, 23:35:05 UTC
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.

Thanks for the transaction Vegas Guy.  I still think the project has a lot of potential; if we can work through the technical hitches, get some stable development done and work on the USP of the coin then more people will be attracted to it and we can build a decent-sized community.

However I'm still confused about what exactly you want regarding this node guide/script.  Who is running this server?  Whose machine are we using?  For what purpose are "we" hosting nodes?  Is it a node pool?  For n00bs who don't know how to use Linux to give their coins up to us in return for a managed service?  We need more infrastructure for that.  Or are you simply wanting to test that our node guide works for someone who supposedly knows nothing but still managed to install Ubuntu?  I don't understand.

I can make a brain-dead guide if you like, every click laid out from first screen of ubuntu to a running node.  However, aside from the fact that the guide will be huge and most people won't need it - there are other issues:

  • Running a node on a VPS is the easiest option, you increase security and avoid a lot of complication by having a separate wallet for your node on a remote, always on, managed server.
  • If you really want a brainless MN setup, you're looking in the wrong place.  N00bs won't even consider installing Ubuntu - that is too complex and risky.  Maybe you want VGS on the Gin platform. https://p.gincoin.io/#!/

Personally I think we should be concentrating on the fundamentals of this coin, the differentiating points - before messing around with nodes, and yes, ROI.  Look at Campus Coin, they haven't even got Masternodes yet and they're building a significant community and a lot of buzz because they have a unique, well thought out idea and plan of execution for bringing that coin to real-world usage not *some time in the future* but NOW.  They're prioritising mobile app development, considering usecases, getting their coin in the hands of their users above everything else, and that's what we should be doing.
Post
Topic
Board Announcements (Altcoins)
Re: [ANN] Las Vegas coin (VGS) ONLY 330,000 coins. 1000 VGS for MN. Masternodes 80%
by
goosewobbler
on 03/04/2018, 09:49:37 UTC


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.
Post
Topic
Board Announcements (Altcoins)
Re: [ANN] Las Vegas coin (VGS) ONLY 330,000 coins. 1000 VGS for MN. Masternodes 80%
by
goosewobbler
on 03/04/2018, 01:55:13 UTC


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.
Post
Topic
Board Announcements (Altcoins)
Re: [ANN] Las Vegas coin (VGS) ONLY 330,000 coins. 1000 VGS for MN. Masternodes 80%
by
goosewobbler
on 03/04/2018, 01:41:32 UTC
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
Post
Topic
Board Announcements (Altcoins)
Re: [ANN] Las Vegas coin (VGS) *LIMXDEV COIN* ONLY 330,000 coins. 1000 coins for MN
by
goosewobbler
on 02/04/2018, 19:01:47 UTC
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.