add Eclair node

This commit is contained in:
michael1011 2023-01-24 18:17:55 +01:00
commit e4b041cb8f
No known key found for this signature in database
GPG key ID: 84D249BA71685D46
4 changed files with 66 additions and 3 deletions

27
data/eclair/eclair.conf Normal file
View 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
}
}