Post
Topic
Board Bitcoin Discussion
Merits 4 from 1 user
Topic OP
Bitcoin feerates telegram notifications
by
inaltoasinistra
on 21/03/2024, 16:36:40 UTC
⭐ Merited by hugeblack (4)
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
Code:
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/estimatesmartfee

Enjoy it
Thanks