How to configure your settings
Currently configuration options are only available in the form of direct source code modification.
Don’t panic
There are only 2 configuration files.
- First login to Binance and generate an API key & secret
- Rename
apikeys.h.sampletoapikeys.h - Paste your key & secret
- See
config.hfor custom bot details
After configuring your bot, you’ll need to (re)compile.
Build bot:
cmake .
make
Or you can run ./compile.sh
Run:
./terminalbot
:)