diff options
Diffstat (limited to 'bitcoind/templates')
| -rw-r--r-- | bitcoind/templates/bitcoin.conf.j2 | 3 |
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}} |
