Tree @55d406f (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
@55d406f1577f6853b11cca7df039674425f51712
git clone https://simonvolpert.com/addrwatch/
- Update sendmail lib from MiniPOS project Simon Volpert 7 years ago
- Update bch lib from MiniPOS project Simon Volpert 7 years ago
- Update get_balance parameters for changes in bch lib Simon Volpert 8 years ago
- Fix error reason tracking Simon Volpert 8 years ago
- Update bch.py library from the MiniPOS project yet again Simon Volpert 8 years ago
- Update bch.py library from the MiniPOS project again Simon Volpert 8 years ago
- 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