Disconnecting a node from the main node

0 votes
How do we disconnect an existing node from the genesis node of multichain?
asked Oct 15, 2017 by anonymous

1 Answer

0 votes

you can do that by closing the terminal in which node is running (its will disconnect you from blockchain by stopping the node) or by just using ctrl+c in that terminal window

or if you want to stop the multichain server..

type stop (if you are in interactive mode)

or if not in interactive mode... type the command : multichain-cli <chain-name> stop (this will also disconnect you from blockchain)

answered Oct 16, 2017 by pant3496
...