lnd.conf: add tls settings, improve startup time (#1943)

This commit is contained in:
openoms
2021-03-18 21:31:23 +00:00
committed by GitHub
parent cd1e1f733c
commit a725aa1524
2 changed files with 24 additions and 0 deletions

View File

@@ -7,6 +7,18 @@ alias=raspiblitz
color=#68F442
nat=false
# Avoid historical graph data sync
ignore-historical-gossip-filters=1
# Avoid slow startup time
sync-freelist=1
# Avoid high startup overhead
stagger-initial-reconnect=1
# Delete and recreate RPC TLS certificate when details change or cert expires
tlsautorefresh=1
# Do not include IPs in the RPC TLS certificate
tlsdisableautofill=1
# RPC open to all connections on Port 10009
rpclisten=0.0.0.0:10009
# REST open to all connections on Port 8080

View File

@@ -7,6 +7,18 @@ alias=raspiblitz
color=#68F442
nat=false
# Avoid historical graph data sync
ignore-historical-gossip-filters=1
# Avoid slow startup time
sync-freelist=1
# Avoid high startup overhead
stagger-initial-reconnect=1
# Delete and recreate RPC TLS certificate when details change or cert expires
tlsautorefresh=1
# Do not include IPs in the RPC TLS certificate
tlsdisableautofill=1
# RPC open to all connections on Port 10009
rpclisten=0.0.0.0:10009
# REST open to all connections on Port 8080