mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-09-12 22:59:38 +02:00
Merge pull request #5025 from guggero/signet
Add basic bitcoin signet support
This commit is contained in:
@@ -440,6 +440,17 @@ bitcoin.simnet=true
|
||||
; Use Bitcoin's regression test network
|
||||
; bitcoin.regtest=false
|
||||
|
||||
; Use Bitcoin's signet test network
|
||||
; bitcoin.signet=false
|
||||
|
||||
; Connect to a custom signet network defined by this challenge instead of using
|
||||
; the global default signet test network -- Can be specified multiple times
|
||||
; bitcoin.signetchallenge=
|
||||
|
||||
; Specify a seed node for the signet network instead of using the global default
|
||||
; signet network seed nodes
|
||||
; bitcoin.signetseednode=123.45.67.89
|
||||
|
||||
; Use the btcd back-end
|
||||
bitcoin.node=btcd
|
||||
|
||||
@@ -651,6 +662,10 @@ bitcoin.node=btcd
|
||||
; Use Litecoin's regression test network
|
||||
; litecoin.regtest=false
|
||||
|
||||
; Litecoin does not support the signet test network. The options
|
||||
; litecoin.signet, litecoin.signetchallenge and litecoin.signetseednode are
|
||||
; only defined because the data structure is shared with bitcoind.
|
||||
|
||||
; Use the ltcd back-end.
|
||||
litecoin.node=ltcd
|
||||
|
||||
|
Reference in New Issue
Block a user