multichain commands

+1 vote
I tried to test getting data from chain1with this in line command:  
multichain-cli chain1 getblockchainparams
but I got this error :
error: couldn't connect to server

I started the multichain server and connected to chain1 node but I got the same error.
asked Sep 6, 2017 by benwest

1 Answer

0 votes

Are you running multichaind and multichain-cli on the same computer, and are you sure that multichaind for chain1 is running? (You can check in top if you're on Linux.) Finally, is there some kind of firewall or port blocker that is preventing the incoming API requests?

answered Sep 7, 2017 by MultiChain
...