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

@ -2,7 +2,7 @@
export COMPOSE_PROJECT_NAME=lnbits
bitcoin-cli-sim() {
docker exec lnbits-bitcoind-1 bitcoin-cli -rpcuser=lnbits -rpcpassword=lnbits -regtest "$@"
docker exec lnbits-bitcoind-1 bitcoin-cli -regtest "$@"
}
# args(i, cmd)