Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/yuanfeiz/bitcoin_deposit_worker
A worker to monitor all the incoming transactions of Bitcoin, implemented with Python.
https://github.com/yuanfeiz/bitcoin_deposit_worker
bitcoin blockchain
Last synced: 7 days ago
JSON representation
A worker to monitor all the incoming transactions of Bitcoin, implemented with Python.
- Host: GitHub
- URL: https://github.com/yuanfeiz/bitcoin_deposit_worker
- Owner: yuanfeiz
- License: mit
- Created: 2017-07-19T05:09:59.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2022-12-07T23:58:35.000Z (almost 2 years ago)
- Last Synced: 2024-11-02T16:23:20.116Z (14 days ago)
- Topics: bitcoin, blockchain
- Language: Python
- Size: 18.6 KB
- Stars: 6
- Watchers: 2
- Forks: 1
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Bitcoin Deposit Worker
A worker to monitor all the incoming transactions of Bitcoin, implemented with Python.## Design
![bitcoin_deposit_worker](https://user-images.githubusercontent.com/705367/28352177-81f940f8-6c87-11e7-8e72-99109d8400fa.png)## Roadmap
* Modulization
* Add more blockchain data feeders
* Persistent interface
* Watchlist interface
* Retry
* Proxy