Talk with the bot to start:
@BitcoinFeesAlert_botCommands:/alert X - where X is the amount in sats/vbyte that will trigger an alert (a.k.a when hour fees <= X, according to
mempool.space).
/fees - sends the current mempool fees (according to
mempool.space).
/tx XXXX - triggers a notification when your transaction of id XXXX gets a confirmation on the blockchain.
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 hour fees <= 2 sats/vbyte, so I will send the command
/alert 2. When hour 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...).
-