Tree @66a6004 (Download .tar.gz)
addrwatch
A Bitcoin Cash address watcher and notifier
Addrwatch is a script that can be installed on your webserver or run from your personal computer to keep watch on a list of Bitcoin Cash addresses for balance changes.
How to Use?
Place the executable script and library file in a convenient location. Be sure to copy addrwatch.cfg.sample to either addrwatch.cfg or $HOME/.addrwatch.cfg and edit it to your preferences.
Start the script via your preferred method (direct execution, cron, systemd, your desktop environment's autostart capabilities etc.).
If running addrwatch via systemd, be sure to edit addrwatch.service as well and place it where relevant (see the comments in that file for reference).
Other Notes
This program is free software, released under the Apache License, Version 2.0. See the LICENSE file for more information.
The program's canonical project page resides at https://github.com/simon-v/addrwatch/
I gratefully accept appreciation for my work in material form at bitcoincash:qq8vjvf946u8ghxklt792ugc48uejpfgpvzjhwajwt.
Commit History
@66a6004cac5ed307be2a1b9c1b24af223ef809be
git clone https://simonvolpert.com/addrwatch/
- Update bch.py library from the MiniPOS project Simon Volpert 8 years ago
- Port main script to Python 3 Simon Volpert 8 years ago
- Update bch and sendmail library files Simon Volpert 8 years ago
- Format sections as headers in README Simon Volpert 8 years ago
- Update README Simon Volpert 8 years ago
- Update bch and sendmail library from the MiniPOS project Simon Volpert 8 years ago
- Update the donation link in the README Simon Volpert 8 years ago
- Stop processing addresses on connection errors for this period Simon Volpert 8 years ago
- Disable BlockChair and BlockTrail due to high error rates Simon Volpert 8 years ago
- Tweak code comments Simon Volpert 8 years ago