bitcoinknots/bitcoin

Better progress bar (small gui feature)

Closed

#177 opened on Sep 8, 2025

 (5 comments) (0 reactions) (0 assignees)C++ (160 forks)auto 404
enhancementgood first issue

Repository metrics

Stars
 (677 stars)
PR merge metrics
 (PR metrics pending)

Description

Please describe the feature you'd like to see added.

When synchronizing to the latest block, you always get a progress bar at the bottom to track your progress. The problem is that it’s not very easy to estimate the percentage just by looking at the bar, because it only fills from the far left to the middle. The right half remains empty, even though the bar should extend all the way across.

Describe the solution you'd like

Spread the bar all the way from left to right

Describe any alternatives you've considered

No alternative, just keeping it how it is but again I don't think it is too good to see

Contributor guide