You are viewing a single comment's thread from:
RE: LiqBot 0.1 (alpha) | The open-source liquidity bot!
Can I run several bots simultaneously on one machine? I would like to test different parameters like bots on the same market with different spreads.
Yes you can, you just have to have one folder per bot ^^
Sorry, but which folder? Thanks for your patience!
The folder of the repository (It should be bitshares2-liquiditybots).
I couldnt make it work. I cloned the git repo into a different folder and tried to run docker there. It always shut down the other instance in another folder. I tried with screen and without it.
Could you give some simple instructions?
Change the folder name, if the folder has the same name it won't work because the created containers get a name based on the folder docker-compose.yml is in.
Thanks, that solved it for me.
It is working for me if I run the bots with
docker-compose up
in twoscreen
where eachscreen
is in one folder.You may also try
docker-compose start
in each folder.