Timeout downloading block Issue

+1 vote
I have been running a multichain node on a cloud provider and a local node on my laptop.  Both nodes are running inside docker containers.  The node on my laptop has not come back from my laptop going to sleep with the following error:

 

2016-09-19 12:27:52 Timeout downloading block 0000364a95b3046135683b2f8d13847da5102cc5a60a9aa1c794e4ba3d41e67e from peer=2, disconnecting

 

Peer 2 bing the cloud node.

 

Any idea how to recover from this or why it might be happening??

 

Cheers

 

Marty
asked Sep 19, 2016 by Marty

1 Answer

0 votes

The peer-to-peer connection was disconnected because, while your laptop was sleeping, no communication took place. You should be able to re-establish the connection by either shutting down the node and starting it up again, or using the addnode command.

answered Sep 19, 2016 by MultiChain
I'm also facing this issue with latest Multichain 2.0:

ResendWalletTransactions()
Timeout downloading block 00a6cb9e8338f27e881ccbc0f16232df58da59f97a73e393132ac0dc3c534732 from peer=1, disconnecting

Is there any parameter or configuration that I can set to avoid this timeout?
Can you please tell me the size of blocks and the lowest speed of your connection between nodes?
Blocks are around 1000 rxs and this is a local VLAN with 1ms latency.
...