feat: add electrs, cleanup compose, switch to cookie auth on bitcoind (#15)
This commit is contained in:
parent
3547046107
commit
f7b499281a
3 changed files with 128 additions and 10 deletions
|
|
@ -11,8 +11,8 @@ eclair {
|
|||
bitcoind {
|
||||
host = "bitcoind"
|
||||
rpcport = 18443
|
||||
rpcuser = "lnbits"
|
||||
rpcpassword = "lnbits"
|
||||
auth = "safecookie"
|
||||
cookie = "/root/.bitcoin/regtest/.cookie"
|
||||
|
||||
zmqblock = "tcp://bitcoind:29002"
|
||||
zmqtx = "tcp://bitcoind:29000"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue