cubedro / eth-net-intelligence-api

Ethereum Network Intelligence API
http://tinyurl.com/ofndjbo
GNU General Public License v3.0
324 stars 345 forks source link

The daemon stops submitting the correct block height. #231

Open 5chdn opened 8 years ago

5chdn commented 8 years ago

The daemon stops submitting the correct block hight after a certain amount of time.

You can find my nodes on https://ethstats.net/ by searching for my nick. You will see one of the nodes is "red" regarding the block height, but whenever I check the geth client on that node, it is fully synced.

Restarting the pm2 daemon solves this issue temporary until it gets stuck again.

wawrzek commented 8 years ago

I notice the same problem on our private network. Is there a better way to debug client?

cubedro commented 8 years ago

Did you use the latest netstats client. I tried to fix this. Can you confirm if this is an ongoing issue?

wawrzek commented 8 years ago

I've not seen it for some time. Let me know what I should do in case of the problem?

5chdn commented 8 years ago

This reported behavior can not be reproduced anymore.

However, the client now totally stops submitting anything. The process is running, the node is running, but it wont show up in the ethstats.net website anymore.

2016-06-08 20:23 +02:00: [eth] =i= { id: '5ChdnSupernodeDeneb',
  stats: 
   { active: true,
     syncing: false,
     mining: false,
     hashrate: 0,
     peers: 0,
     gasPrice: '19545132851',
     uptime: 100 } }

The logs show that both the node and the netstats client are online. Error log is nondescript.