Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jorijn/bitcoin-dca
DCA tool for automatically buying and withdrawing Bitcoin on Bl3P, Bitvavo, Kraken and Binance
https://github.com/jorijn/bitcoin-dca
bitcoin bitcoin-dca bitvavo bl3p dca docker kraken
Last synced: 3 months ago
JSON representation
DCA tool for automatically buying and withdrawing Bitcoin on Bl3P, Bitvavo, Kraken and Binance
- Host: GitHub
- URL: https://github.com/jorijn/bitcoin-dca
- Owner: Jorijn
- License: mit
- Created: 2020-04-24T18:23:20.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2023-06-05T07:59:41.000Z (over 1 year ago)
- Last Synced: 2023-06-09T16:10:16.487Z (over 1 year ago)
- Topics: bitcoin, bitcoin-dca, bitvavo, bl3p, dca, docker, kraken
- Language: PHP
- Homepage: https://bitcoin-dca.readthedocs.io/en/latest/
- Size: 1.82 MB
- Stars: 80
- Watchers: 4
- Forks: 14
- Open Issues: 14
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
![]()
# Bitcoin-DCA: Automated self-hosted Bitcoin DCA tool for multiple Exchanges
![Docker Pulls](https://img.shields.io/docker/pulls/jorijn/bitcoin-dca)
[![Quality Gate Status](https://sonarcloud.io/api/project_badges/measure?project=Jorijn_bitcoin-dca&metric=alert_status)](https://sonarcloud.io/dashboard?id=Jorijn_bitcoin-dca)
[![Coverage](https://sonarcloud.io/api/project_badges/measure?project=Jorijn_bitcoin-dca&metric=coverage)](https://sonarcloud.io/dashboard?id=Jorijn_bitcoin-dca)
[![Lines of Code](https://sonarcloud.io/api/project_badges/measure?project=Jorijn_bitcoin-dca&metric=ncloc)](https://sonarcloud.io/dashboard?id=Jorijn_bitcoin-dca)
[![Maintainability Rating](https://sonarcloud.io/api/project_badges/measure?project=Jorijn_bitcoin-dca&metric=sqale_rating)](https://sonarcloud.io/dashboard?id=Jorijn_bitcoin-dca)
[![Security Rating](https://sonarcloud.io/api/project_badges/measure?project=Jorijn_bitcoin-dca&metric=security_rating)](https://sonarcloud.io/dashboard?id=Jorijn_bitcoin-dca)## Requirements
* You need to have an account on a supported exchange;
* You need to have Docker installed: https://docs.docker.com/get-docker/;
* You need to have an API key active on a supported exchange. It needs **read**, **trade** and **withdraw** permission.## Supported Exchanges
| Exchange | URL | Currencies | XPUB withdraw supported |
|------|------|------|------|
| BL3P | https://bl3p.eu/ | EUR | Yes |
| Bitvavo | https://bitvavo.com/ | EUR | No * |
| Kraken | https://kraken.com/ | USD EUR CAD JPY GBP CHF AUD | No |
| Binance | https://binance.com/ | USDT BUSD EUR USDC USDT GBP AUD TRY BRL DAI TUSD RUB UAH PAX BIDR NGN IDRT VAI | Yes |\* Due to regulatory changes in The Netherlands, Bitvavo currently requires you to provide proof of address ownership, thus temporarily disabling Bitcoin-DCA's XPUB feature.
## About this software
The DCA tool is built with flexibility in mind, allowing you to specify your schedule of buying and withdrawing. A few examples that are possible:* Buy each week, never withdraw.
* Buy monthly and withdraw at the same time to reduce exchange risk.
* Buy each week but withdraw only at the end of the month to save on withdrawal fees.## Documentation
| Format | Location |
|------|------|
| Online | https://bitcoin-dca.readthedocs.io/en/latest/ |
| PDF | https://bitcoin-dca.readthedocs.io/_/downloads/en/latest/pdf/ |
| ZIP | https://bitcoin-dca.readthedocs.io/_/downloads/en/latest/htmlzip/ |
| ePub | https://bitcoin-dca.readthedocs.io/_/downloads/en/latest/epub/ |## Support
You can visit the Bitcoin DCA Support channel on Telegram: https://t.me/bitcoindca## Contributing
Contributions are highly welcome! Feel free to submit issues and pull requests on https://github.com/jorijn/bitcoin-dca.
![]()