Handshake

+1 vote
Is there a way to drop connection between peers, getnewaddress on one node and connect the same node to the chain using new address?

The goal is to replace handshakelocal field with new address

Thanks
asked Jun 2, 2016 by bojan.radulovic

1 Answer

0 votes

You should shut down the node (using stop) then relaunch it with the handshakelocal runtime parameter, described here: http://www.multichain.com/developers/runtime-parameters/

answered Jun 3, 2016 by MultiChain
...