The bot can be controlled from the command line.
bin/mmbot [-vdt] [-f <config_file>] [-p <number>] <cmd> <args...>
Switches must appear before the because all arguments after the are passed as arguments of the command.
Redirects log to stderr ("verbose mode"). This switch cannot be used when the bot starts in daemon mode
Temporarily enforces debug
mode of logging ("debug")
Enforces dry_run=1
for all trading pairs ("test")
Changes location of configuration file. Default location is at path ../conf/mmbot.conf
relative to bot's binary file
Opens port to access web interface. Number specifies port to open. The port is bound to localhost - this option cannot be used to open port to the internet.
Starts the Bot in daemon mode
Stops the running Bot
Restarts the running Bot (combination of stop+start)
Shows status of the Bot
If the Bot is already running, it shows its PID
Holds until the Bot is stopped