Hello Friends,
I am trying to connect to multiple node in UI. For that as its mentioned in the Web demo I have changed the config.txt.
default.name= APHA
default.rpchost=chain2@172.61.25.249
default.rpcport=4328
default.rpcuser=multichainrpc
default.rpcpassword=Gd21tFd27utaMNjSBj4Rh2iPwfndUsogj9NPg7Cw4VT7
other.name= RPID
other.rpchost=chain2@172.61.25.28
other.rpcport=4328
other.rpcuser=multichainrpc
other.rpcpassword=C7JRgTajC6bza48wPppmYT56ETzNhx4bnQF5mTzwoeCt
And I have added multichain.conf
rpcallowip=172.61.25.249
rpcallowip=172.61.24.78
I am able to view in when i using default but I am not able to view when I using other.
What I am doing wrong here??