更新版本号至 4.16,补合并挖矿 TLS 配置说明
Build and Release / build-and-test (arm64) (push) Successful in 24s
Build and Release / build-and-test (amd64) (push) Successful in 27s
Build and Release / release (push) Successful in 11s

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This commit is contained in:
2026-06-14 09:55:52 +08:00
co-authored by Claude Opus 4.8
parent 1ecf2ca151
commit 1f92188b59
5 changed files with 17 additions and 13 deletions
+1 -1
View File
@@ -4,7 +4,7 @@ set -e
# 参数检查
if [ $# -ne 3 ]; then
echo "Usage: $0 <ARCH> <VERSION> <TARGZ_FILE>"
echo "Example: $0 amd64 4.15.1 p2pool-amd64-linux-static-4.15.1.tar.gz"
echo "Example: $0 amd64 4.16 p2pool-amd64-linux-static-4.16.tar.gz"
exit 1
fi