Skip to content

Releases: desytech/kubot

Kubot v2.4

12 Mar 17:00

Choose a tag to compare

We updated the Kucoin API Version.

Breaking Change:

  • We are not supporting Kucoin API Version 1 anymore
  • Please use Kucoin API Version 2 instead

Kubot v2.3

05 Feb 11:38

Choose a tag to compare

We introduced daily interest approximation on dashboard.
Important: To approximate the daily interest the bot have to run one day at least.

kubot_daily_interest

Kubot v2.2

24 Jan 19:58

Choose a tag to compare

Add Slack notification service, many thanks to @haai

slack

Kubot v2.1

21 Jan 15:05

Choose a tag to compare

Introduce shippable version of Kubot.
use make build to generate a shippable obfuscated tarball of kubot suite
use make compose on any system to run kubot suite

Kubot v2.0

10 Jan 18:41

Choose a tag to compare

  • Database Persistence which store
    • Funding Market data
    • Unsettled Loans
    • Lending Record
  • Introduce Grafana GUI which is reachable via http://localhost:3000

Screenshot 2021-01-10 at 19 37 47

Kubot v1.1

05 Jan 18:55

Choose a tag to compare

  • round accrued interest on push notifications
  • introduce kubot suite which contains grafana dashboard and postgres database
  • funding market dashboards
    • Total Amount of Funding Market
    • Min Daily Interest Rates

Screenshot 2021-01-05 at 19 51 42

Kubot v1.0 - Stage1 complete

21 Dec 14:50
9447211

Choose a tag to compare

Added option to reserve USDT amount on the main account
Added feature to approximate earnings over lending term

Kubot v0.4

14 Dec 14:37

Choose a tag to compare

We add a dynamic currency configuration object. The Application only runs with the new config object. See config/config.demo

Breaking Changes:

[bot]
correction = 0.00005
default_interest = 0.001
minimum_rate = 0.0005
charge = 0.00005
interval = 300
+ currencies = [{"currency": "USDT", "term": 28}]

Kubot v0.3

08 Dec 23:18

Choose a tag to compare

  • Introduce notification API
  • Fix: display of rates