DCA tool for automatically buying and withdrawing Bitcoin on Bl3P, Bitvavo, Kraken and Binance
https://bitcoin-dca.readthedocs.io/en/latest/
- PHP 99.1%
- Dockerfile 0.7%
- Python 0.2%
|
|
||
|---|---|---|
| .github | ||
| bin | ||
| config | ||
| docker | ||
| docs | ||
| resources | ||
| src | ||
| tests | ||
| tools/php-cs-fixer | ||
| var | ||
| .dockerignore | ||
| .env.dist | ||
| .gitignore | ||
| .php-cs-fixer.php | ||
| .readthedocs.yml | ||
| CHANGELOG.md | ||
| CODE_OF_CONDUCT.md | ||
| composer.json | ||
| composer.lock | ||
| docker-compose.yml | ||
| Dockerfile | ||
| LICENSE | ||
| phpunit.xml.dist | ||
| README.md | ||
| rector.php | ||
| renovate.json | ||
| sonar-project.properties | ||
Bitcoin-DCA: Automated self-hosted Bitcoin DCA tool for multiple Exchanges
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
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.