blockchain - 动态添加组织

标签 blockchain hyperledger hyperledger-fabric

在 Hyperledger Fabric 1.0 中,是否可以在网络启动后添加新组织?我的意思是在创建排序者 block 后可以将新组织添加到网络中吗?

最佳答案

来自https://chat.hyperledger.org/channel/fabric-questions

1) In the 1.0.0-alpha, you could add organizations by adding new channels but it was not possible to add new organizations to existing channels

2) In the current master / upcoming alpha2 release, it is technically possible to change the membership for an existing channel as well as add/remove members from the consortium. You can do this via config update transactions. While there is support for this within the ordering service, there is currently no support for this in the tooling but work is underway to produce a tool to aid in reconfiguring channels

Direct link

关于blockchain - 动态添加组织,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/43967697/

相关文章:

hyperledger-fabric - 如何修复 Hyperledger Fabric 中的 "rpc error: code = Unknown desc = access denied: channel [mychannel] creator org [Org1MSP]"错误

go - Chaincode GetState 返回空响应

hyperledger-fabric - 如何确保所有组织都签署了要安装的链码?

hyperledger-fabric - Hyperledger Composer 与 Hyperledger Explorer 的集成

json - 如何在 Invoke json 响应中返回值

blockchain - 为什么我收到以下 Chainlink 错误 : cannot estimate gas

hyperledger-fabric - Hyperledger Fabric 中的动态访问控制

docker - 如何使用用于REST通信的端口映射Hyperledger Fabric对等体(2nd,3rd,4th)

couchdb - Hyperledger Fabric native 对等二进制文件无法与 couchdb 通信

hyperledger-fabric - 如何访问fabric ca服务器REST API