Created
April 27, 2018 09:29
-
-
Save sstone/4af909a853657699a25cece6bc1958f0 to your computer and use it in GitHub Desktop.
bitcoin fee logging script
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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