Skip to content

Launch and Exit Hummingbot

This page contains information on launching and exiting the application, assuming Hummingbot is installed already on your machine.

Launch via Docker

If you downloaded the helper script before, proceed to step 2.

  1. Download start.sh helper script from Github using the command below.
wget https://raw.githubusercontent.com/CoinAlpha/hummingbot/development/installation/docker-commands/start.sh
chmod a+x start.sh

Tip

Run ls command from the terminal to check if the file is in your current directory.

  1. Run the following command inside the directory where the helper script is located:
./start.sh

Tip

If no containers are running, follow the guide to creating a Hummingbot instance.

Launch from source

  1. Make sure the hummingbot conda environment is enabled.
conda activate hummingbot
  1. In the hummingbot parent directory, run this command to launch the application:
./start

Tip

As of version 1.19.0, use ./start command to launch hummingbot from source. Read more

Exit Hummingbot

Running the exit command cancels all outstanding orders and exit the Hummingbot interface. In case of errors, the command exit -f will force the application to close.

If you're running Hummingbot installed via binary, exiting Hummingbot by clicking the close window icon will leave your active orders open in the exchange.

Tip

You can also press the keyboard shortcut CTRL + C twice to exit.