Skip to content

Instantly share code, notes, and snippets.

@bensig
Last active October 30, 2021 10:34
Show Gist options
  • Select an option

  • Save bensig/4793be2327b1d535a70046a759a5e696 to your computer and use it in GitHub Desktop.

Select an option

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

bensig commented Oct 30, 2021

Copy link
Copy Markdown
Author

updated because smartbit died

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