-
v1.6.2 Stable
released this
2025-07-07 15:19:48 +00:00 | 2 commits to master since this releaseWhat's Changed
- Bump docker/metadata-action from 3 to 4 by @dependabot in https://github.com/jorijn/bitcoin-dca/pull/177
- Bump docker/build-push-action from 2 to 3 by @dependabot in https://github.com/jorijn/bitcoin-dca/pull/178
- Bump actions/upload-artifact from 2 to 3 by @dependabot in https://github.com/jorijn/bitcoin-dca/pull/171
- Bump actions/download-artifact from 2 to 3 by @dependabot in https://github.com/jorijn/bitcoin-dca/pull/170
- Bump actions/checkout from 2 to 3 by @dependabot in https://github.com/jorijn/bitcoin-dca/pull/158
- Bump docker/login-action from 1 to 2 by @dependabot in https://github.com/jorijn/bitcoin-dca/pull/190
- Bump docker/setup-qemu-action from 1 to 2 by @dependabot in https://github.com/jorijn/bitcoin-dca/pull/191
- Bump docker/setup-buildx-action from 1 to 2 by @dependabot in https://github.com/jorijn/bitcoin-dca/pull/192
- Bump rector/rector from 0.12.15 to 0.13.7 by @dependabot in https://github.com/jorijn/bitcoin-dca/pull/189
- Big bump by @mvanduijker in https://github.com/jorijn/bitcoin-dca/pull/244
- Update telegram message by @bufo24 in https://github.com/jorijn/bitcoin-dca/pull/179
- Bump sonarsource/sonarcloud-github-action from 1.6 to 1.9 by @dependabot in https://github.com/jorijn/bitcoin-dca/pull/241
- Bump docker/build-push-action from 3 to 4 by @dependabot in https://github.com/jorijn/bitcoin-dca/pull/230
- Bump phpunit/phpunit from 9.6.6 to 10.0.19 by @dependabot in https://github.com/jorijn/bitcoin-dca/pull/248
- Bump rector/rector from 0.13.10 to 0.15.24 by @dependabot in https://github.com/jorijn/bitcoin-dca/pull/246
- Adds OperatorID for Bitvavo by @jorijn in https://github.com/jorijn/bitcoin-dca/pull/276
New Contributors
- @mvanduijker made their first contribution in https://github.com/jorijn/bitcoin-dca/pull/244
- @bufo24 made their first contribution in https://github.com/jorijn/bitcoin-dca/pull/179
Full Changelog: https://github.com/jorijn/bitcoin-dca/compare/v1.6.1...v1.6.2
Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
-
v1.6.1 Stable
released this
2022-02-05 17:46:03 +00:00 | 23 commits to master since this releaseFixed
- This release fixes a bug where using XPub withdrawals wouldn't work
How to update
$ docker image rm ghcr.io/jorijn/bitcoin-dca $ docker pull ghcr.io/jorijn/bitcoin-dca:latestDownloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
-
released this
2021-11-29 16:31:48 +00:00 | 34 commits to master since this releaseAdded
- Added a configuration option to prevent Bitcoin DCA from checking for newer versions
- Get notified on buy & withdraw via:
- Email;
- Telegram.
See https://bitcoin-dca.readthedocs.io/en/latest/getting-notified.html for more information about this feature.
How to update
$ docker image rm ghcr.io/jorijn/bitcoin-dca $ docker pull ghcr.io/jorijn/bitcoin-dca:latestDownloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
-
released this
2021-08-13 14:05:10 +00:00 | 41 commits to master since this releaseChanged
- BL3P changed their withdrawal fee from 30k sat to 5k sat. This change updates to code to display the correct fee.
How to update
$ docker image rm ghcr.io/jorijn/bitcoin-dca $ docker pull ghcr.io/jorijn/bitcoin-dca:latestDownloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
-
released this
2021-07-10 07:02:07 +00:00 | 51 commits to master since this releaseAdded
- When you buy Bitcoin and supply
EXPORT_CSV=/location/to/file.csv, Bitcoin-DCA will export the order information to that file in CSV format.
Please note that when you do, you need to tell Docker to mount a local file as a volume inside Bitcoin-DCA's container:
$ touch /location/to/bitcoin-dca/orders.csv # create the file if it does not exists yet $ docker run <--usual-argments> -v /location/to/bitcoin-dca/orders.csv:/location/to/bitcoin-dca/orders.csv -e EXPORT_CSV=/location/to/bitcoin-dca/orders.csv buy 25 ... # exampleMore information: https://bitcoin-dca.readthedocs.io/en/latest/persistent-storage.html
How to update
$ docker image rm ghcr.io/jorijn/bitcoin-dca $ docker pull ghcr.io/jorijn/bitcoin-dca:latestDownloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
- When you buy Bitcoin and supply
-
v1.4.1 Stable
released this
2021-07-04 14:52:40 +00:00 | 54 commits to master since this releaseAdded
- Bitcoin-DCA will now check for updates after executing the command and let you know if a newer version is available. This can be disabled by setting
DISABLE_VERSION_CHECK=true.
How to update
$ docker image rm ghcr.io/jorijn/bitcoin-dca $ docker pull ghcr.io/jorijn/bitcoin-dca:latestDownloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
- Bitcoin-DCA will now check for updates after executing the command and let you know if a newer version is available. This can be disabled by setting
-
v1.4.0: Programmable output Stable
released this
2021-07-04 13:09:34 +00:00 | 56 commits to master since this releaseAdded
- Added an
--outputoption to the buying command. This enables the user to print information about the purchase in the following formats:- YAML
- JSON
- XML
- CSV
How to update
$ docker image rm ghcr.io/jorijn/bitcoin-dca $ docker pull ghcr.io/jorijn/bitcoin-dca:latestDownloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
- Added an
-
v1.3.2 Stable
released this
2021-06-27 20:02:42 +00:00 | 64 commits to master since this releaseFixed
- Missed a default setting for diagnostics
Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
-
released this
2021-06-27 09:30:05 +00:00 | 67 commits to master since this releaseAdded
- The HTTP client will now log relevant information about API calls when
DEBUG=1is supplied in the configuration.
Changes
- Migrated away from Travis to GitHub Actions
Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
- The HTTP client will now log relevant information about API calls when
-
v1.3.0: Binance support Stable
released this
2021-05-24 13:02:09 +00:00 | 77 commits to master since this releaseXPUB withdrawal is enabled again for BL3P since the regulator acknowledged the view of Bitonic / BL3P.
Added
- Add Binance to the list of supported exchanges. (see #53)
Changed
- Changed the documentation to include Umbrel in the F.A.Q.
Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads