blockchain - Can we set a list of discovery nodes? -
when starting new node have indicate address of root node can connect , discover network. there way set list of nodes new node not depend on single peer?
environment variable: - core_peer_discovery_rootnode=vp0:7051
q:is there way set list of nodes new node not depend on single peer?
answer: new nodes doesn't depend on single peer , rootnode can peer.
from fabric protocol spec,
upon start up, peer runs discovery protocol if core_peer_discovery_rootnode
specified.
core_peer_discovery_rootnode
ip address of peer on network (any peer) serves starting point discovering peers on network.
Comments
Post a Comment