-
Notifications
You must be signed in to change notification settings - Fork 178
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
Add Current Block Number To the Main Tab in a Graphical Way #841
Comments
Current block number IS already displayed on the main (Overview) tab. |
What I meant by that is display a more clear indicator of: the current block and how far it is behind the network The current way it is displayed doesn't tell users how far it is in syncing and is harder to find |
what will determine the top block on the network. to be honest u can say that a certain node is correct height or not and just go for it. |
There already is an estimated total blocks number in the debug menu. why not use that? It seems to be accurate enough. |
Here's where I believe the estimate is created: |
Has anyone picked this up, or is this confirmed to be part of the larger GUI update? If not, I was thinking of taking a crack at it. |
I don't think the GUI update specifically framed this out. Make sure you do this off of the dev branch. Many many changes compared to the master branch. |
We should do this as part of the Bitcoin code rebase, since the necessary primitives are there to support this. |
Yep. |
I did a poor man's version of this in #2394 for Janice, which simply enhances the OverviewPage::setHeight function. I think this is good enough to close this specific issue. We can do fancier progress bar stuff when we port over more of Bitcoin's code. |
Yeah, I think that addresses my main concerns. I think a little progress bar might be nice as well, but I'd be fine with closing this issue |
This could be done either only when syncing or in at all times
Here's the way Curecoin does that:


A more zoomed in view:
We could do something similar
This would help new users know that
The text was updated successfully, but these errors were encountered: