Bitcoin-store/btc-mempool/umbrel-app.yml
2025-04-11 13:38:19 +02:00

51 lines
1.5 KiB
YAML

manifestVersion: 1
id: btc-mempool
category: bitcoin
name: mempool dot guide
version: "3.2.0"
tagline: Explorer
icon: https://raw.githubusercontent.com/Retropex/Bitcoin-store/refs/heads/master/icon/mempooldotguide.png
description: >-
Run your own mempool dot guide instance.
releaseNotes: >-
developer: Mempool Space K.K.
website: https://mempool.space/about
dependencies:
- bitcoin
- electrs
repo: https://github.com/retropex/mempool
support: https://mempool.support
port: 3006
gallery:
- https://raw.githubusercontent.com/getumbrel/umbrel-apps-gallery/refs/heads/master/mempool/1.jpg
- https://raw.githubusercontent.com/getumbrel/umbrel-apps-gallery/refs/heads/master/mempool/2.jpg
- https://raw.githubusercontent.com/getumbrel/umbrel-apps-gallery/refs/heads/master/mempool/3.jpg
- https://raw.githubusercontent.com/getumbrel/umbrel-apps-gallery/refs/heads/master/mempool/4.jpg
path: ""
defaultUsername: ""
defaultPassword: ""
widgets:
- id: "stats"
type: "four-stats"
refresh: "5s"
endpoint: "widget-server:3000/widgets/fees"
link: ""
example:
type: "four-stats"
link: ""
items:
- title: "No priority"
text: "2"
subtext: "sat/vB"
- title: "Low priority"
text: "6"
subtext: "sat/vB"
- title: "Medium priority"
text: "18"
subtext: "sat/vB"
- title: "High priority"
text: "27"
subtext: "sat/vB"
submitter: Mempool Space K.K.
submission: https://github.com/getumbrel/umbrel/pull/470