Browse Source

Update btc-rpc-explorer app to 3.3.0 (#1159)

home-assistant-2021.12.0
Luke Childs 3 years ago
committed by GitHub
parent
commit
0a6cad4b60
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      apps/btc-rpc-explorer/docker-compose.yml
  2. 2
      apps/registry.json

2
apps/btc-rpc-explorer/docker-compose.yml

@ -2,7 +2,7 @@ version: "3.7"
services:
web:
image: getumbrel/btc-rpc-explorer:v3.2.0@sha256:ae22dae91a00268c8e02b50da332c6ffcb8c12a1f32991a1f85dfc1496a1c673
image: getumbrel/btc-rpc-explorer:v3.3.0@sha256:cfd14f8e722cfbf1ad106ba224569c8babe685422461a641abc210e13913c636
restart: on-failure
stop_grace_period: 1m
ports:

2
apps/registry.json

@ -285,7 +285,7 @@
"id": "btc-rpc-explorer",
"category": "Explorers",
"name": "BTC RPC Explorer",
"version": "3.2.0",
"version": "3.3.0",
"tagline": "Simple, database-free blockchain explorer",
"description": "BTC RPC Explorer is a full-featured, self-hosted explorer for the Bitcoin blockchain. With this explorer, you can explore not just the blockchain database, but also explore the functional capabilities of your Umbrel.\n\nIt comes with a network summary dashboard, detailed view of blocks, transactions, addresses, along with analysis tools for viewing stats on miner activity, mempool summary, with fee, size, and age breakdowns. You can also search by transaction ID, block hash/height, and addresses.\n\nIt's time to appreciate the \"fullness\" of your node.",
"developer": "Dan Janosik",

Loading…
Cancel
Save