The peer connection was lost.

+3 votes
hello,

i connect to 3 node and operated.

but One node is disconnected.

How can I reconnect the node again?
asked May 8, 2019 by Harry
You can reconnect buy running "multichaind <chainname> -daemon" command.

Please make sure that the node you connect to has a static IP address.

Find more here: https://www.multichain.com/getting-started/

Cheers
That way, the nodes are not connected and are configured separately. How do I connect?

Thank you for answer.
This page contains all the required information about creating and connecting to a blockchain. https://www.multichain.com/developers/creating-connecting/

1 Answer

+1 vote

You can also use the addnode API command to explicitly reconnect to a particular node:

http://www.multichain.com/developers/json-rpc-api/

answered May 12, 2019 by MultiChain
...