mirror of
https://github.com/lightningnetwork/lnd.git
synced 2024-11-19 09:53:54 +01:00
docs: add missing fee section sample-lnd.conf
This commit is contained in:
parent
3837c3f12e
commit
6bbbfd3327
@ -313,20 +313,6 @@
|
|||||||
; Example:
|
; Example:
|
||||||
; feeurl=https://nodes.lightning.computer/fees/v1/btc-fee-estimates.json
|
; feeurl=https://nodes.lightning.computer/fees/v1/btc-fee-estimates.json
|
||||||
|
|
||||||
; Optional URL for external fee estimation. If no URL is specified, the method
|
|
||||||
; for fee estimation will depend on the chosen backend and network. Must be set
|
|
||||||
; for neutrino on mainnet.
|
|
||||||
; Default:
|
|
||||||
; fee.url=
|
|
||||||
; Example:
|
|
||||||
; fee.url=https://nodes.lightning.computer/fees/v1/btc-fee-estimates.json
|
|
||||||
|
|
||||||
; The minimum interval in which fees will be updated from the specified fee URL.
|
|
||||||
; fee.min-update-timeout=5m
|
|
||||||
|
|
||||||
; The maximum interval in which fees will be updated from the specified fee URL.
|
|
||||||
; fee.max-update-timeout=20m
|
|
||||||
|
|
||||||
; If true, then automatic network bootstrapping will not be attempted. This
|
; If true, then automatic network bootstrapping will not be attempted. This
|
||||||
; means that your node won't attempt to automatically seek out peers on the
|
; means that your node won't attempt to automatically seek out peers on the
|
||||||
; network.
|
; network.
|
||||||
@ -544,6 +530,24 @@
|
|||||||
; the headers of an HTTP request.
|
; the headers of an HTTP request.
|
||||||
; http-header-timeout=5s
|
; http-header-timeout=5s
|
||||||
|
|
||||||
|
|
||||||
|
[fee]
|
||||||
|
|
||||||
|
; Optional URL for external fee estimation. If no URL is specified, the method
|
||||||
|
; for fee estimation will depend on the chosen backend and network. Must be set
|
||||||
|
; for neutrino on mainnet.
|
||||||
|
; Default:
|
||||||
|
; fee.url=
|
||||||
|
; Example:
|
||||||
|
; fee.url=https://nodes.lightning.computer/fees/v1/btc-fee-estimates.json
|
||||||
|
|
||||||
|
; The minimum interval in which fees will be updated from the specified fee URL.
|
||||||
|
; fee.min-update-timeout=5m
|
||||||
|
|
||||||
|
; The maximum interval in which fees will be updated from the specified fee URL.
|
||||||
|
; fee.max-update-timeout=20m
|
||||||
|
|
||||||
|
|
||||||
[prometheus]
|
[prometheus]
|
||||||
|
|
||||||
; If true, lnd will start the Prometheus exporter. Prometheus flags are
|
; If true, lnd will start the Prometheus exporter. Prometheus flags are
|
||||||
|
Loading…
Reference in New Issue
Block a user