Hyperledger构建网络-无法创建对等渠道

时间:2020-03-28 13:41:38

标签: hyperledger-fabric blockchain hyperledger

我目前正在使用Hyperledger Fabric文档v1.4.6建立第一个网络(https://hyperledger-fabric.readthedocs.io/en/release-1.4/build_network.html#manually-generate-the-artifacts

我首先使用./byfn.sh关闭网络,然后尝试创建网络。 但是,当我进入docker cli并执行

(', 'plus', '##mn', ';', ')

这会产生一个错误提示

peer channel create -o orderer.example.com:7050 -c $CHANNEL_NAME -f ./channel-artifacts/channel.tx --tls --cafile /opt/gopath/src/github.com/hyperledger/fabric/peer/crypto/ordererOrganizations/example.com/orderers/orderer.example.com/msp/tlscacerts/tlsca.example.com-cert.pem

所以我现在再次尝试使用网络连接(./byfn.sh up),它会产生相同的错误提示

 InitCmd -> ERRO 001 Cannot run peer because cannot init crypto, folder "/opt/gopath/src/github.com/hyperledger/fabric/peer/crypto/peerOrganizations/org1.example.com/users/Admin@org1.example.com/msp" does not exist

使用同一命令

首先,我不确定是否应该使网络正常运行,然后再解决该问题。 谢谢

1 个答案:

答案 0 :(得分:0)

如果要执行手动步骤,则需要从here开始(关闭或删除所有以前的Fabric网络),并按照该页面上列出的顺序执行所有步骤。