Skip to content

Instantly share code, notes, and snippets.

@sstone
Created April 27, 2018 09:29
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 sstone/4af909a853657699a25cece6bc1958f0 to your computer and use it in GitHub Desktop.
Save sstone/4af909a853657699a25cece6bc1958f0 to your computer and use it in GitHub Desktop.
bitcoin fee logging script
while true; do for i in 1 2 3 4 5 6 10; do echo `date` `bitcoin-cli estimatesmartfee $i`; done; sleep 5m; done | tee bitcoinfees
.log
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment