Skip to content

dmitrystas/CardanoRewardsNotificationBot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

Description

CardanoRewardsNotificationBot can notify you about staking rewards to your telegram

Usage

Start this bot https://t.me/CardanoRewardsNotificationBot and subscribe to rewards notifications

Commands

  • /getrewards <ADDR> show rewards address info
  • /subscriberewards <ADDR> subscribe to rewards notifications
  • /unsubscriberewards <ADDR> unsubscribe from rewards notifications
  • /help show a help about the rewards address

Self-Install

Dependences

CardanoRewardsNotificationBot requires Jormungandr, you need to install it (to cgi-bin folder by default) before using this bot. Additionally, if you don't know your rewards address and want to get it from your mnemonic phrase, it requires Cardano-Wallet

Getting the rewards address by yourself

Get a private key from the mnemonic

echo -e "<15 WORDS MNEMONIC>\n" | ./cardano-wallet mnemonic reward-credentials

Get the rewards address from the private key

./jcli address account --testing --prefix addr $(echo <PRIVATE_KEY> | ./jcli key to-public)

About

Bot for Cardano rewards' notification

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages