umbrel-apps/mempool/umbrel-app.yml
2024-10-04 15:18:18 +10:00

60 lines
1.6 KiB
YAML

manifestVersion: 1
id: mempool
category: bitcoin
name: mempool
version: "3.0.1"
tagline: Explore the full Bitcoin ecosystem
description: >-
Be your own explorer.
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: >-
This update brings faster block indexing and limits memory usage for better performance.
Full release notes for the previous major update to version 3.0.0 are found at https://github.com/mempool/mempool/releases
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:
- 1.jpg
- 2.jpg
- 3.jpg
- 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