From b6a515774d29b4306f1e2933f32e52a306be932a Mon Sep 17 00:00:00 2001 From: olli Date: Tue, 9 May 2023 11:14:32 +0200 Subject: [PATCH] documentation --- README.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/README.md b/README.md index bc22ec0..bc43f65 100644 --- a/README.md +++ b/README.md @@ -105,6 +105,15 @@ networks: ' >docker-compose.override.yml ``` + +Optional: If you use signal-cli (https://gitea.ds9.dedyn.io/olli/debian.ansible.signal-cli.client) and want do receive Signal-Messages from the bot you can create an SSH-Key to allow sending Signal-Messages e.g.: +``` +ssh-keygen -f home/.ssh/id_ed25519 -N "" -t ed25519 +cat home/.ssh/id_ed25519.pub +``` +and add Key on your signal-cli-Server to the authorized_keys of the signal-User + + Create Secrets file for your API Key(s) ``` # for Bitpanda @@ -115,12 +124,14 @@ echo 'local API_SECRET="YOUR_LONG_API_SECRET_FROM_BINANCE" local API_KEY="YOUR_LONG_API_KEY_FROM_BINANCE" '>dabo/.binance-secrets ``` + Edit your Config Especially change URL, STOCK_EXCHANGE, FEE, CURRENCY,... to fit your needs. ``` vim dabo/dabo-bot.conf ``` + Prepare/Create a stretegy IMPORTANT!!! THE DEFAULT STRATEGY MAY NOT FIT YOUR NEEDS OR WORK FPR YOU PROPERLY. SO YOU CAN LOOSE ALL YOUR MONEY!!! USE ON YOUR OWN RISK!!! @@ -132,6 +143,7 @@ docker-compose down # if an old instance is running docker-compose up -d ``` + Logs/Output: ``` docker-compose logs -f