node-connect-to-peer
Connect to a remote peer in the node.
Usage
node-connect-to-peer <ADDRESS>
Arguments
<ADDRESS>: The address of the peer to connect to (IP address and port).
Examples
node-connect-to-peer 1.2.3.4:3031
Related
node-disconnect-peer: Disconnect a peer.node-list-connected-peers: List currently connected peers.