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
I'm following Notional's wonderful guide for closet validation. While setting up a Juno node, it requested chrony as part of the toolchain.
chrony
https://docs.junonetwork.io/validators/getting-setup#install-pre-requisites
I cross referenced with the standup.bash file to learn more. I found that it used systemd-timesyncd instead.
systemd-timesyncd
Doing a quick search revealed this Stack Exchange thread. It seems that chrony is more accurate and has smoothing algorithms to avoid time jumps.
https://unix.stackexchange.com/questions/504381/chrony-vs-systemd-timesyncd-what-are-the-differences-and-use-cases-as-ntp-cli/504385#504385
The text was updated successfully, but these errors were encountered:
Merge pull request #75 from CosmosContracts/add_moneta_alpha_upgrade_…
9c362c6
…handler Add upgrade handler
Crazy. Thank you for this, have no idea how I've missed it for so long
Sorry, something went wrong.
No branches or pull requests
I'm following Notional's wonderful guide for closet validation. While setting up a Juno node, it requested
chrony
as part of the toolchain.https://docs.junonetwork.io/validators/getting-setup#install-pre-requisites
I cross referenced with the standup.bash file to learn more. I found that it used
systemd-timesyncd
instead.Doing a quick search revealed this Stack Exchange thread. It seems that chrony is more accurate and has smoothing algorithms to avoid time jumps.
https://unix.stackexchange.com/questions/504381/chrony-vs-systemd-timesyncd-what-are-the-differences-and-use-cases-as-ntp-cli/504385#504385
The text was updated successfully, but these errors were encountered: