diff --git a/home.admin/assets/lnd.bitcoin.conf b/home.admin/assets/lnd.bitcoin.conf index 86844af8b..ef5c9787a 100755 --- a/home.admin/assets/lnd.bitcoin.conf +++ b/home.admin/assets/lnd.bitcoin.conf @@ -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 diff --git a/home.admin/assets/lnd.litecoin.conf b/home.admin/assets/lnd.litecoin.conf index ca5f4be5e..50876ab2b 100755 --- a/home.admin/assets/lnd.litecoin.conf +++ b/home.admin/assets/lnd.litecoin.conf @@ -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