Why am I getting a grp timeout while setting up a Hyperledger development

0 votes

Going by the hyperledger documentation,  I have setup a network with two validating peers and not CA. But when I try to run the "peer node status" and "peer network list" command and keep getting the following error:

Error: Error trying to connect to local peer: grpc: timed out trying to connect

Can anyone help me?

Jun 7, 2018 in Blockchain by nsv999
• 5,500 points
563 views

1 answer to this question.

0 votes

This error usually means that Validation Peer is not started. In default configuration peer process should listen port 30303 and you can easily check that using the following:

netstat -a | grep 30303

In case if Validation Peer is started in Docker container or on remote VM the IP address should be provided:

CORE_PEER_ADDRESS=172.17.0.2:30303 ./peer node status
answered Jun 7, 2018 by Christine
• 15,790 points

Related Questions In Blockchain

+1 vote
2 answers

Challenge while setting up Hyperledger Fabric 1.0 in Ubuntu 16.04

The rocksdb error you're seeing wouldn't be ...READ MORE

answered Mar 27, 2018 in Blockchain by ned_crew
• 1,610 points

edited Jun 8, 2020 by Sirajul 926 views
0 votes
2 answers

Why is network already up to date while trying to deploy a contract on truffle?

I guess you have ganache running already ...READ MORE

answered Apr 24, 2018 in Blockchain by Shashank
• 10,400 points
4,150 views
0 votes
1 answer
0 votes
1 answer

Hyperledger Sawtooth vs Quorum in concurrency and speed Ask

Summary: Both should provide similar reliability of ...READ MORE

answered Sep 26, 2018 in IoT (Internet of Things) by Upasana
• 8,620 points
1,237 views
0 votes
1 answer

Invalid Batch or signature in Savtooth

This will solve your problem import org.apache.commons.codec.binary.Hex; Transaction txn ...READ MORE

answered Aug 1, 2018 in Blockchain by digger
• 26,740 points
732 views
+1 vote
1 answer
+1 vote
2 answers

Hyperledger - Can I have some instances on one network while on a Virtual Box?

Yes, you can connect multiple instances to ...READ MORE

answered Aug 1, 2018 in Blockchain by Omkar
• 69,210 points
709 views
0 votes
1 answer

Why am I not getting 100 ethers in my metamask account?

Sorry that you're having this problem. To ...READ MORE

answered Jun 14, 2018 in Blockchain by Christine
• 15,790 points
2,269 views
webinar REGISTER FOR FREE WEBINAR X
REGISTER NOW
webinar_success Thank you for registering Join Edureka Meetup community for 100+ Free Webinars each month JOIN MEETUP GROUP