mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-06-28 01:32:27 +02:00
Merge pull request #6905 from guggero/neutrino-backend-warning
sample-conf: Chain backend documentation reformat, add warning [skip ci]
This commit is contained in:
commit
3873ec41af
@ -486,13 +486,12 @@ bitcoin.simnet=true
|
|||||||
; signet network seed nodes
|
; signet network seed nodes
|
||||||
; bitcoin.signetseednode=123.45.67.89
|
; bitcoin.signetseednode=123.45.67.89
|
||||||
|
|
||||||
; Use the btcd back-end
|
; Specify the chain back-end. Options are btcd, bitcoind and neutrino.
|
||||||
|
;
|
||||||
|
; NOTE: Please note that switching between a full back-end (btcd/bitcoind) and
|
||||||
|
; a light back-end (neutrino) is not supported.
|
||||||
bitcoin.node=btcd
|
bitcoin.node=btcd
|
||||||
|
|
||||||
; Use the bitcoind back-end
|
|
||||||
; bitcoin.node=bitcoind
|
; bitcoin.node=bitcoind
|
||||||
|
|
||||||
; Use the neutrino (light client) back-end
|
|
||||||
; bitcoin.node=neutrino
|
; bitcoin.node=neutrino
|
||||||
|
|
||||||
; The default number of confirmations a channel must have before it's considered
|
; The default number of confirmations a channel must have before it's considered
|
||||||
|
Loading…
x
Reference in New Issue
Block a user