Couldn´t connect to server

+2 votes
Hi noob here, I´m running win. 10 on host and win 7 on voter node. after mining the genesis block i connected with the second node and it asked to give permissions. When running multichain-cli Name grant 1... connect I get the answer "couldnt connect to server"
asked May 7, 2018 by anonymous

2 Answers

+1 vote
Fire the following command to grant permission

multichain-cli chaninName grant "address"  connect,receive
answered May 8, 2018 by dannydias
+1 vote

It sounds like the multichaind daemon is no longer running, since this is a message given by multichain-cli when it does receive a response from the daemon's API. In Windows you need to run the daemon and the command-line in two separate windows, since the daemon can't run in the background.

answered May 9, 2018 by MultiChain
...