Is there any solution to this question? I thought I was in the same situation.
I am wondering how to set up the solaris.conf file in Qt Wallet when running more than one master node
For example..
Masternode 1 IP : 222.222.222.91:60020
Masternode 2 IP : 222.222.222.92:60020
then, In solaris.conf file,
I should add two lines like below?
masternodeaddr=222.222.222.91:60020
masternodeaddr=222.222.222.92:60020
This is my examples of config files that work with 2 masternodes on 1 wallet.
Pay attention that local wallet's solaris.conf should not contain any masternode-related settings.
I tried to help Aureliusy in PM, but he said that he still had some issues. Anyway, this works for me, just replace stuff like MASTERNODE1_PRIVATE_KEY and mn1.ip.add.ress:60020 with your real data.
This is my local solaris.conf
rpcallowip=127.0.0.1
rpcuser=user
rpcpassword=password
staking=1
server=1
listen=1
port=60020
Local masternode.conf
masternode1 mn1.ip.add.ress:60020 MASTERNODE1_PRIVATE_KEY TX_ID TX_INDEX
masternode2 mn2.ip.add.ress:60020 MASTERNODE2_PRIVATE_KEY TX_ID TX_INDEX
masternode1 solaris.conf
rpcallowip=127.0.0.1
rpcuser=user
rpcpassword=password
staking=0
server=1
daemon=1
listen=1
port=60020
masternode=1
masternodeaddr=mn1.ip.add.ress:60020
externalip=mn1.ip.add.ress:60020
masternodeprivkey=MASTERNODE1_PRIVATE_KEY
masternode1 masternode.conf
masternode1 mn1.ip.add.ress:60020 MASTERNODE1_PRIVATE_KEY TX_ID TX_INDEX
masternode2 solaris.conf
rpcallowip=127.0.0.1
rpcuser=user
rpcpassword=password
staking=0
server=1
daemon=1
listen=1
port=60020
masternode=1
masternodeaddr=mn2.ip.add.ress:60020
externalip=mn2.ip.add.ress:60020
masternodeprivkey=MASTERNODE2_PRIVATE_KEY
masternode2 masternode.conf
masternode2 mn2.ip.add.ress:60020 MASTERNODE2_PRIVATE_KEY TX_ID TX_INDEX