Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- # yewei @ yeweivps1 in ~/yyw/educhain/educhain_mod/deploy [14:12:45]
- $ ./start.sh
- 一、环境清理
- 二、生成证书和起始区块信息
- org0.educhain.accurchain.com
- org1.educhain.accurchain.com
- 2018-11-07 14:13:33.707 CST [common/tools/configtxgen] main -> WARN 001 Omitting the channel ID for configtxgen is deprecated. Explicitly passing the channel I D will be required in the future, defaulting to 'testchainid'.
- 2018-11-07 14:13:33.707 CST [common/tools/configtxgen] main -> INFO 002 Loading configuration
- 2018-11-07 14:13:33.711 CST [common/tools/configtxgen/encoder] NewChannelGroup - > WARN 003 Default policy emission is deprecated, please include policy specific iations for the channel group in configtx.yaml
- 2018-11-07 14:13:33.711 CST [common/tools/configtxgen/encoder] NewOrdererGroup - > WARN 004 Default policy emission is deprecated, please include policy specific iations for the orderer group in configtx.yaml
- 2018-11-07 14:13:33.711 CST [common/tools/configtxgen/encoder] NewOrdererOrgGrou p -> WARN 005 Default policy emission is deprecated, please include policy speci ficiations for the orderer org group OrdererOrg in configtx.yaml
- 2018-11-07 14:13:33.711 CST [common/tools/configtxgen/encoder] NewOrdererOrgGrou p -> WARN 006 Default policy emission is deprecated, please include policy speci ficiations for the orderer org group Org0MSP in configtx.yaml
- 2018-11-07 14:13:33.711 CST [common/tools/configtxgen/encoder] NewOrdererOrgGrou p -> WARN 007 Default policy emission is deprecated, please include policy speci ficiations for the orderer org group Org1MSP in configtx.yaml
- 2018-11-07 14:13:33.711 CST [common/tools/configtxgen] doOutputBlock -> INFO 008 Generating genesis block
- 2018-11-07 14:13:33.712 CST [common/tools/configtxgen] doOutputBlock -> INFO 009 Writing genesis block
- 区块链 : 启动
- Creating network "deploy_default" with the default driver
- Creating cli ... done
- Creating deploy_peer.base_1 ... done
- Creating orderer.educhain.accurchain.com ... done
- Creating peer0.org1.educhain.accurchain.com ... done
- Creating peer0.org0.educhain.accurchain.com ... done
- Creating peer1.org1.educhain.accurchain.com ... done
- Creating peer2.org1.educhain.accurchain.com ... done
- Creating peer1.org0.educhain.accurchain.com ... done
- 正在等待节点的启动完成,等待10秒
- 三、生成通道的TX文件(这个动作会创建一个创世交易,也是该通道的创世交易)
- 2018-11-07 14:13:58.119 CST [common/tools/configtxgen] main -> INFO 001 Loading configuration
- 2018-11-07 14:13:58.123 CST [common/tools/configtxgen] doOutputChannelCreateTx -> INFO 002 Generating new channel configtx
- 2018-11-07 14:13:58.123 CST [common/tools/configtxgen/encoder] NewApplicationGroup -> WARN 003 Default policy emission is deprecated, please include policy specificiations for the application group in configtx.yaml
- 2018-11-07 14:13:58.124 CST [common/tools/configtxgen/encoder] NewApplicationOrgGroup -> WARN 004 Default policy emission is deprecated, please include policy specificiations for the application org group Org0MSP in configtx.yaml
- 2018-11-07 14:13:58.124 CST [common/tools/configtxgen/encoder] NewApplicationOrgGroup -> WARN 005 Default policy emission is deprecated, please include policy specificiations for the application org group Org1MSP in configtx.yaml
- 2018-11-07 14:13:58.124 CST [common/tools/configtxgen] doOutputChannelCreateTx -> INFO 006 Writing new channel tx
- 2018-11-07 14:13:58.152 CST [common/tools/configtxgen] main -> INFO 001 Loading configuration
- 2018-11-07 14:13:58.156 CST [common/tools/configtxgen] doOutputChannelCreateTx -> INFO 002 Generating new channel configtx
- 2018-11-07 14:13:58.156 CST [common/tools/configtxgen/encoder] NewApplicationGroup -> WARN 003 Default policy emission is deprecated, please include policy specificiations for the application group in configtx.yaml
- 2018-11-07 14:13:58.156 CST [common/tools/configtxgen/encoder] NewApplicationOrgGroup -> WARN 004 Default policy emission is deprecated, please include policy specificiations for the application org group Org0MSP in configtx.yaml
- 2018-11-07 14:13:58.156 CST [common/tools/configtxgen/encoder] NewApplicationOrgGroup -> WARN 005 Default policy emission is deprecated, please include policy specificiations for the application org group Org1MSP in configtx.yaml
- 2018-11-07 14:13:58.157 CST [common/tools/configtxgen] doOutputChannelCreateTx -> INFO 006 Writing new channel tx
- 四、生成组织关于通道的锚节点(主节点)交易
- 2018-11-07 14:13:58.184 CST [common/tools/configtxgen] main -> INFO 001 Loading configuration
- 2018-11-07 14:13:58.188 CST [common/tools/configtxgen] doOutputAnchorPeersUpdate -> INFO 002 Generating anchor peer update
- 2018-11-07 14:13:58.188 CST [common/tools/configtxgen] doOutputAnchorPeersUpdate -> INFO 003 Writing anchor peer update
- 2018-11-07 14:13:58.219 CST [common/tools/configtxgen] main -> INFO 001 Loading configuration
- 2018-11-07 14:13:58.223 CST [common/tools/configtxgen] doOutputAnchorPeersUpdate -> INFO 002 Generating anchor peer update
- 2018-11-07 14:13:58.224 CST [common/tools/configtxgen] doOutputAnchorPeersUpdate -> INFO 003 Writing anchor peer update
- 五、在区块链上按照刚刚生成的TX文件去创建通道
- 六、让节点去加入到通道
- 七、链码安装
- 八、实例化链码
Advertisement
Add Comment
Please, Sign In to add comment