启用 WITH_GRPC=ON 支持 Tari 合并挖矿
Build and Release / release (push) Successful in 11s
Build and Release / build-and-test (amd64) (push) Successful in 3m54s
Build and Release / build-and-test (arm64) (push) Successful in 20m46s

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This commit is contained in:
2026-06-11 09:52:39 +08:00
co-authored by Claude Opus 4.8
parent b98a915df3
commit 1ecf2ca151
3 changed files with 17 additions and 13 deletions
+3 -3
View File
@@ -6,13 +6,13 @@ P2Pool 是 [SChernykh/p2pool](https://github.com/SChernykh/p2pool) 的定制打
## 产物
每次构建产出单个可执行文件(musl 纯静态,自带 boringssl/libuv/libzmq,无外部动态库依赖,任意 Linux 发行版可跑):
每次构建产出单个可执行文件(musl 纯静态,自带 boringssl/libuv/libzmq + 内置 gRPC,无外部动态库依赖,任意 Linux 发行版可跑):
| 二进制 | 作用 |
|---|---|
| `p2pool` | P2Pool sidechain 节点:连接 monerod、维护 sidechain、向矿工提供 stratum |
| `p2pool` | P2Pool sidechain 节点:连接 monerod、维护 sidechain、向矿工提供 stratum;支持与 Tari 合并挖矿 |
支持架构 `amd64` / `arm64`musl 纯静态,任意 Linux 发行版(Debian/Ubuntu/Alpine/CentOS 等)开箱即跑。静态构建仍保留 `--rpc-ssl`,可连接外部 SSL monerod 节点。
支持架构 `amd64` / `arm64`musl 纯静态,任意 Linux 发行版(Debian/Ubuntu/Alpine/CentOS 等)开箱即跑。静态构建仍保留 `--rpc-ssl`(连外部 SSL monerod 节点)与内置 gRPC`--merge-mine tari://...` 与 Tari 合并挖矿)
## 安装