A Bitcoin UTXO monitoring tool for StartOS. Checks if a configured UTXO is spent and sends email/SMS alerts.
- Monitors a specific UTXO using Bitcoin Core or electrs.
- Configurable check interval.
- Email and SMS notifications via SMTP/Twilio.
- Install Bitcoin Core and electrs on StartOS.
- Clone this repo:
git clone https://github.com/yourusername/sentinel.git
. - Edit
config/config.json
and.env
(seeconfig/.env.example
). - Deploy with Docker:
docker build -t sentinel . && docker run -v $(pwd)/config:/app/config sentinel
.
See INSTALL.md for detailed setup.