Skip to content

Releases: ghostsworm/quantmesh

Release 3.55.0-rc1-pre-bot-refactor

15 Feb 14:58
Immutable release. Only release title and notes can be modified.

Choose a tag to compare

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.sh

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
chmod +x quantmesh-linux-amd64
sudo mv quantmesh-linux-amd64 /usr/local/bin/quantmesh

Docker (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/data

Release 3.54.2-rc1

14 Feb 17:04
Immutable release. Only release title and notes can be modified.

Choose a tag to compare

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.sh

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
chmod +x quantmesh-linux-amd64
sudo mv quantmesh-linux-amd64 /usr/local/bin/quantmesh

Docker (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/data

Release 3.54.1-rc3

10 Feb 07:53
Immutable release. Only release title and notes can be modified.

Choose a tag to compare

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.sh

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
chmod +x quantmesh-linux-amd64
sudo mv quantmesh-linux-amd64 /usr/local/bin/quantmesh

Docker (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/data

Release 3.54.1-rc2

10 Feb 03:31
Immutable release. Only release title and notes can be modified.

Choose a tag to compare

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.sh

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
chmod +x quantmesh-linux-amd64
sudo mv quantmesh-linux-amd64 /usr/local/bin/quantmesh

Docker (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/data

Release 3.54.1-rc1

10 Feb 03:08
Immutable release. Only release title and notes can be modified.

Choose a tag to compare

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.sh

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
chmod +x quantmesh-linux-amd64
sudo mv quantmesh-linux-amd64 /usr/local/bin/quantmesh

Docker (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/data

Release 3.54.0-rc8

09 Feb 19:43
Immutable release. Only release title and notes can be modified.

Choose a tag to compare

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.sh

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
chmod +x quantmesh-linux-amd64
sudo mv quantmesh-linux-amd64 /usr/local/bin/quantmesh

Docker (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/data

Release 3.54.0-rc6

09 Feb 19:36
Immutable release. Only release title and notes can be modified.

Choose a tag to compare

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.sh

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
chmod +x quantmesh-linux-amd64
sudo mv quantmesh-linux-amd64 /usr/local/bin/quantmesh

Docker (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/data

Release 3.54.0-rc5

09 Feb 19:29
Immutable release. Only release title and notes can be modified.

Choose a tag to compare

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.sh

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
chmod +x quantmesh-linux-amd64
sudo mv quantmesh-linux-amd64 /usr/local/bin/quantmesh

Docker (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/data

Release 3.54.0-rc4

09 Feb 19:23
Immutable release. Only release title and notes can be modified.

Choose a tag to compare

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.sh

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
chmod +x quantmesh-linux-amd64
sudo mv quantmesh-linux-amd64 /usr/local/bin/quantmesh

Docker (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/data

Release 3.53.1-rc1

09 Feb 18:02
Immutable release. Only release title and notes can be modified.

Choose a tag to compare

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.sh

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
chmod +x quantmesh-linux-amd64
sudo mv quantmesh-linux-amd64 /usr/local/bin/quantmesh

Docker (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