deploy-examples icon indicating copy to clipboard operation
deploy-examples copied to clipboard

This repository provides various examples of how to deploy Hummingbot using Docker.

Results 30 deploy-examples issues
Sort by recently updated
recently updated
newest added

### Describe the bug While testing a PR and tried to relaunch deploy by running `docker compose restart` while there are active instances, it would not recognized the active containers...

bug

### Describe the bug When running instances and checking pause and stop buttons, the stop button cause connectionError and does not stop the hummingbot container ![Image](https://github.com/user-attachments/assets/0156c372-933c-495c-8ffb-179d8dc73967) ``` JSONDecodeError: Expecting value:...

bug

How do I display custom scripts in the Dashboard? How does the Dashboard use script strategies? I don't know why the strategies in hummingbot cannot be executed directly in the...

### Describe the bug # No Local Instances Shown After PMM Strategy Deployment ## Description After configuring and attempting to deploy a Pure Market Making (PMM) strategy in Hummingbot, no...

bug

### Describe the bug ## Description The `account_state_history.json` file generated in the `bots/data` directory lacks a parent key to wrap the data, resulting in an invalid JSON structure. This issue...

bug

Whenever following the ["Hummingbot Dashboard Tutorial"](http://localhost:8501/#watch-the-hummingbot-dashboard-tutorial) [video](https://youtu.be/7eHiMPRBQLQ?t=1239) the default values of `binance_perpetual`, `1m interval`, `2023/01/01` to `2023/01/02`, `BTC-USDT` fail to download candles (Ref. #51). [As mentioned](https://github.com/hummingbot/deploy/issues/51#issuecomment-2467314599), `kucoin` seems to work....

### Describe the bug A community member reported that GS does not load existing config from dashboard. ![image](https://github.com/user-attachments/assets/e808dcc2-40af-4106-aeaf-f1c5c80ea6bb) - Observed on this use case that I have 2 grind ranges...

bug

I wanted to override fees in a new hummingbot deployment using this repo and I can't seem to find where override fees files are. Docker documentation from https://hummingbot.org/global-configs/override-fees/ isn't correct...

### Describe the bug When testing hummingbot deploy using staging docker image then deploy my config, my controller does not start due to error ``` Traceback (most recent call last):...

bug