From ed92ab87af2b411f0b96daf2f5cb96e4e8a5e1ba Mon Sep 17 00:00:00 2001 From: olli Date: Sun, 29 Sep 2024 21:52:45 +0200 Subject: [PATCH] ccxt update --- README.md | 1 + dabo/dabo-bot.conf | 5 +---- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 1b563e0..41f2044 100644 --- a/README.md +++ b/README.md @@ -223,6 +223,7 @@ networks: Optional: If you use matrix/matrix-commander (https://gitea.ds9.dedyn.io/olli/debian.ansible.matrix.server) and want do receive Matrix-Messages from the bot you can create an SSH-Key to allow sending Matrix-Messages e.g.: +Automatically done by playbooks. ``` mkdir -p home/.ssh ssh-keygen -f home/.ssh/id_ed25519 -N "" -t ed25519 diff --git a/dabo/dabo-bot.conf b/dabo/dabo-bot.conf index b3b886c..0182aa2 100755 --- a/dabo/dabo-bot.conf +++ b/dabo/dabo-bot.conf @@ -3,12 +3,9 @@ # Webpage URL URL="mydabobot.mydomain" -# The exchange we use for using the correct API (BINANCE or ONETRADING) +# The exchange we use for using the correct API (CCXI-ID see: https://github.com/ccxt/ccxt) STOCK_EXCHANGE="NONE" -# fee per trade in percentage on exchange (taker and maker added) -FEE="0.5" - # Interval in seconds - Should not be lower then 300 INTERVAL="300"