MyHMEG
MyHMEG

Reputation: 131

Hyperledger peer start node

I'm using hyperledger v1.0 after i used make peer and running peer node start it shows this error

2017-05-09 09:12:14.407 UTC [ConnProducer] NewConnection -> ERRO 042 Failed connecting to orderer:7050 , error: grpc: timed out when dialing

I added orderer 127.0.0.1 in /etc/hosts but it does not fix my problem.

Thank you for your help,

Upvotes: 2

Views: 289

Answers (1)

MyHMEG
MyHMEG

Reputation: 131

thank you all for your response, i resolved my issue by usind `

docker pull fabric-orderer

` and then run it

Upvotes: 1

Related Questions