Back

Explore Courses Blog Tutorials Interview Questions
0 votes
2 views
in Blockchain by (12.7k points)

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

1 Answer

0 votes
by (29.5k points)

Hi, i am not very sure what it is that is causing you this problem, i will suggest you to check the following things  :

you should expose the port 7050 with the option "-p" when you start the orderer

make sure you are not under any firewalls

use docker pull fabric-orderer then run

Browse Categories

...