Skip to content
This repository has been archived by the owner on May 10, 2019. It is now read-only.

How to solve"WARNING: check your network connection, 0 blocks received in the last 4 hours (96 expected)" #138

Open
guodong1010 opened this issue Apr 27, 2018 · 2 comments
Labels
bug Good First Issue Simple issues, good for new contributors!

Comments

@guodong1010
Copy link

admin@zennode:~$ zen-cli getinfo
{
"version": 2001150,
"protocolversion": 170002,
"walletversion": 60000,
"balance": 0.00000000,
"blocks": 297752,
"timeoffset": -1,
"connections": 8,
"proxy": "",
"difficulty": 1414673.9539315,
"testnet": false,
"keypoololdest": 1514639499,
"keypoolsize": 101,
"paytxfee": 0.00000000,
"relayfee": 0.00000100,
"errors": "WARNING: check your network connection, 0 blocks received in the last 4 hours (96 expected)"
}

@tarrenj
Copy link

tarrenj commented Apr 30, 2018

zend should connect to our SeedNodes at startup to find the initial nodes. Can you make sure you can ping the domain names here please?

dnsseed.zensystem.io
dnsseed.zenseed.network
zpool.blockoperations.com
node1.zenchain.info
mainnet.zenseed.network
mainnet.zensystem.io

@tarrenj tarrenj self-assigned this Apr 30, 2018
@PeaStew
Copy link

PeaStew commented Apr 30, 2018

This is a normal message that often persists after an initial syncing, usually a restart of zend "fixes" it. In fact the message is just erroneous, the blockchain is usually still being added to (as can be seen by increasing blockcount). @tarrenj I haven't looked into it, but there is something in the code that spits this warning out but seems to be based on flawed or non-updating logic. Probably worth chasing down the exception tree.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug Good First Issue Simple issues, good for new contributors!
Projects
None yet
Development

No branches or pull requests

3 participants