Creating manually conection between 2 nodes

+2 votes
I have a network of 6 node, some of them doesent create a peer between them.

How do I create the conection ?
asked Aug 28, 2019 by Nephis

1 Answer

0 votes
 
Best answer

The addnode command will attempt to create connections manually.

But generally, if you're not seeing a fully connected peer-to-peer network with so few nodes, it is because some noes cannot be connected to from the outside due to firewall settings, NAT routers, and the like. If that's the reason, then addnode will not be able to help you – you need to update the appropriate network settings on the problematic nodes.

answered Aug 28, 2019 by MultiChain
...