src.nth.io/

summaryrefslogtreecommitdiff
path: root/bitcoind/templates
diff options
context:
space:
mode:
authorLuke Hoersten <[email protected]>2026-08-09 12:04:49 -0500
committerLuke Hoersten <[email protected]>2026-08-09 12:17:36 -0500
commit01bf1a09928ec308cd58fd00005ec85241b5d04f (patch)
tree420bc8ac0325030ad6079af1f2d0219b62f67ea5 /bitcoind/templates
parent4a881bd72dceb1d595b5f73554f466bc4540c739 (diff)
bitcoin: natpmp toggle; bump bitcoind 31.1, lnd 0.20.2-betaHEADmain
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.
Diffstat (limited to 'bitcoind/templates')
-rw-r--r--bitcoind/templates/bitcoin.conf.j23
1 files changed, 3 insertions, 0 deletions
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}}