Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 554 Bytes

multiple-bots.md

File metadata and controls

21 lines (14 loc) · 554 Bytes

Multiple bots setup

If you have multiple Binance Trade Bot instances running at the same time on the same VPS, a Telegram bot should be created for each instance.


Two or more BTB-manager-telegram instances cannot use the same telegram token.


The simplest way of running several instances is specifying the path to each of them:

$ python3 -m btb_manager_telegram -p "path/to/bot/1"

$ python3 -m btb_manager_telegram -p "path/to/bot/2"
.
.
.
$ python3 -m btb_manager_telegram -p "path/to/bot/N"