Error from Instance 2

+1 vote

/tmp/multichain-1.0-alpha-24# multichaind chain2@<myip>:<my port>

MultiChain Core Daemon build 1.0 alpha 24 protocol 10006

Chain chain2 already exists, adding <myip>:<my port> to list of peers

New users can connect to this node using
multichaind chain2@<myip>:<my port>

Node started

----the process hangs here and doesnt come out cleanly. On Cntrl+C and exiting.

:/tmp/multichain-1.0-alpha-24# multichain-cli chain2

MultiChain Core RPC client build 1.0 alpha 24 protocol 10006

Interactive mode

chain2: getinfo
error: couldn't connect to server
chain2: getpeerinfo
error: couldn't connect to server

I continue to get this error from the second node. Please suggest how to resolve.

asked Oct 18, 2016 by 06arnab

1 Answer

0 votes

You just need to use the -daemon flag to let multichaind run in the background, or else use multichain-cli in a separate terminal window.

answered Oct 18, 2016 by MultiChain
...