feat: add electrs, cleanup compose, switch to cookie auth on bitcoind (#15)

This commit is contained in:
dni ⚡ 2025-05-19 10:14:29 +02:00 committed by GitHub
commit f7b499281a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 128 additions and 10 deletions

View file

@ -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"