• v1.6.2 970a09985f

    v1.6.2 Stable

    jorijn released this 2025-07-07 15:19:48 +00:00 | 2 commits to master since this release

    What's Changed

    New Contributors

    Full Changelog: https://github.com/jorijn/bitcoin-dca/compare/v1.6.1...v1.6.2

    Downloads
  • v1.6.1 5deb3d2f09

    v1.6.1 Stable

    jorijn released this 2022-02-05 17:46:03 +00:00 | 23 commits to master since this release

    Fixed

    • 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:latest
    
    Downloads
  • v1.6.0 d994d12cfb

    jorijn released this 2021-11-29 16:31:48 +00:00 | 34 commits to master since this release

    Added

    • 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:latest
    
    Downloads
  • v1.5.1 a95c587b82

    jorijn released this 2021-08-13 14:05:10 +00:00 | 41 commits to master since this release

    Changed

    • 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:latest
    
    Downloads
  • v1.5.0 a9b722fa8d

    jorijn released this 2021-07-10 07:02:07 +00:00 | 51 commits to master since this release

    Added

    • 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 ... # example 
    

    More 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:latest
    
    Downloads
  • v1.4.1 f7f3eb4822

    v1.4.1 Stable

    jorijn released this 2021-07-04 14:52:40 +00:00 | 54 commits to master since this release

    Added

    • 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:latest
    
    Downloads
  • v1.4.0 c57f520089

    jorijn released this 2021-07-04 13:09:34 +00:00 | 56 commits to master since this release

    Added

    • Added an --output option 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:latest
    
    Downloads
  • v1.3.2 4f43bdc119

    v1.3.2 Stable

    jorijn released this 2021-06-27 20:02:42 +00:00 | 64 commits to master since this release

    Fixed

    • Missed a default setting for diagnostics
    Downloads
  • v1.3.1 5f85e96e15

    jorijn released this 2021-06-27 09:30:05 +00:00 | 67 commits to master since this release

    Added

    • The HTTP client will now log relevant information about API calls when DEBUG=1 is supplied in the configuration.

    Changes

    • Migrated away from Travis to GitHub Actions
    Downloads
  • v1.3.0 b42dd6be7b

    jorijn released this 2021-05-24 13:02:09 +00:00 | 77 commits to master since this release

    XPUB 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