blockchain - How to add peers after Hyperledger Fabric is launched -


i add peers, after hyperledger fabric network got up. learned this site configtxlator tool can it. possible tool? kindly let me know if there alternative method add peer without using configtxlator tool.

the configtxlator can update configuration of channel. can used adding new organizations.

in order add new peers existing organization need generate new certificates peers , sign them using key of root ca certs f existing organizations - configtxlator won't in aspect.


Comments

Popular posts from this blog

angular - DownloadURL return null in below code -

python 2.7 - Given three nested dictionaries, sort the top two nested dictionaries from a value in the innermost dictionary? -