Skip to content

Instantly share code, notes, and snippets.

@bensig
Last active October 30, 2021 10:34
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save bensig/4793be2327b1d535a70046a759a5e696 to your computer and use it in GitHub Desktop.
Save bensig/4793be2327b1d535a70046a759a5e696 to your computer and use it in GitHub Desktop.
Check bitcoind sync level
# simple script to check the bitcoin sync level of your bitcoind node
echo `bitcoin-cli getblockcount 2>&1`/`curl -s https://blockchain.info/q/getblockcount 2>/dev/null`*100|bc -l
@bensig
Copy link
Author

bensig commented Oct 30, 2021

updated because smartbit died

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment