This project is a Spring-boot application, that hosts a telegram bot which can update burst-miners on their current pending payments of their mining pool. The bot currently supports private and group chats. You can add multiple wallets to the bot. The bot can monitor each wallet and send automatic notifications on pending payment changes.
If you want to add a mining pool, please have a look at the wiki: Adding support for your pool software
Wiki: Hosting and Configuration
- Nogrod Pools (e.g. Crypto-guru + Burstcoin.ro)
- All pools that provide an HTML table (GET Request) with the Nogrod /miners layout (path, table id & column indexes can be configured)
Adds a wallet to the chat.
Arguments:
- Burst Address (Format)
Removed a wallet of the chat.
Arguments:
- Burst Address
Activates pending payment change notifications for the given wallet.
Arguments:
- Burst Address
Sets the notification threshold of a wallet.
See also: /threshold_mode
Arguments:
- Burst Address
- Threshold (double, must be positive.)
See also: /notification_threshold
Arguments:
- Burst Address
- Threshold mode
- ACCUMULATE: Adds all incrementations of your pending payment and notifies you when the amount is greater than your threshold.
- SINGLE: Notifications will be sent when a single pending payment increase is greater than your threshold.
- PAYOUT: Works like accumulate but only counts payouts (pending payment decreases).
Shows the current pending payments for each wallet.
Shows the current (historical) share for each wallet.
Shows the current effective capacity in TB for each wallet.
Shows the current amount of confirmed deadlines for each wallet.
Shows wallets that were added to the chat.
Shows donation information about developers and hosts.