masternode=1
masternodeprivkey=ABCDEFGHI................
masternode=2
masternodeprivkey=IHGFEDCBA................
or is suppose to look like this:
masternode=1
masternodeprivkey=ABCDEFGHI................
masternode=1
masternodeprivkey=IHGFEDCBA................
I mean do I change the numbers from masternode 1 to 2, or just leave them both with number 1 ??
One way you can setup multiple mater nodes is to run one instance with it's own data directory.
So first you would need to make one folder for each master node that you want to run so if I was running 3 I make three folders
C:\Coins\ChaincoinMN1
C:\Coins\ChaincoinMN2
C:\Coins\ChaincoinMN3
Then in each of the folder you make your chaincoin.conf
Then launch the Chaincoin.exe with the command to tell it where the data directory is
chaincoin-qt.exe -datadir=C:\Coins\ChaincoinMN1
Launch one instance for each folder you have
chaincoin-qt.exe -datadir=C:\Coins\ChaincoinMN2
chaincoin-qt.exe -datadir=C:\Coins\ChaincoinMN3
Now you have three wallets running and they each have their own folder.