Skip to content

Latest commit

 

History

History
39 lines (25 loc) · 1.49 KB

README.md

File metadata and controls

39 lines (25 loc) · 1.49 KB

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)