Bitcoin-store/btc-mempool/umbrel-app.yml
2025-04-07 14:06:39 +02:00

53 lines
1.4 KiB
YAML

manifestVersion: 1
id: btc-mempool
category: bitcoin
name: mempool dot guide
version: "3.2.0"
tagline: Be your own explorer
description: >-
Run your own instance of The Mempool Open Source Project and trust no one.
Use your own node to beautifully visualize data about the Bitcoin network, transactions, blockchain, mempool, and more.
This product includes GeoLite2 data created by MaxMind, available from https://www.maxmind.com
releaseNotes: >-
developer: Mempool Space K.K.
website: https://mempool.space/about
dependencies:
- bitcoin
- electrs
repo: https://github.com/mempool/mempool
support: https://mempool.support
port: 3006
gallery:
- https://raw.githubusercontent.com/Retropex/Bitcoin-store/refs/heads/master/icon/mempooldotguide.png
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