Skip to content

Releases: ghostsworm/quantmesh

Release 3.105.0-rc8

20 Apr 16:26
Immutable release. Only release title and notes can be modified.

Choose a tag to compare

What's Changed

  • 修正收益統計日曆無記錄日顯示為零值(3.105.0-rc8) (935fedd)
  • 發佈 3.105.0-rc7:訂單歷史預設查詢範圍改為 72 小時 (7c9f351)

Installation

Linux (amd64) - 自動安裝

wget https://github.com/ghostsworm/quantmesh/releases/download/v3.105.0-rc8/quantmesh-3.105.0-rc8-linux-amd64.tar.gz
tar -xzf quantmesh-3.105.0-rc8-linux-amd64.tar.gz
cd quantmesh-3.105.0-rc8-linux-amd64
sudo ./install.sh

Linux (amd64) - 手動安裝

wget https://github.com/ghostsworm/quantmesh/releases/download/v3.105.0-rc8/quantmesh-3.105.0-rc8-linux-amd64.tar.gz
tar -xzf quantmesh-3.105.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.105.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.105.0-rc8

或者使用 Docker Compose:

version: '3.8'
services:
  quantmesh:
    image: ghcr.io/ghostsworm/quantmesh:3.105.0-rc8
    container_name: quantmesh
    restart: unless-stopped
    ports:
      - "28888:28888"
    volumes:
      - ./config.yaml:/app/config.yaml:ro
      - ./data:/app/data

Release 3.105.0-rc11

20 Apr 17:14
Immutable release. Only release title and notes can be modified.

Choose a tag to compare

What's Changed

  • 修正 MySQL 示例 storage 類型並啟用 mysql+空 path 時存儲(3.105.0-rc11) (ad8f510)

Installation

Linux (amd64) - 自動安裝

wget https://github.com/ghostsworm/quantmesh/releases/download/v3.105.0-rc11/quantmesh-3.105.0-rc11-linux-amd64.tar.gz
tar -xzf quantmesh-3.105.0-rc11-linux-amd64.tar.gz
cd quantmesh-3.105.0-rc11-linux-amd64
sudo ./install.sh

Linux (amd64) - 手動安裝

wget https://github.com/ghostsworm/quantmesh/releases/download/v3.105.0-rc11/quantmesh-3.105.0-rc11-linux-amd64.tar.gz
tar -xzf quantmesh-3.105.0-rc11-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.105.0-rc11

# 运行容器
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.105.0-rc11

或者使用 Docker Compose:

version: '3.8'
services:
  quantmesh:
    image: ghcr.io/ghostsworm/quantmesh:3.105.0-rc11
    container_name: quantmesh
    restart: unless-stopped
    ports:
      - "28888:28888"
    volumes:
      - ./config.yaml:/app/config.yaml:ro
      - ./data:/app/data

Release 3.105.0-rc10

20 Apr 17:11
Immutable release. Only release title and notes can be modified.

Choose a tag to compare

What's Changed

  • 日誌庫 SQLite busy_timeout 與批量寫入重試(3.105.0-rc10) (084a513)
  • 修復波動預警 Stop 鎖複製與 GetStatistics 讀鎖死鎖(3.105.0-rc9) (a3cdf1a)

Installation

Linux (amd64) - 自動安裝

wget https://github.com/ghostsworm/quantmesh/releases/download/v3.105.0-rc10/quantmesh-3.105.0-rc10-linux-amd64.tar.gz
tar -xzf quantmesh-3.105.0-rc10-linux-amd64.tar.gz
cd quantmesh-3.105.0-rc10-linux-amd64
sudo ./install.sh

Linux (amd64) - 手動安裝

wget https://github.com/ghostsworm/quantmesh/releases/download/v3.105.0-rc10/quantmesh-3.105.0-rc10-linux-amd64.tar.gz
tar -xzf quantmesh-3.105.0-rc10-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.105.0-rc10

# 运行容器
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.105.0-rc10

或者使用 Docker Compose:

version: '3.8'
services:
  quantmesh:
    image: ghcr.io/ghostsworm/quantmesh:3.105.0-rc10
    container_name: quantmesh
    restart: unless-stopped
    ports:
      - "28888:28888"
    volumes:
      - ./config.yaml:/app/config.yaml:ro
      - ./data:/app/data

Release 3.105.0-rc6

15 Apr 14:39
Immutable release. Only release title and notes can be modified.

Choose a tag to compare

What's Changed

  • fix(storage): SaveAppConfigSnapshot 同步 bot_configs;Web 統一走 WithBotSource (c28d279)

Installation

Linux (amd64) - 自動安裝

wget https://github.com/ghostsworm/quantmesh/releases/download/v3.105.0-rc6/quantmesh-3.105.0-rc6-linux-amd64.tar.gz
tar -xzf quantmesh-3.105.0-rc6-linux-amd64.tar.gz
cd quantmesh-3.105.0-rc6-linux-amd64
sudo ./install.sh

Linux (amd64) - 手動安裝

wget https://github.com/ghostsworm/quantmesh/releases/download/v3.105.0-rc6/quantmesh-3.105.0-rc6-linux-amd64.tar.gz
tar -xzf quantmesh-3.105.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.105.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.105.0-rc6

或者使用 Docker Compose:

version: '3.8'
services:
  quantmesh:
    image: ghcr.io/ghostsworm/quantmesh:3.105.0-rc6
    container_name: quantmesh
    restart: unless-stopped
    ports:
      - "28888:28888"
    volumes:
      - ./config.yaml:/app/config.yaml:ro
      - ./data:/app/data

Release 3.105.0-rc5

15 Apr 14:26
Immutable release. Only release title and notes can be modified.

Choose a tag to compare

What's Changed

  • fix(web): 同步主庫與 bot_configs,並補齊風控加固路徑 (e3471ac)

Installation

Linux (amd64) - 自動安裝

wget https://github.com/ghostsworm/quantmesh/releases/download/v3.105.0-rc5/quantmesh-3.105.0-rc5-linux-amd64.tar.gz
tar -xzf quantmesh-3.105.0-rc5-linux-amd64.tar.gz
cd quantmesh-3.105.0-rc5-linux-amd64
sudo ./install.sh

Linux (amd64) - 手動安裝

wget https://github.com/ghostsworm/quantmesh/releases/download/v3.105.0-rc5/quantmesh-3.105.0-rc5-linux-amd64.tar.gz
tar -xzf quantmesh-3.105.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.105.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.105.0-rc5

或者使用 Docker Compose:

version: '3.8'
services:
  quantmesh:
    image: ghcr.io/ghostsworm/quantmesh:3.105.0-rc5
    container_name: quantmesh
    restart: unless-stopped
    ports:
      - "28888:28888"
    volumes:
      - ./config.yaml:/app/config.yaml:ro
      - ./data:/app/data

Release 3.105.0-rc4

15 Apr 14:20
Immutable release. Only release title and notes can be modified.

Choose a tag to compare

What's Changed

  • fix: 策略保存時同步 bot_configs 與 app_config (7f5306c)

Installation

Linux (amd64) - 自動安裝

wget https://github.com/ghostsworm/quantmesh/releases/download/v3.105.0-rc4/quantmesh-3.105.0-rc4-linux-amd64.tar.gz
tar -xzf quantmesh-3.105.0-rc4-linux-amd64.tar.gz
cd quantmesh-3.105.0-rc4-linux-amd64
sudo ./install.sh

Linux (amd64) - 手動安裝

wget https://github.com/ghostsworm/quantmesh/releases/download/v3.105.0-rc4/quantmesh-3.105.0-rc4-linux-amd64.tar.gz
tar -xzf quantmesh-3.105.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.105.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.105.0-rc4

或者使用 Docker Compose:

version: '3.8'
services:
  quantmesh:
    image: ghcr.io/ghostsworm/quantmesh:3.105.0-rc4
    container_name: quantmesh
    restart: unless-stopped
    ports:
      - "28888:28888"
    volumes:
      - ./config.yaml:/app/config.yaml:ro
      - ./data:/app/data

Release 3.105.0-rc3

15 Apr 13:55
Immutable release. Only release title and notes can be modified.

Choose a tag to compare

What's Changed

  • fix: 繁中(zh-TW)補齊 BOTH 方向說明與回測文案 (aa6edaf)

Installation

Linux (amd64) - 自動安裝

wget https://github.com/ghostsworm/quantmesh/releases/download/v3.105.0-rc3/quantmesh-3.105.0-rc3-linux-amd64.tar.gz
tar -xzf quantmesh-3.105.0-rc3-linux-amd64.tar.gz
cd quantmesh-3.105.0-rc3-linux-amd64
sudo ./install.sh

Linux (amd64) - 手動安裝

wget https://github.com/ghostsworm/quantmesh/releases/download/v3.105.0-rc3/quantmesh-3.105.0-rc3-linux-amd64.tar.gz
tar -xzf quantmesh-3.105.0-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.105.0-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.105.0-rc3

或者使用 Docker Compose:

version: '3.8'
services:
  quantmesh:
    image: ghcr.io/ghostsworm/quantmesh:3.105.0-rc3
    container_name: quantmesh
    restart: unless-stopped
    ports:
      - "28888:28888"
    volumes:
      - ./config.yaml:/app/config.yaml:ro
      - ./data:/app/data

Release 3.105.0-rc2

15 Apr 12:49
Immutable release. Only release title and notes can be modified.

Choose a tag to compare

What's Changed

  • feat: 單向淨持倉雙向網格(BOTH)與 Bot 創建衝突修正 (2434084)

Installation

Linux (amd64) - 自動安裝

wget https://github.com/ghostsworm/quantmesh/releases/download/v3.105.0-rc2/quantmesh-3.105.0-rc2-linux-amd64.tar.gz
tar -xzf quantmesh-3.105.0-rc2-linux-amd64.tar.gz
cd quantmesh-3.105.0-rc2-linux-amd64
sudo ./install.sh

Linux (amd64) - 手動安裝

wget https://github.com/ghostsworm/quantmesh/releases/download/v3.105.0-rc2/quantmesh-3.105.0-rc2-linux-amd64.tar.gz
tar -xzf quantmesh-3.105.0-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.105.0-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.105.0-rc2

或者使用 Docker Compose:

version: '3.8'
services:
  quantmesh:
    image: ghcr.io/ghostsworm/quantmesh:3.105.0-rc2
    container_name: quantmesh
    restart: unless-stopped
    ports:
      - "28888:28888"
    volumes:
      - ./config.yaml:/app/config.yaml:ro
      - ./data:/app/data

Release 3.104.0-rc8

15 Apr 08:18
Immutable release. Only release title and notes can be modified.

Choose a tag to compare

What's Changed

  • 修正:Bot 停止時 PUT 風控回 404,改為與 GET 一致載入並持久化(v3.104.0-rc8) (ff5c36c)

Installation

Linux (amd64) - 自動安裝

wget https://github.com/ghostsworm/quantmesh/releases/download/v3.104.0-rc8/quantmesh-3.104.0-rc8-linux-amd64.tar.gz
tar -xzf quantmesh-3.104.0-rc8-linux-amd64.tar.gz
cd quantmesh-3.104.0-rc8-linux-amd64
sudo ./install.sh

Linux (amd64) - 手動安裝

wget https://github.com/ghostsworm/quantmesh/releases/download/v3.104.0-rc8/quantmesh-3.104.0-rc8-linux-amd64.tar.gz
tar -xzf quantmesh-3.104.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.104.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.104.0-rc8

或者使用 Docker Compose:

version: '3.8'
services:
  quantmesh:
    image: ghcr.io/ghostsworm/quantmesh:3.104.0-rc8
    container_name: quantmesh
    restart: unless-stopped
    ports:
      - "28888:28888"
    volumes:
      - ./config.yaml:/app/config.yaml:ro
      - ./data:/app/data

Release 3.104.0-rc7

15 Apr 05:14
Immutable release. Only release title and notes can be modified.

Choose a tag to compare

What's Changed

  • 修復:配置保存時勿持鎖同步新聞監控,避免 PUT 策略等 API 阻塞十餘秒 (5d12212)

Installation

Linux (amd64) - 自動安裝

wget https://github.com/ghostsworm/quantmesh/releases/download/v3.104.0-rc7/quantmesh-3.104.0-rc7-linux-amd64.tar.gz
tar -xzf quantmesh-3.104.0-rc7-linux-amd64.tar.gz
cd quantmesh-3.104.0-rc7-linux-amd64
sudo ./install.sh

Linux (amd64) - 手動安裝

wget https://github.com/ghostsworm/quantmesh/releases/download/v3.104.0-rc7/quantmesh-3.104.0-rc7-linux-amd64.tar.gz
tar -xzf quantmesh-3.104.0-rc7-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.104.0-rc7

# 运行容器
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.104.0-rc7

或者使用 Docker Compose:

version: '3.8'
services:
  quantmesh:
    image: ghcr.io/ghostsworm/quantmesh:3.104.0-rc7
    container_name: quantmesh
    restart: unless-stopped
    ports:
      - "28888:28888"
    volumes:
      - ./config.yaml:/app/config.yaml:ro
      - ./data:/app/data