HorizenOfficial / zen_archived

TLS integration and more!
https://zensystem.io
Other
128 stars 44 forks source link

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

Open guodong1010 opened 6 years ago

guodong1010 commented 6 years ago

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 commented 6 years ago

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

PeaStew commented 6 years ago

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.