更新版本号至 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
+6 -2
View File
@@ -1,6 +1,6 @@
# P2Pool Configuration File Example
# Copy this file to /etc/p2pool/params.conf and edit as needed
# Compatible with: p2pool v4.15+
# Compatible with: p2pool v4.16+
# =============================================================================
# Monero Node Connection (REQUIRED)
@@ -84,9 +84,13 @@ local-api = true
# =============================================================================
# Merge Mining (Optional)
# =============================================================================
# Enable Tari merge mining
# Tari merge mining (this build includes gRPC, so tari:// is supported)
# Format: tari://<tari_node_ip>:<port> <tari_wallet_address>
# merge-mine = tari://127.0.0.1:18142 YOUR_TARI_WALLET_ADDRESS
#
# Generic JSON-RPC merge mining (other merge-mineable chains).
# v4.16+: TLS supported — prefix the host with https:// (default port 443).
# merge-mine = https://aux-node.example.com YOUR_AUX_WALLET_ADDRESS
# =============================================================================
# Logging