Hello folks,
for personal use I developed a Telegram bot that notifies in a Telegram channel the changes of Bitcoin Core fee estimation.
I need it in order to use softwares with automatic fee selection: with this bot I know when I should use these softwares.
I track the output changes of the command
bitcoin-cli estimatesmartfee 20
.
It is designed to avoid too much notifications: it sends a message only when the current feerate is the best or the worst of the last 6 hours.
This is the channel
https://t.me/estimatesmartfeeEnjoy it
Thanks