You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The total transaction count (for progress estimation) is counted as the known count at the last checkpoint, plus an estimated number per day.
The last checkpoint is now 996 days ago, and its estimated 60000 transactions per day leads to a total estimate of 96M transactions, while the real number is around 183M.
Fix this by updating the count, timestamp, and rate of transactions... with or without adding a new checkpoint.