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.sample
toapikeys.h
- Paste your key & secret
- See
config.h
for 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
:)