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

[Minor] Remove the warning of blocks generating too fast - v2.2.0-60 Echelon #117

Open
mawenpeng opened this issue Nov 17, 2019 · 0 comments

Comments

@mawenpeng
Copy link

This version decreased block generating interval. When running anon-cli getinfo, it shows warnings that too many blocks generated than expected in last 4 hours. We may need to change the calculation mechanism to remove such warnings.

$ anon-cli getinfo
{
"version": 2020060,
"protocolversion": 180008,
"walletversion": 60000,
"balance": 0.00000000,
"blocks": 79458,
"timeoffset": 0,
"connections": 10,
"proxy": "",
"difficulty": 730150.4406224537,
"testnet": false,
"keypoololdest": 1573919873,
"keypoolsize": 101,
"paytxfee": 0.00000000,
"relayfee": 0.00001000,
"errors": "WARNING: abnormally high number of blocks generated, 100 blocks received in the last 4 hours (24 expected)"
}

Steps to reproduce:

  • Run anond v2.2.0-60 Echelon and sync to the highest block.
  • Run anon-cli getinfo .
@anonymousbitcoin anonymousbitcoin deleted a comment Mar 29, 2022
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

1 participant