Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

The daemon stops submitting the correct block height. #231

Open
5chdn opened this issue Feb 12, 2016 · 4 comments
Open

The daemon stops submitting the correct block height. #231

5chdn opened this issue Feb 12, 2016 · 4 comments

Comments

@5chdn
Copy link

5chdn commented Feb 12, 2016

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
Copy link

wawrzek commented Mar 30, 2016

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

@cubedro
Copy link
Owner

cubedro commented May 30, 2016

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

@wawrzek
Copy link

wawrzek commented Jun 8, 2016

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

@5chdn
Copy link
Author

5chdn commented Jun 8, 2016

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants