Skip to content

Latest commit

 

History

History
32 lines (23 loc) · 818 Bytes

README.md

File metadata and controls

32 lines (23 loc) · 818 Bytes

BitShares notifications service

Using the service

This service monitors your BitShares accoount and notifies you by Email or Telegram regarding the following activity types:

  • Transfer
  • Fill order

To do's

  • Deposit
  • Withdrawal
  • Decrease of collateral ratio below 2.0

For Email-notifications

Send 50 BTS from your BitShares account to account name "BITSHARES-NOTIFIER" with your email in the transaction memo.

For Telegram-notifications

Open Telegram app, launch bot @trustyfundbot and follow instructions.

Running the service on your own node

cp config.sample.js config.js

Then add your credentials including service account brainkey and email options.

You can also set System asset and Price for subscription (default is bts and 0)

Then typicaly start: npm install && npm start