Skip to content

Releases: ahrenstein/docker-cryptodip-bot

Docker Build Process

22 Jun 00:25
ed15c3c
Compare
Choose a tag to compare

This update only changes the repository CI/CD process and documentation

Changes

  1. Update TESTING.md to reflect proper information
  2. Update GitHub Actions to deploy to DockerHub now that they don't permit auto-building for free

Minor Gemini API fixes

14 May 20:15
eec5f5b
Compare
Choose a tag to compare

Fixes

  1. Minor fixes around Gemini API calls when Gemini is having a service outage.
    The bot should no longer crash but API outages do prevent data from being gathered or Txs occurring

Gemini Now Supported

07 May 02:43
cadce1c
Compare
Choose a tag to compare

Changes

  1. Shifted TODO versions around to reflect new goals.
  2. BREAKING CHANGE Added Gemini Support
    1. The database name the bot uses is now exchange-currency-"bot", so a new DB will be created when
      using the new version of the bot.
    2. Additionally, you have the option to give the bot a custom name so you can run more than one bot against the same
      exchange/currency pair.
  3. Super basic exception catching around DB functions.
  4. test-compose.yml for local debugging/testing is now separate from the production example docker-compose-yml
  5. Added the ability to override the hourly cycle to a different cycle specified in minutes.

Fixes

  1. Fixed a bug where price data would not continue gathering if the bot was not funded.
  2. Fixed a mistake in the default starting config

Adding more variables

13 Apr 00:59
028e54b
Compare
Choose a tag to compare
Adding more variables Pre-release
Pre-release

This pre-release includes more variables around dip logic.

Changes

  1. Internal bot functions have been condensed in to a single bot_internals.py file
  2. The time period to average across and the cool down period between buys are now both configurable variables
    1. For existing bot users, not having these variables in your config.json result in a default of 7 days for both

Fixes

  1. Fixed a critical issue where the last buy date is not updated when buys are made!
  2. Fixed some incorrect function descriptions

Initial Pre-release

13 Apr 00:07
546f4fb
Compare
Choose a tag to compare
Initial Pre-release Pre-release
Pre-release

This is the initial pre-release of this bot. There is minimal to no testing done, however the bot is running against a live Coinbase Pro account. (@ahrenstein's)

Changes

  1. Initial pre-release