Dear all,
I am trying to set up a system in which I have different nodes all connected to one single chain. I have deployed the docker cluster provided by kunstmaan but I am facing the following problem. I can connect via JSON RPC only to the masternode. The slave nodes can connect to the masternode and publish tx on the chain but I cannot connect to them via RPC.
The problem is either:
1)I cannot connect to the slave node via RPC as the username and password I have specified are in the /root/.multichain/multichain.conf but NOT in the /root/.multichain/$CHAINNAME/multichain.conf
2)if I directly specify username and password and port via multichaind $CHAINNAME -rpcuser= -rpcpassword= etc then I gain connectivity to the slave node but for some strange reason I lose connectivity to the master. This means that if I try to do multichain-cli $CHAINNAME publish stream key1 data1 I got rpc wrong username and password.
I am stuck at this point and hope that you guys can help me a bit.