Releases: ghostsworm/quantmesh
Releases · ghostsworm/quantmesh
Release 3.105.0-rc8
Immutable
release. Only release title and notes can be modified.
What's Changed
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.shLinux (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/quantmeshDocker (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/dataRelease 3.105.0-rc11
Immutable
release. Only release title and notes can be modified.
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.shLinux (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/quantmeshDocker (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/dataRelease 3.105.0-rc10
Immutable
release. Only release title and notes can be modified.
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.shLinux (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/quantmeshDocker (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/dataRelease 3.105.0-rc6
Immutable
release. Only release title and notes can be modified.
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.shLinux (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/quantmeshDocker (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/dataRelease 3.105.0-rc5
Immutable
release. Only release title and notes can be modified.
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.shLinux (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/quantmeshDocker (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/dataRelease 3.105.0-rc4
Immutable
release. Only release title and notes can be modified.
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.shLinux (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/quantmeshDocker (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/dataRelease 3.105.0-rc3
Immutable
release. Only release title and notes can be modified.
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.shLinux (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/quantmeshDocker (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/dataRelease 3.105.0-rc2
Immutable
release. Only release title and notes can be modified.
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.shLinux (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/quantmeshDocker (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/dataRelease 3.104.0-rc8
Immutable
release. Only release title and notes can be modified.
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.shLinux (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/quantmeshDocker (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/dataRelease 3.104.0-rc7
Immutable
release. Only release title and notes can be modified.
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.shLinux (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/quantmeshDocker (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