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

Popular posts from this blog

unity3d - Rotate an object to face an opposite direction -

linux - gzip: stdin: not in gzip format tar: Child returned status 1 tar: Error is not recoverable: exiting now -

sql - MySQL - Finding Empty relations -