Skip to content

Run on linux

Eugene Glova edited this page Dec 20, 2020 · 1 revision

install all deps

sudo apt-get install -y xvfb libx11-xcb1 libxcb-dri3-0 libxcomposite1 libxcursor1 libxdamage1 libxi6 libnss3 libatk1.0-0 libatk-bridge2.0-0 libgdk-pixbuf2.0-0 libgtk-3-0 libgbm1 libasound2

run virtual display in background

Xvfb -ac :99 -screen 0 1280x1024x16 &

Run bot to create default config DISPLAY=:99 ELECTRON_ENABLE_LOGGING=true ./BinanceTradingBot-1.2.1.AppImage

stop the app

Put your config to ~/.config/binance-trading-bot/config.json

run bot again with your config (use auto start)

DISPLAY=:99 ELECTRON_ENABLE_LOGGING=true ./BinanceTradingBot-1.2.1.AppImage

Clone this wiki locally