Addition of an organization to existing network without using CLI container

余生颓废 提交于 2019-12-11 15:46:04

问题


Hi I have been following the tutorials in youtube it uses CLI container to add an org. Since using CLI container is not recommended to have in production environment how to add an org into the existing network withput using cli container


回答1:


the following tutorial from the IBM developer works, should help you further for the moment:

IBM Developer works description of configtxlator tool

At short:

  1. extract current config from genesis block
  2. Convert to human readable format
  3. Modify and do your changes
  4. Convert back to binary format
  5. Apply changes to the network

The tool is available in the cli container or can be found here in the sources of the current master:

https://github.com/hyperledger/fabric/tree/master/common/tools/configtxlator

And further, more complete samples are available here.

https://github.com/hyperledger/fabric/tree/master/examples/configtxupdate




回答2:


Everything a CLI container can do can be done without a container. You need the peer or orderer binaries (configtx and configtxlator for network modifications) and access to the MSP crypto and a correct core.yaml and/or orderer.yaml. That's what's in the CLI containers now. For development I just use the existing peers and/or orderers, since they already have all of that.



来源:https://stackoverflow.com/questions/47787106/addition-of-an-organization-to-existing-network-without-using-cli-container

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!