Pages:
Author

Topic: [ANN] VIOG - Distributed Backup - POW NeoScrypt - Masternodes - page 10. (Read 21220 times)

copper member
Activity: 45
Merit: 0
Here is a draft on how to set up more than one masternode on a single machine (IP Address):

Create a separate folder for the masternode (ex. VIOG\MN1 in your Documents folder), this has to exist prior to starting the wallet that will use this folder.

Create a shortcut to viog-qt.exe and edit the properties, at the end of “Target” add this after the executable:
-datadir=”c:\Users\You\Documents\VIOG\MN1”

It will show: “…path-to-viog-qt\viog-qt.exe” -datadir=”c:\Users\You\Documents\VIOG\MN1”

Start it, it can run together with an already existing Wallet that uses the default folder.

In the wallet go to Tools-Debug console and enter
Code:
masternode genkey
copy the 7sodfhno4ipifobn4fklb4bfgr4 you received.

Open the viog.conf file and add this:

Code:
masternode=1
masternodeprivkey=7sodfhno4ipifobn4fklb4bfgr4
externalip=your-external-ip-address
port=9911
9911 can be replaced with whatever you want but don't use 9910 and see if the port is free, the wallet will complain if not.

Go back to the debug console and enter
Code:
getaccountaddress 0
send exactly 1000 VIOG to that address (don’t subtract the fee!).

Restart the masternode wallet.

Wait for the payment to become available and open the debug console again.

Type
Code:
masternode outputs
and leave it open.

Open the masternode.conf file and a d a new line like this:
Code:
MN1 1.2.3.4:9911 7sodfhno4ipifobn4fklb4bfgr4 efef1e5f16ef46ef4e6f4fe64f64f664ef4994f641ef34f6ef4 1
MN1 = A reference you choose
1.2.3.4:9911 = The external address and the port number you chose in the viog.conf file.
7sodfhno4ipifobn4fklb4bfgr4 = The privkey you got from masternode genkey
efef1e… = the first part of the result of masternode outputs
1 = the second part (this is not always 1)

Save it and restart your wallet. You will now see the masternode in the masternodes tab.

Setup for linux is simular.

IF you are using RPC (you filled in rpcuser / rpspassword or anything else starting with rpc) then also add a different port for that:
Code:
rpcport=10001
Can also be anything else but it has to be free.


As always, if you need help:
https://discord.gg/bqHkrPt

copper member
Activity: 45
Merit: 0
I used a wrong BTC donation address, that one was linked to my own wallet on my Ledger. 
Luckily it was only me that transferred something there Smiley

I created a new one, the one on the first post is correct.

The funds (0.01 BTC) have been transferred to the new address).
copper member
Activity: 45
Merit: 0
copper member
Activity: 45
Merit: 0
News:

The new wallet is available for Linux, Windows will follow tomorrow.

https://github.com/ViogCommunity/VIOG/releases/tag/v0.14.0.0

You can read what is new on github.

Most important thing is that you can now have more Masternodes per IP by setting a different port.

Example viog.conf:
Code:
masternode=1
masternodeprivkey=7swfjefjkehfo3ofb3ofvib3foi3bgpoi3fgb43ogb4rpofgb
externalip=41.23.65.115
port=12999

Used to be (but still works):
Code:
masternode=1
masternodeprivkey=7swfjefjkehfo3ofb3ofvib3foi3bgpoi3fgb43ogb4rpofgb
externalip=41.23.65.115:9910

This will only start working if enough wallets are upgraded, but you already configure them.


newbie
Activity: 247
Merit: 0
Wallet Update is in Work!
Wallet will get a new DESIGN.
copper member
Activity: 45
Merit: 0
Good news..

We are now trading on Crex24:


https://crex24.com/exchange/VIOG-BTC

member
Activity: 77
Merit: 10
wait I'm on node save and graviex will add a + to vote on 3 exchanges.
newbie
Activity: 59
Merit: 0
you need a real exchange not thoese shit


That's wonderful you have the solution! Do not hesitate to take the initiative to register VIOG in 'real exchange'  the whole VIOG intergalactic community is counting on you Kiss


member
Activity: 109
Merit: 10
enjoy this world
you need a real exchange not thoese shit
newbie
Activity: 59
Merit: 0
Enjoy your eyes ... Viog is community ... Check out the pretty little line at the top:



legendary
Activity: 2254
Merit: 1596
hmph..
newbie
Activity: 59
Merit: 0
Will be added to easypool.win for mining
newbie
Activity: 37
Merit: 0
We are grabbing Viog pricing information from Cryptohub on Piepool now, so balance valuations should be accurate. I've reached out to Yade about their api, waiting for a response.
newbie
Activity: 247
Merit: 0
What is your estimate price for VIOG?

Its buying 40,000 and selling 180 at cryptohub.com...


look at cryptohub now!
the price stabilizes slowly
newbie
Activity: 140
Merit: 0
What is your estimate price for VIOG?

Its buying 40,000 and selling 180 at cryptohub.com...
newbie
Activity: 247
Merit: 0
When you read the 1st Post you can see following!

Exchanges Activating
Crex24: submitted and payment confirmed (ETA: 22/04/2018)

 Grin

We work hard for you!! Wink


Good Mine to all!!
copper member
Activity: 45
Merit: 0
Cryptohub has added VIOG last night!
https://cryptohub.online/market/VIOG/

If you want to get in, now you can!
Profit for a masternode is around 20-22 VIOG/day

Follow us on discord to get the latest info and support:
https://discord.gg/bqHkrPt

copper member
Activity: 45
Merit: 0



Well it seems that this team is serious. I wish good luck to VIOG as well as to its community specify that the

Total Supply (VIOG) is 792235
.




Thank you for the support!

That is not the total supply, that would be 22000000 VIOG. The current supply in circulation is what you mean I guess and that is indeed only 800k.
We cannot specify that because it increases every couple of minutes of course.
It can however be seen live on the blockexplorer.
newbie
Activity: 59
Merit: 0



Well it seems that this team is serious. I wish good luck to VIOG as well as to its community specify that the

Total Supply (VIOG) is 792235
.


copper member
Activity: 45
Merit: 0
I have updated the ANN so the locations are shown where to put the addnodes..

File location:
Windows: %appdata%\vivoinnovaonexgobyte\vivoinnovaonexgobyte.conf
Linux: ~/.vivoinnovaonexgobyte/vivoinnovaonexgobyte.conf
Pages:
Jump to: