Releases: ghostsworm/quantmesh
Releases · ghostsworm/quantmesh
Release 3.55.0-rc1-pre-bot-refactor
Immutable
release. Only release title and notes can be modified.
What's Changed
- chore: bump version to v3.54.2-rc1 (948d737)
Installation
Linux (amd64) - 自動安裝
wget https://github.com/ghostsworm/quantmesh/releases/download/v3.55.0-rc1-pre-bot-refactor/quantmesh-3.55.0-rc1-pre-bot-refactor-linux-amd64.tar.gz
tar -xzf quantmesh-3.55.0-rc1-pre-bot-refactor-linux-amd64.tar.gz
cd quantmesh-3.55.0-rc1-pre-bot-refactor-linux-amd64
sudo ./install.shLinux (amd64) - 手動安裝
wget https://github.com/ghostsworm/quantmesh/releases/download/v3.55.0-rc1-pre-bot-refactor/quantmesh-3.55.0-rc1-pre-bot-refactor-linux-amd64.tar.gz
tar -xzf quantmesh-3.55.0-rc1-pre-bot-refactor-linux-amd64.tar.gz
chmod +x quantmesh-linux-amd64
sudo mv quantmesh-linux-amd64 /usr/local/bin/quantmeshDocker (GitHub Container Registry)
# 拉取镜像
docker pull ghcr.io/ghostsworm/quantmesh:3.55.0-rc1-pre-bot-refactor
# 运行容器
docker run -d \
--name quantmesh \
-p 28888:28888 \
-v $(pwd)/config.yaml:/app/config.yaml \
-v $(pwd)/data:/app/data \
ghcr.io/ghostsworm/quantmesh:3.55.0-rc1-pre-bot-refactor或者使用 Docker Compose:
version: '3.8'
services:
quantmesh:
image: ghcr.io/ghostsworm/quantmesh:3.55.0-rc1-pre-bot-refactor
container_name: quantmesh
restart: unless-stopped
ports:
- "28888:28888"
volumes:
- ./config.yaml:/app/config.yaml:ro
- ./data:/app/dataRelease 3.54.2-rc1
Immutable
release. Only release title and notes can be modified.
What's Changed
- chore: bump version to v3.54.2-rc1 (948d737)
Installation
Linux (amd64) - 自動安裝
wget https://github.com/ghostsworm/quantmesh/releases/download/v3.54.2-rc1/quantmesh-3.54.2-rc1-linux-amd64.tar.gz
tar -xzf quantmesh-3.54.2-rc1-linux-amd64.tar.gz
cd quantmesh-3.54.2-rc1-linux-amd64
sudo ./install.shLinux (amd64) - 手動安裝
wget https://github.com/ghostsworm/quantmesh/releases/download/v3.54.2-rc1/quantmesh-3.54.2-rc1-linux-amd64.tar.gz
tar -xzf quantmesh-3.54.2-rc1-linux-amd64.tar.gz
chmod +x quantmesh-linux-amd64
sudo mv quantmesh-linux-amd64 /usr/local/bin/quantmeshDocker (GitHub Container Registry)
# 拉取镜像
docker pull ghcr.io/ghostsworm/quantmesh:3.54.2-rc1
# 运行容器
docker run -d \
--name quantmesh \
-p 28888:28888 \
-v $(pwd)/config.yaml:/app/config.yaml \
-v $(pwd)/data:/app/data \
ghcr.io/ghostsworm/quantmesh:3.54.2-rc1或者使用 Docker Compose:
version: '3.8'
services:
quantmesh:
image: ghcr.io/ghostsworm/quantmesh:3.54.2-rc1
container_name: quantmesh
restart: unless-stopped
ports:
- "28888:28888"
volumes:
- ./config.yaml:/app/config.yaml:ro
- ./data:/app/dataRelease 3.54.1-rc3
Immutable
release. Only release title and notes can be modified.
What's Changed
- chore: bump version to v3.54.1-rc3 (24d395d)
Installation
Linux (amd64) - 自動安裝
wget https://github.com/ghostsworm/quantmesh/releases/download/v3.54.1-rc3/quantmesh-3.54.1-rc3-linux-amd64.tar.gz
tar -xzf quantmesh-3.54.1-rc3-linux-amd64.tar.gz
cd quantmesh-3.54.1-rc3-linux-amd64
sudo ./install.shLinux (amd64) - 手動安裝
wget https://github.com/ghostsworm/quantmesh/releases/download/v3.54.1-rc3/quantmesh-3.54.1-rc3-linux-amd64.tar.gz
tar -xzf quantmesh-3.54.1-rc3-linux-amd64.tar.gz
chmod +x quantmesh-linux-amd64
sudo mv quantmesh-linux-amd64 /usr/local/bin/quantmeshDocker (GitHub Container Registry)
# 拉取镜像
docker pull ghcr.io/ghostsworm/quantmesh:3.54.1-rc3
# 运行容器
docker run -d \
--name quantmesh \
-p 28888:28888 \
-v $(pwd)/config.yaml:/app/config.yaml \
-v $(pwd)/data:/app/data \
ghcr.io/ghostsworm/quantmesh:3.54.1-rc3或者使用 Docker Compose:
version: '3.8'
services:
quantmesh:
image: ghcr.io/ghostsworm/quantmesh:3.54.1-rc3
container_name: quantmesh
restart: unless-stopped
ports:
- "28888:28888"
volumes:
- ./config.yaml:/app/config.yaml:ro
- ./data:/app/dataRelease 3.54.1-rc2
Immutable
release. Only release title and notes can be modified.
What's Changed
- chore: bump version to v3.54.1-rc2 (ce4e638)
Installation
Linux (amd64) - 自動安裝
wget https://github.com/ghostsworm/quantmesh/releases/download/v3.54.1-rc2/quantmesh-3.54.1-rc2-linux-amd64.tar.gz
tar -xzf quantmesh-3.54.1-rc2-linux-amd64.tar.gz
cd quantmesh-3.54.1-rc2-linux-amd64
sudo ./install.shLinux (amd64) - 手動安裝
wget https://github.com/ghostsworm/quantmesh/releases/download/v3.54.1-rc2/quantmesh-3.54.1-rc2-linux-amd64.tar.gz
tar -xzf quantmesh-3.54.1-rc2-linux-amd64.tar.gz
chmod +x quantmesh-linux-amd64
sudo mv quantmesh-linux-amd64 /usr/local/bin/quantmeshDocker (GitHub Container Registry)
# 拉取镜像
docker pull ghcr.io/ghostsworm/quantmesh:3.54.1-rc2
# 运行容器
docker run -d \
--name quantmesh \
-p 28888:28888 \
-v $(pwd)/config.yaml:/app/config.yaml \
-v $(pwd)/data:/app/data \
ghcr.io/ghostsworm/quantmesh:3.54.1-rc2或者使用 Docker Compose:
version: '3.8'
services:
quantmesh:
image: ghcr.io/ghostsworm/quantmesh:3.54.1-rc2
container_name: quantmesh
restart: unless-stopped
ports:
- "28888:28888"
volumes:
- ./config.yaml:/app/config.yaml:ro
- ./data:/app/dataRelease 3.54.1-rc1
Immutable
release. Only release title and notes can be modified.
What's Changed
- chore: bump version to v3.54.1-rc1 (4d3c44a)
Installation
Linux (amd64) - 自動安裝
wget https://github.com/ghostsworm/quantmesh/releases/download/v3.54.1-rc1/quantmesh-3.54.1-rc1-linux-amd64.tar.gz
tar -xzf quantmesh-3.54.1-rc1-linux-amd64.tar.gz
cd quantmesh-3.54.1-rc1-linux-amd64
sudo ./install.shLinux (amd64) - 手動安裝
wget https://github.com/ghostsworm/quantmesh/releases/download/v3.54.1-rc1/quantmesh-3.54.1-rc1-linux-amd64.tar.gz
tar -xzf quantmesh-3.54.1-rc1-linux-amd64.tar.gz
chmod +x quantmesh-linux-amd64
sudo mv quantmesh-linux-amd64 /usr/local/bin/quantmeshDocker (GitHub Container Registry)
# 拉取镜像
docker pull ghcr.io/ghostsworm/quantmesh:3.54.1-rc1
# 运行容器
docker run -d \
--name quantmesh \
-p 28888:28888 \
-v $(pwd)/config.yaml:/app/config.yaml \
-v $(pwd)/data:/app/data \
ghcr.io/ghostsworm/quantmesh:3.54.1-rc1或者使用 Docker Compose:
version: '3.8'
services:
quantmesh:
image: ghcr.io/ghostsworm/quantmesh:3.54.1-rc1
container_name: quantmesh
restart: unless-stopped
ports:
- "28888:28888"
volumes:
- ./config.yaml:/app/config.yaml:ro
- ./data:/app/dataRelease 3.54.0-rc8
Immutable
release. Only release title and notes can be modified.
What's Changed
- fix: 修复现货 WebSocket 消息解析失败 (e 字段类型不匹配) (86ce0b0)
Installation
Linux (amd64) - 自動安裝
wget https://github.com/ghostsworm/quantmesh/releases/download/v3.54.0-rc8/quantmesh-3.54.0-rc8-linux-amd64.tar.gz
tar -xzf quantmesh-3.54.0-rc8-linux-amd64.tar.gz
cd quantmesh-3.54.0-rc8-linux-amd64
sudo ./install.shLinux (amd64) - 手動安裝
wget https://github.com/ghostsworm/quantmesh/releases/download/v3.54.0-rc8/quantmesh-3.54.0-rc8-linux-amd64.tar.gz
tar -xzf quantmesh-3.54.0-rc8-linux-amd64.tar.gz
chmod +x quantmesh-linux-amd64
sudo mv quantmesh-linux-amd64 /usr/local/bin/quantmeshDocker (GitHub Container Registry)
# 拉取镜像
docker pull ghcr.io/ghostsworm/quantmesh:3.54.0-rc8
# 运行容器
docker run -d \
--name quantmesh \
-p 28888:28888 \
-v $(pwd)/config.yaml:/app/config.yaml \
-v $(pwd)/data:/app/data \
ghcr.io/ghostsworm/quantmesh:3.54.0-rc8或者使用 Docker Compose:
version: '3.8'
services:
quantmesh:
image: ghcr.io/ghostsworm/quantmesh:3.54.0-rc8
container_name: quantmesh
restart: unless-stopped
ports:
- "28888:28888"
volumes:
- ./config.yaml:/app/config.yaml:ro
- ./data:/app/dataRelease 3.54.0-rc6
Immutable
release. Only release title and notes can be modified.
What's Changed
- fix: 修复启动/停止交易 API 未传 market_type 导致现货误判为合约 (80d0042)
Installation
Linux (amd64) - 自動安裝
wget https://github.com/ghostsworm/quantmesh/releases/download/v3.54.0-rc6/quantmesh-3.54.0-rc6-linux-amd64.tar.gz
tar -xzf quantmesh-3.54.0-rc6-linux-amd64.tar.gz
cd quantmesh-3.54.0-rc6-linux-amd64
sudo ./install.shLinux (amd64) - 手動安裝
wget https://github.com/ghostsworm/quantmesh/releases/download/v3.54.0-rc6/quantmesh-3.54.0-rc6-linux-amd64.tar.gz
tar -xzf quantmesh-3.54.0-rc6-linux-amd64.tar.gz
chmod +x quantmesh-linux-amd64
sudo mv quantmesh-linux-amd64 /usr/local/bin/quantmeshDocker (GitHub Container Registry)
# 拉取镜像
docker pull ghcr.io/ghostsworm/quantmesh:3.54.0-rc6
# 运行容器
docker run -d \
--name quantmesh \
-p 28888:28888 \
-v $(pwd)/config.yaml:/app/config.yaml \
-v $(pwd)/data:/app/data \
ghcr.io/ghostsworm/quantmesh:3.54.0-rc6或者使用 Docker Compose:
version: '3.8'
services:
quantmesh:
image: ghcr.io/ghostsworm/quantmesh:3.54.0-rc6
container_name: quantmesh
restart: unless-stopped
ports:
- "28888:28888"
volumes:
- ./config.yaml:/app/config.yaml:ro
- ./data:/app/dataRelease 3.54.0-rc5
Immutable
release. Only release title and notes can be modified.
What's Changed
- fix: 修复启动/停止交易对缺少 market_type 判断导致现货/合约冲突 (042607f)
Installation
Linux (amd64) - 自動安裝
wget https://github.com/ghostsworm/quantmesh/releases/download/v3.54.0-rc5/quantmesh-3.54.0-rc5-linux-amd64.tar.gz
tar -xzf quantmesh-3.54.0-rc5-linux-amd64.tar.gz
cd quantmesh-3.54.0-rc5-linux-amd64
sudo ./install.shLinux (amd64) - 手動安裝
wget https://github.com/ghostsworm/quantmesh/releases/download/v3.54.0-rc5/quantmesh-3.54.0-rc5-linux-amd64.tar.gz
tar -xzf quantmesh-3.54.0-rc5-linux-amd64.tar.gz
chmod +x quantmesh-linux-amd64
sudo mv quantmesh-linux-amd64 /usr/local/bin/quantmeshDocker (GitHub Container Registry)
# 拉取镜像
docker pull ghcr.io/ghostsworm/quantmesh:3.54.0-rc5
# 运行容器
docker run -d \
--name quantmesh \
-p 28888:28888 \
-v $(pwd)/config.yaml:/app/config.yaml \
-v $(pwd)/data:/app/data \
ghcr.io/ghostsworm/quantmesh:3.54.0-rc5或者使用 Docker Compose:
version: '3.8'
services:
quantmesh:
image: ghcr.io/ghostsworm/quantmesh:3.54.0-rc5
container_name: quantmesh
restart: unless-stopped
ports:
- "28888:28888"
volumes:
- ./config.yaml:/app/config.yaml:ro
- ./data:/app/dataRelease 3.54.0-rc4
Immutable
release. Only release title and notes can be modified.
What's Changed
- fix: 修复概览页同名交易对被错误合并 (现货/合约去重 bug) (668ae41)
Installation
Linux (amd64) - 自動安裝
wget https://github.com/ghostsworm/quantmesh/releases/download/v3.54.0-rc4/quantmesh-3.54.0-rc4-linux-amd64.tar.gz
tar -xzf quantmesh-3.54.0-rc4-linux-amd64.tar.gz
cd quantmesh-3.54.0-rc4-linux-amd64
sudo ./install.shLinux (amd64) - 手動安裝
wget https://github.com/ghostsworm/quantmesh/releases/download/v3.54.0-rc4/quantmesh-3.54.0-rc4-linux-amd64.tar.gz
tar -xzf quantmesh-3.54.0-rc4-linux-amd64.tar.gz
chmod +x quantmesh-linux-amd64
sudo mv quantmesh-linux-amd64 /usr/local/bin/quantmeshDocker (GitHub Container Registry)
# 拉取镜像
docker pull ghcr.io/ghostsworm/quantmesh:3.54.0-rc4
# 运行容器
docker run -d \
--name quantmesh \
-p 28888:28888 \
-v $(pwd)/config.yaml:/app/config.yaml \
-v $(pwd)/data:/app/data \
ghcr.io/ghostsworm/quantmesh:3.54.0-rc4或者使用 Docker Compose:
version: '3.8'
services:
quantmesh:
image: ghcr.io/ghostsworm/quantmesh:3.54.0-rc4
container_name: quantmesh
restart: unless-stopped
ports:
- "28888:28888"
volumes:
- ./config.yaml:/app/config.yaml:ro
- ./data:/app/dataRelease 3.53.1-rc1
Immutable
release. Only release title and notes can be modified.
What's Changed
- chore: bump version to v3.53.1-rc1 (7b0c240)
Installation
Linux (amd64) - 自動安裝
wget https://github.com/ghostsworm/quantmesh/releases/download/v3.53.1-rc1/quantmesh-3.53.1-rc1-linux-amd64.tar.gz
tar -xzf quantmesh-3.53.1-rc1-linux-amd64.tar.gz
cd quantmesh-3.53.1-rc1-linux-amd64
sudo ./install.shLinux (amd64) - 手動安裝
wget https://github.com/ghostsworm/quantmesh/releases/download/v3.53.1-rc1/quantmesh-3.53.1-rc1-linux-amd64.tar.gz
tar -xzf quantmesh-3.53.1-rc1-linux-amd64.tar.gz
chmod +x quantmesh-linux-amd64
sudo mv quantmesh-linux-amd64 /usr/local/bin/quantmeshDocker (GitHub Container Registry)
# 拉取镜像
docker pull ghcr.io/ghostsworm/quantmesh:3.53.1-rc1
# 运行容器
docker run -d \
--name quantmesh \
-p 28888:28888 \
-v $(pwd)/config.yaml:/app/config.yaml \
-v $(pwd)/data:/app/data \
ghcr.io/ghostsworm/quantmesh:3.53.1-rc1或者使用 Docker Compose:
version: '3.8'
services:
quantmesh:
image: ghcr.io/ghostsworm/quantmesh:3.53.1-rc1
container_name: quantmesh
restart: unless-stopped
ports:
- "28888:28888"
volumes:
- ./config.yaml:/app/config.yaml:ro
- ./data:/app/data