2021-08-27 09:34:55 +02:00
|
|
|
# lnd configuration - some values might be overruled directly systemd-service exec call parameters
|
2018-07-29 01:33:54 +02:00
|
|
|
|
|
|
|
[Application Options]
|
2019-04-12 22:41:35 +02:00
|
|
|
debuglevel=debug
|
2018-07-29 01:33:54 +02:00
|
|
|
maxpendingchannels=5
|
2018-08-14 12:48:01 +02:00
|
|
|
alias=raspiblitz
|
2018-07-29 01:33:54 +02:00
|
|
|
color=#68F442
|
2018-10-18 15:39:25 +02:00
|
|
|
nat=false
|
2018-07-29 01:33:54 +02:00
|
|
|
|
2021-03-18 22:31:23 +01:00
|
|
|
# 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
|
|
|
|
|
2018-08-22 19:18:35 +02:00
|
|
|
# RPC open to all connections on Port 10009
|
|
|
|
rpclisten=0.0.0.0:10009
|
2018-12-22 16:44:15 +01:00
|
|
|
# REST open to all connections on Port 8080
|
|
|
|
restlisten=0.0.0.0:8080
|
|
|
|
|
2018-07-29 01:33:54 +02:00
|
|
|
[Litecoin]
|
|
|
|
litecoin.active=1
|
|
|
|
litecoin.mainnet=1
|
2018-08-14 12:48:01 +02:00
|
|
|
litecoin.node=litecoind
|
2018-09-18 23:47:35 +02:00
|
|
|
|
2018-07-29 01:33:54 +02:00
|
|
|
[autopilot]
|
2018-10-15 14:41:58 +02:00
|
|
|
autopilot.active=0
|
2018-07-29 01:33:54 +02:00
|
|
|
autopilot.maxchannels=5
|
|
|
|
autopilot.allocation=0.6
|