Post
Topic
Board Project Development
Merits 82 from 17 users
Topic OP
[Telegram Bot] Bitcoin Fees Alert
by
TryNinja
on 20/03/2023, 07:45:35 UTC
⭐ Merited by fillippone (21) ,NotATether (10) ,vapourminer (10) ,LoyceV (6) ,ETFbitcoin (6) ,dzungmobile (5) ,dkbit98 (5) ,Pmalek (4) ,iwantmyhomepaidwithbtc2 (4) ,DaveF (2) ,Halab (2) ,joker_josue (2) ,PawGo (1) ,examplens (1) ,darkv0rt3x (1) ,DdmrDdmr (1) ,Upgrade00 (1)
Talk with the bot to start:

@BitcoinFeesAlert_bot



Commands:

/alert X - where X is the amount in sats/vbyte that will trigger an alert (a.k.a when economy fees <= X, according to mempool.space).
/fees - sends the current mempool fees (according to mempool.space).

Every time you get a notification, you need to enable them again with the same /alert X command.

For example: I want to get notified when mempool economy fees <= 2 sats/vbyte, so I will send the command /alert 2[tt/]. When economy fees <= 2 sats/vbyte, the bot will alert me only ONCE. If I want to get notified again, I will need to re-run the command. This is so you don't get spammed while fees stay below this number.


TODO:

- Let the user choose the type of fee he wants to get notified about (high priority, medium priority, hour fee, half-hour fee, etc...).
- Huh