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
Is your feature request related to a problem? Please describe.
Spent few hours on Discord getting help about peculiar edge case when block sync approached 93% and then started decreasing, having 2-3 peers connected and trustedNodeSync also worked. Much confusion and analysis all to find out that the system clock was set wrong in the end! My node was rejecting any new blocks and rejecting any peers that would serve up-to-date blocks treating the blocks ahead of my clock as "impossible scenario"....
Describe the solution you'd like
Wouldn't it be great if Nimbus client on startup could:
get Internet Time from a time server (or few);
compare Internet Time to the system clock;
if system clock is out of sync with Internet time, quit with message "Please correct your system clock!"
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
Spent few hours on Discord getting help about peculiar edge case when block sync approached 93% and then started decreasing, having 2-3 peers connected and trustedNodeSync also worked. Much confusion and analysis all to find out that the system clock was set wrong in the end! My node was rejecting any new blocks and rejecting any peers that would serve up-to-date blocks treating the blocks ahead of my clock as "impossible scenario"....
Describe the solution you'd like
Wouldn't it be great if Nimbus client on startup could:
The text was updated successfully, but these errors were encountered: