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: about 1 year 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 (about 6 years ago)
- Default Branch: master
- Last Pushed: 2023-07-13T07:05:32.000Z (almost 3 years ago)
- Last Synced: 2025-04-26T10:34:13.420Z (about 1 year ago)
- Topics: bitcoin, bitcoin-dca, bitvavo, bl3p, dca, docker, kraken
- Language: PHP
- Homepage: https://bitcoin-dca.readthedocs.io/en/latest/
- Size: 1.72 MB
- Stars: 85
- Watchers: 3
- 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

[](https://sonarcloud.io/dashboard?id=Jorijn_bitcoin-dca)
[](https://sonarcloud.io/dashboard?id=Jorijn_bitcoin-dca)
[](https://sonarcloud.io/dashboard?id=Jorijn_bitcoin-dca)
[](https://sonarcloud.io/dashboard?id=Jorijn_bitcoin-dca)
[](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.