Post
Topic
Board Announcements (Altcoins)
Re: [ANN] VIOG - Community Take Over - POW NeoScrypt - Masternodes
by
ViogCommunity
on 08/05/2018, 21:25:46 UTC
Here is a draft on how to set up more than one masternode on a single machine (IP Address):
So, to work 2 MN, you need to open the main purse and for the second MN purse created through the shortcut (viog-qt.exe -datadir = c: \ Users \ You \ Documents \ VIOG \ MN1)?
Ie for each MN will have its own file viog.conf and masternode.conf
Or
We open the main purse, but adding lines to viog.conf and masternode.conf files

for example
masternode.conf with two MN will look like this

1.2.3.4:9910 privkeyMN1 txidMN1 indexMN1
1.2.3.4:9911 privkeyMN2 txidMN2 indexMN2

Hello,

That is correct, you will need a wallet for every masternode, don't worry: they consume only about 80MB of memory and every so often a little amount of CPU, if you run 100 on one machine you will get into trouble I think but running 5 or even 20 will not be a problem.

The viog.conf should not contain anything form the second masternode but you add 2 lines to that masternode.conf file indeed so you can see if they are both running or not..