• v1.2.3 0c63997070

    jorijn released this 2021-03-15 19:46:10 +00:00 | 86 commits to master since this release

    Fixed

    • Reverted to Alpine Linux v3.12 because of an issue with seccomp. (see #47)
    Downloads
  • v1.2.2 a5661f9e7e

    jorijn released this 2021-03-10 07:30:57 +00:00 | 88 commits to master since this release

    Fixed

    • Allow configuring of the "trading_agreement" setting for German citizens using Kraken.
    Downloads
  • v1.2.1 97ba77af2c

    jorijn released this 2020-12-21 07:22:59 +00:00 | 90 commits to master since this release

    Added

    • Command version to show the build information of the current running version, this should help with support.

    Fixed

    • Time calculation failed on 32-bit systems such as ARMv7 (Raspberry Pi's). This fix replaces integer handling with string handling.
    Downloads
  • v1.2.0 903d51b248

    jorijn released this 2020-12-08 17:33:50 +00:00 | 91 commits to master since this release

    Warning

    Due to regulatory changes in The Netherlands, BL3P and Bitvavo currently require you to provide proof of address ownership, thus temporarily breaking Bitcoin-DCA's XPUB feature.

    Added

    • Add Kraken to the list of supported exchanges
    • Allow other base currencies than EUR, with Kraken the list is expanded to USD, EUR, CAD, JPY, GBP, CHF & AUD
    • Added the logo to the README.md file
    • Added CODE_OF_CONDUCT.md for people looking to contribute to Bitcoin DCA
    • Added lines to the project README.md to allow project funding through on-chain and lightning transactions

    Fixed

    • Fixed a path in persistent storage documentation
    • Fixed the DI container name, it was still called after the first launching exchange BL3P

    Changed

    • Refactored the code to have one single point of truth for Bitcoin related facts like amount of satoshis and amount of decimals

    Removed

    • Removed the beta warnings, the software has been in use for at least half a year now
    Downloads
  • v1.1.0 2f49aea7e4

    jorijn released this 2020-07-05 13:22:10 +00:00 | 96 commits to master since this release

    Added

    • A Python based fallback mechanism for 32bits systems. Unfortunately a bug prevented Raspberry Pi users from using Xpubs properly. The system will automatically use the native, more advanced method or derivation for systems that are capable and degrade to the Python tool without people noticing.
    Downloads
  • v1.0.0 dc89911f06

    jorijn released this 2020-06-23 08:55:10 +00:00 | 97 commits to master since this release

    Tags make it easier to keep track on which version you're running and if it's safe to upgrade. Versioning for Bitcoin DCA will follow SemVer: https://semver.org/.

    Will start keeping a changelog in format: https://keepachangelog.com/en/1.0.0/

    Downloads