Lightning-sentinel

Description:

Privacy information and reason for this bot:

NOTE: CURRENTLY ONLY SUPPORTS LND, BUT THERE ARE PLANS TO SUPPORT OTHER IMPLEMENTATIONS AS WELL IF PEOPLE FIND THIS USEFULL

To Use Existing Telegram Monitoring Bot:

Requirements:

How to use:

STOP HERE UNLESS YOU WANT TO ADMIN YOUR OWN BOT!!

To Host Your Own Telegram Monitoring Bot:

Requirements

How to run:

``` [Unit] Description=Telegram Bot monitoring lightning nodes After=network.target StartLimitIntervalSec=0

[Service] Type=simple Restart=always RestartSec=1 User=root WorkingDirectory=~ ExecStart=/root/lightning-sentinel

[Install]
WantedBy=multi-user.target ```

`` - Check the status withsystemctl status lightning-sentinel`, should be a green dot next to it now - Proceed to register with the bot the same way as if you were using the existing bot

*NOTE: DO NOT HAVE THIS RUNNING ON THE SAME POWER SOURCE AS WHERE YOUR NODE IS RUNNING (WOULD DEFEATE THE PURPOSE OF THE BOT) * - How to set up lnconnect over tor, and host your rest API over it: - https://github.com/openoms/bitcoin-tutorials/blob/master/ZaptoRaspiBlitzthroughTor.md

TODO: - make sure can work with c-lightning and raw LND & a rest api running