sample-lnd.conf: harmonize section separators

Harmonize formatting of section separators and clean up whitespace in
sample-lnd.conf
This commit is contained in:
xanoni 2021-06-29 04:29:28 -04:00
parent 20ef37d87d
commit 06ad5ecfe5

@ -122,7 +122,6 @@
; into account. ; into account.
; payments-expiration-grace-period=30 ; payments-expiration-grace-period=30
; Specify the interfaces to listen on for p2p connections. One listen ; Specify the interfaces to listen on for p2p connections. One listen
; address per line. ; address per line.
; All ipv4 on port 9735: ; All ipv4 on port 9735:
@ -159,7 +158,6 @@
; policy of the REST RPC proxy. ; policy of the REST RPC proxy.
; restcors=https://my-special-site.com ; restcors=https://my-special-site.com
; Adding an external IP will advertise your node to the network. This signals ; Adding an external IP will advertise your node to the network. This signals
; that your node is available to accept incoming channels. If you don't wish to ; that your node is available to accept incoming channels. If you don't wish to
; advertise your node, this value doesn't need to be set. Unless specified ; advertise your node, this value doesn't need to be set. Unless specified
@ -512,6 +510,7 @@ bitcoin.node=btcd
; bitcoin.dnsseed=seed1.test.lightning ; bitcoin.dnsseed=seed1.test.lightning
; bitcoin.dnsseed=seed2.test.lightning,soa.seed2.test.lightning ; bitcoin.dnsseed=seed2.test.lightning,soa.seed2.test.lightning
[Btcd] [Btcd]
; The base directory that contains the node's data, logs, configuration file, ; The base directory that contains the node's data, logs, configuration file,
@ -578,6 +577,7 @@ bitcoin.node=btcd
; pruned blocks from. This only applies to pruned nodes. ; pruned blocks from. This only applies to pruned nodes.
; bitcoind.pruned-node-max-peers=4 ; bitcoind.pruned-node-max-peers=4
[neutrino] [neutrino]
; Connect only to the specified peers at startup. This creates a persistent ; Connect only to the specified peers at startup. This creates a persistent
@ -633,6 +633,7 @@ bitcoin.node=btcd
; Neutrino is used. (default: false) ; Neutrino is used. (default: false)
; neutrino.validatechannels=false ; neutrino.validatechannels=false
[Litecoin] [Litecoin]
; If the Litecoin chain should be active. Atm, only a single chain can be ; If the Litecoin chain should be active. Atm, only a single chain can be
@ -710,6 +711,7 @@ litecoin.node=ltcd
; litecoin.dnsseed=seed1.test-ltc.lightning ; litecoin.dnsseed=seed1.test-ltc.lightning
; litecoin.dnsseed=seed2.test-ltc.lightning,soa.seed2.test-ltc.lightning ; litecoin.dnsseed=seed2.test-ltc.lightning,soa.seed2.test-ltc.lightning
[Ltcd] [Ltcd]
; The base directory that contains the node's data, logs, configuration file, ; The base directory that contains the node's data, logs, configuration file,
@ -776,6 +778,7 @@ litecoin.node=ltcd
; pruned blocks from. This only applies to pruned nodes. ; pruned blocks from. This only applies to pruned nodes.
; litecoind.pruned-node-max-peers=4 ; litecoind.pruned-node-max-peers=4
[autopilot] [autopilot]
; If the autopilot agent should be active or not. The autopilot agent will ; If the autopilot agent should be active or not. The autopilot agent will
@ -814,6 +817,7 @@ litecoin.node=ltcd
; 3) ; 3)
; autopilot.conftarget=2 ; autopilot.conftarget=2
[tor] [tor]
; Allow outbound and inbound connections to be routed through Tor ; Allow outbound and inbound connections to be routed through Tor
; tor.active=true ; tor.active=true
@ -858,7 +862,9 @@ litecoin.node=ltcd
;The path to the private key of the watchtower onion service being created ;The path to the private key of the watchtower onion service being created
; tor.watchtowerkeypath=/other/path/ ; tor.watchtowerkeypath=/other/path/
[watchtower] [watchtower]
; Enable integrated watchtower listening on :9911 by default. ; Enable integrated watchtower listening on :9911 by default.
; watchtower.active=true ; watchtower.active=true
@ -892,7 +898,9 @@ litecoin.node=ltcd
; hanging up on client connections ; hanging up on client connections
; watchtower.writetimeout=15s ; watchtower.writetimeout=15s
[wtclient] [wtclient]
; Activate Watchtower Client. To get more information or configure watchtowers ; Activate Watchtower Client. To get more information or configure watchtowers
; run `lncli wtclient -h`. ; run `lncli wtclient -h`.
; wtclient.active=true ; wtclient.active=true
@ -908,7 +916,9 @@ litecoin.node=ltcd
; supported at this time, if none are provided the tower will not be enabled. ; supported at this time, if none are provided the tower will not be enabled.
; wtclient.private-tower-uris= ; wtclient.private-tower-uris=
[healthcheck] [healthcheck]
; The number of times we should attempt to query our chain backend before ; The number of times we should attempt to query our chain backend before
; gracefully shutting down. Set this value to 0 to disable this health check. ; gracefully shutting down. Set this value to 0 to disable this health check.
; healthcheck.chainbackend.attempts=3 ; healthcheck.chainbackend.attempts=3
@ -960,22 +970,27 @@ litecoin.node=ltcd
; This value must be >= 1m. ; This value must be >= 1m.
; healthcheck.tls.interval=1m ; healthcheck.tls.interval=1m
[signrpc] [signrpc]
; Path to the signer macaroon. ; Path to the signer macaroon.
; signrpc.signermacaroonpath=~/.lnd/data/chain/bitcoin/simnet/signer.macaroon ; signrpc.signermacaroonpath=~/.lnd/data/chain/bitcoin/simnet/signer.macaroon
[walletrpc] [walletrpc]
; Path to the wallet kit macaroon. ; Path to the wallet kit macaroon.
; walletrpc.walletkitmacaroonpath=~/.lnd/data/chain/bitcoin/simnet/walletkit.macaroon ; walletrpc.walletkitmacaroonpath=~/.lnd/data/chain/bitcoin/simnet/walletkit.macaroon
[chainrpc] [chainrpc]
; Path to the chain notifier macaroon. ; Path to the chain notifier macaroon.
; chainrpc.notifiermacaroonpath=~/.lnd/data/chain/bitcoin/simnet/chainnotifier.macaroon ; chainrpc.notifiermacaroonpath=~/.lnd/data/chain/bitcoin/simnet/chainnotifier.macaroon
[routerrpc] [routerrpc]
; Minimum required route success probability to attempt the payment (default: ; Minimum required route success probability to attempt the payment (default:
; 0.01) ; 0.01)
; routerrpc.minrtprob=1 ; routerrpc.minrtprob=1
@ -1006,7 +1021,9 @@ litecoin.node=ltcd
; Path to the router macaroon ; Path to the router macaroon
; routerrpc.routermacaroonpath=~/.lnd/data/chain/bitcoin/simnet/router.macaroon ; routerrpc.routermacaroonpath=~/.lnd/data/chain/bitcoin/simnet/router.macaroon
[workers] [workers]
; Maximum number of concurrent read pool workers. This number should be ; Maximum number of concurrent read pool workers. This number should be
; proportional to the number of peers. (default: 100) ; proportional to the number of peers. (default: 100)
; workers.read=200 ; workers.read=200
@ -1019,6 +1036,7 @@ litecoin.node=ltcd
; proportional to the number of CPUs on the host. (default: 8) ; proportional to the number of CPUs on the host. (default: 8)
; workers.sig=4 ; workers.sig=4
[caches] [caches]
; Maximum number of entries contained in the reject cache, which is used to speed ; Maximum number of entries contained in the reject cache, which is used to speed
@ -1031,7 +1049,9 @@ litecoin.node=ltcd
; roughly 2Kb. (default: 20000) ; roughly 2Kb. (default: 20000)
; caches.channel-cache-size=9000000 ; caches.channel-cache-size=9000000
[protocol] [protocol]
; If set, then lnd will create and accept requests for channels larger than 0.16 ; If set, then lnd will create and accept requests for channels larger than 0.16
; BTC ; BTC
; protocol.wumbo-channels=true ; protocol.wumbo-channels=true
@ -1042,7 +1062,9 @@ litecoin.node=ltcd
; (Deprecates the previous "protocol.anchors" setting.) ; (Deprecates the previous "protocol.anchors" setting.)
; protocol.no-anchors=true ; protocol.no-anchors=true
[db] [db]
; The selected database backend. The current default backend is "bolt". lnd ; The selected database backend. The current default backend is "bolt". lnd
; also has experimental support for etcd, a replicated backend. ; also has experimental support for etcd, a replicated backend.
; db.backend=bolt ; db.backend=bolt
@ -1051,7 +1073,9 @@ litecoin.node=ltcd
; a batch of modifications to disk. Defaults to 500 milliseconds. ; a batch of modifications to disk. Defaults to 500 milliseconds.
; db.batch-commit-interval=500ms ; db.batch-commit-interval=500ms
[etcd] [etcd]
; Etcd database host. ; Etcd database host.
; db.etcd.host=localhost:2379 ; db.etcd.host=localhost:2379
@ -1089,7 +1113,9 @@ litecoin.node=ltcd
; If non zero, LND will use this as peer port for the embedded etcd instance. ; If non zero, LND will use this as peer port for the embedded etcd instance.
; db.etcd.embedded_peer_port=1235 ; db.etcd.embedded_peer_port=1235
[cluster] [cluster]
; Enables leader election if set. ; Enables leader election if set.
; cluster.enable-leader-election=true ; cluster.enable-leader-election=true
@ -1103,7 +1129,9 @@ litecoin.node=ltcd
; Defaults to the hostname. ; Defaults to the hostname.
; cluster.id=example.com ; cluster.id=example.com
[bolt] [bolt]
; If true, prevents the database from syncing its freelist to disk. ; If true, prevents the database from syncing its freelist to disk.
; db.bolt.nofreelistsync=1 ; db.bolt.nofreelistsync=1
@ -1122,7 +1150,9 @@ litecoin.node=ltcd
; Specify the timeout to be used when opening the database. ; Specify the timeout to be used when opening the database.
; db.bolt.dbtimeout=60s ; db.bolt.dbtimeout=60s
[gossip] [gossip]
; Specify a set of pinned gossip syncers, which will always be actively syncing ; Specify a set of pinned gossip syncers, which will always be actively syncing
; whenever the corresponding peer is online. A pinned syncer does not count ; whenever the corresponding peer is online. A pinned syncer does not count
; towards the configured `numgraphsyncpeers` since pinned syncers are not ; towards the configured `numgraphsyncpeers` since pinned syncers are not
@ -1144,7 +1174,9 @@ litecoin.node=ltcd
; gossip.max-channel-update-burst=10 ; gossip.max-channel-update-burst=10
; gossip.channel-update-interval=1m ; gossip.channel-update-interval=1m
[invoices] [invoices]
; If a hold invoice has accepted htlcs that reach their expiry height and are ; If a hold invoice has accepted htlcs that reach their expiry height and are
; not timed out, the channel holding the htlc is force closed to resolve the ; not timed out, the channel holding the htlc is force closed to resolve the
; invoice's htlcs. To prevent force closes, lnd automatically cancels these ; invoice's htlcs. To prevent force closes, lnd automatically cancels these
@ -1164,7 +1196,9 @@ litecoin.node=ltcd
; ;
; invoices.holdexpirydelta=15 ; invoices.holdexpirydelta=15
[routing] [routing]
; DEPRECATED: This is now turned on by default for Neutrino (use ; DEPRECATED: This is now turned on by default for Neutrino (use
; neutrino.validatechannels=true to turn off) and shouldn't be used for any ; neutrino.validatechannels=true to turn off) and shouldn't be used for any
; other backend! ; other backend!