Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/imrehg/machinewatch
Watching transactions from a single Bitcoin address
https://github.com/imrehg/machinewatch
Last synced: 12 days ago
JSON representation
Watching transactions from a single Bitcoin address
- Host: GitHub
- URL: https://github.com/imrehg/machinewatch
- Owner: imrehg
- Created: 2014-03-08T04:47:04.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2014-12-21T05:00:48.000Z (almost 10 years ago)
- Last Synced: 2024-04-08T17:42:22.370Z (8 months ago)
- Language: JavaScript
- Size: 9.88 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 5
-
Metadata Files:
- Readme: Readme.md
Awesome Lists containing this project
README
# MachineWatch
Watching the Lamassu Bitcoin Vending Machine for transactions, and
manage notifications.## Method of operations
Lamassu is (currently) using a single address for sourcing transactions
going in or out of the machine. The wallet is on Blockchain.info## Actionable
- [X] move to Bitpay price API (instead of scraping)
- [X] correctly identify incoming and outgoing transactions
- [X] account for number of spendable coins
- [X] write incoming results into Google Spreadsheet for accounting## Notes
To add the certificate into the environment variable: need to run
`heroku config:set PEM_KEY="`cat /path/to/your_key.pem`"`