Cant get wallet address or any info

+1 vote
I am having some issue I created a  multichain as shown in the getting started section of the website and changed params to anyone-can-connect = true. I was able to connect to my Blockchain using another pc on my LAN but when I tried to get info of the node/blockchain this happened

C:\multichain-windows-1.0.2>multichaind test -daemon

MultiChain 1.0.2 Daemon (latest protocol 10009)

Looking for genesis block...
Genesis block found

Other nodes can connect to this node using:
multichaind test@192.168.168.2:7431

This host has multiple IP addresses, so from some networks:

multichaind test@192.168.56.1:7431
multichaind test@172.24.145.173:7431

Node started

C:\multichain-windows-1.0.2>multichain-cli test getinfo
error: couldn't connect to server

C:\multichain-windows-1.0.2>
asked Dec 21, 2017 by visky01

1 Answer

0 votes

It looks like you must have pressed Control-C which stops MultiChain, because on Windows MultiChain does not run in the background. You need to leave MultiChain running and open a new command prompt to run multichain-cli instead.

answered Dec 21, 2017 by MultiChain
...