add Eclair node
This commit is contained in:
parent
de701506e0
commit
e4b041cb8f
4 changed files with 66 additions and 3 deletions
27
data/eclair/eclair.conf
Normal file
27
data/eclair/eclair.conf
Normal file
|
|
@ -0,0 +1,27 @@
|
|||
eclair {
|
||||
chain = "regtest"
|
||||
|
||||
api {
|
||||
enabled = true
|
||||
port = 8080
|
||||
password = "lnbits"
|
||||
}
|
||||
|
||||
bitcoind {
|
||||
host = "bitcoind"
|
||||
rpcport = 18443
|
||||
rpcuser = "lnbits"
|
||||
rpcpassword = "lnbits"
|
||||
|
||||
zmqblock = "tcp://bitcoind:29001"
|
||||
zmqtx = "tcp://bitcoind:29000"
|
||||
}
|
||||
|
||||
channel {
|
||||
max-funding-satoshis = 10000000000
|
||||
}
|
||||
|
||||
features {
|
||||
option_support_large_channel = mandatory
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue