更新版本号至 4.16,补合并挖矿 TLS 配置说明
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user