Browse Source
Update to electrs v0.9.4 (#1184)
Co-authored-by: Tomi Lind <tomi@lind.fi>
dashboard-0.3.31
Pavol Rusnak
3 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with
2 additions and
2 deletions
-
docker-compose.yml
-
templates/electrs-sample.toml
|
|
@ -195,7 +195,7 @@ services: |
|
|
|
ipv4_address: $NEUTRINO_SWITCHER_IP |
|
|
|
electrs: |
|
|
|
container_name: electrs |
|
|
|
image: getumbrel/electrs:v0.9.1@sha256:cf196695423fd5139ccde08e6bb1d7b6b1c9093333c879037801af3a18229c32 |
|
|
|
image: getumbrel/electrs:v0.9.4@sha256:b1590ac6cfb0e5b481c6a7af7f0626d76cbb91c63702b0f5c47e2829e9c37997 |
|
|
|
volumes: |
|
|
|
- ${PWD}/bitcoin:/data/.bitcoin:ro |
|
|
|
- ${PWD}/electrs:/data |
|
|
|
|
|
@ -2,7 +2,7 @@ |
|
|
|
# modifications you make can break the functionality of your umbrel. These files |
|
|
|
# are automatically reset with every Umbrel update. |
|
|
|
|
|
|
|
verbose = 2 |
|
|
|
log_filters = "INFO" |
|
|
|
network = "bitcoin" |
|
|
|
db_dir = "/data/db" |
|
|
|
daemon_rpc_addr = "<bitcoin-ip>:<port>" |
|
|
|