From 01bf1a09928ec308cd58fd00005ec85241b5d04f Mon Sep 17 00:00:00 2001 From: Luke Hoersten Date: Sun, 9 Aug 2026 12:04:49 -0500 Subject: bitcoin: natpmp toggle; bump bitcoind 31.1, lnd 0.20.2-beta Add bitcoind_natpmp (default on, matching Core 28+); upnp dropped since the official binaries ship without miniupnpc. Bump bitcoind 31.0 -> 31.1 and lnd 0.20.x -> 0.20.2-beta, with sha256 hashes updated from the signed bitcoin SHA256SUMS and the lnd release manifest. --- bitcoind/templates/bitcoin.conf.j2 | 3 +++ 1 file changed, 3 insertions(+) (limited to 'bitcoind/templates/bitcoin.conf.j2') diff --git a/bitcoind/templates/bitcoin.conf.j2 b/bitcoind/templates/bitcoin.conf.j2 index 0d9e6cb..d66c2f0 100644 --- a/bitcoind/templates/bitcoin.conf.j2 +++ b/bitcoind/templates/bitcoin.conf.j2 @@ -9,6 +9,9 @@ par={{bitcoind_threads}} checkblocks=6 checklevel=0 +# Port mapping: ask the router (NAT-PMP/PCP) to open the p2p port. +natpmp={{bitcoind_natpmp}} + server=1 rpcbind=127.0.0.1 {% for ip in bitcoind_rpc_bind %}rpcbind={{ip}} -- cgit v1.2.3