We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
listen for the latest block from zeromq and compare it with what we have ...
The text was updated successfully, but these errors were encountered:
use getblockchaininfo comparemthe header and block count ... also check verification progress, if close to 1 we are done. it will never be 1 ...
another way is getting the bestblock hash and then looking at the timestamp of it - if too old we are syncing ... https://github.com/bitcoin/bitcoin/blob/6bef7ca8bc6a0894875eede7cbb2f28e77e91bd7/src/qt/modaloverlay.cpp#L130 nPOWTargetSpacing is 600 (10 minutes) in the code
Sorry, something went wrong.
when not synced show the progress ... and estimate to sync
make blocks increment by 1 when a block received.
KanoczTomas
No branches or pull requests
listen for the latest block from zeromq and compare it with what we have ...
The text was updated successfully, but these errors were encountered: