Can't connect cli from other connected node

+1 vote
Hi,

I'm trying to connect CLI from connected node, am getting the following error.

https://ibb.co/n3nMuc

(Please check the above link, attached the screen shot)

Is there any parameter should pass along with the command. (multichain-cli chain1 )

Thanks

Shiva,P
asked Mar 21, 2018 by shivap17

1 Answer

+1 vote

For now the Windows version of multichain-cli doesn't support interactive mode, so you need to put the command (and any parameters) as part of the execution of multichain-cli itself.

answered Mar 21, 2018 by MultiChain
Then How we can make sure that all the chain data is present in the new node? Is there any way to figure it out?
Windows doesn't allow mutlichain to run in interactive mode. So, you will need to open two cmd sessions. In the first you start the chain

multichaind chain1 -deamon

Leave the first session open (and running), then in the second execute the cli

multichain-cli chain1 getinfo
...