You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
93 lines
2.7 KiB
93 lines
2.7 KiB
manifestVersion: 1.1
|
|
id: bitcoin
|
|
category: bitcoin
|
|
name: Bitcoin Node
|
|
version: "26.0-w"
|
|
tagline: Run your personal node powered by Bitcoin Core
|
|
description: >-
|
|
Run your Bitcoin node and independently store and validate
|
|
every single Bitcoin transaction with it. Achieve unparalleled
|
|
privacy by connecting your wallet directly to your node to
|
|
ensure that your wallet company can’t spy on your transactions,
|
|
or worse — lie to you.
|
|
|
|
|
|
Plus, transacting with your own node also helps keep the entire
|
|
Bitcoin network decentralized; win-win!
|
|
|
|
|
|
With over 20 advanced settings, you can take control of your node
|
|
and customize it to your needs. Control how your node connects to
|
|
other nodes over Tor, clearnet, and I2P, adjust your daily upload
|
|
limit, set the maximum mempool size, fine-tune its performance,
|
|
and much more.
|
|
|
|
|
|
Don't trust. Verify. On steroids.
|
|
|
|
|
|
An official app from Umbrel.
|
|
developer: Umbrel
|
|
website: https://umbrel.com
|
|
dependencies: []
|
|
repo: https://github.com/getumbrel/umbrel-bitcoin
|
|
support: https://community.getumbrel.com/c/bitcoin-and-lightning
|
|
port: 2100
|
|
gallery:
|
|
- 1.jpg
|
|
- 2.jpg
|
|
- 3.jpg
|
|
- 4.jpg
|
|
- 5.jpg
|
|
path: ""
|
|
defaultPassword: ""
|
|
releaseNotes: >-
|
|
🎉 Widgets are here for umbrelOS 1.0.
|
|
|
|
|
|
This update brings two new widgets for the Bitcoin Node app, allowing you to keep an eye on your node's stats and its sync progress right from your Umbrel's home screen:
|
|
|
|
|
|
- Node Stats: A widget that displays the number of peer connections, mempool size, hashrate, and blockchain size of your node.
|
|
|
|
|
|
- Sync Progress: A widget that shows your node's synchronization progress.
|
|
|
|
|
|
After updating to umbrelOS 1.0, you can add widgets by right-clicking on the home screen and selecting "Edit widgets", or by clicking on Widgets in the Dock.
|
|
widgets:
|
|
- id: "stats"
|
|
type: "four-stats"
|
|
refresh: "5s"
|
|
endpoint: "server:3005/v1/bitcoind/widgets/stats"
|
|
link: ""
|
|
example:
|
|
type: "four-stats"
|
|
link: ""
|
|
items:
|
|
- title: "Connections"
|
|
text: "11"
|
|
subtext: "peers"
|
|
- title: "Mempool"
|
|
text: "257"
|
|
subtext: "MB"
|
|
- title: "Hashrate"
|
|
text: "590"
|
|
subtext: "EH/s"
|
|
- title: "Blockchain size"
|
|
text: "600"
|
|
subtext: "GB"
|
|
- id: "sync"
|
|
type: "text-with-progress"
|
|
refresh: "2s"
|
|
endpoint: "server:3005/v1/bitcoind/widgets/sync"
|
|
link: ""
|
|
example:
|
|
type: "text-with-progress"
|
|
link: ""
|
|
title: "Blockchain sync"
|
|
text: "83%"
|
|
progressLabel: "In progress"
|
|
progress: 0.83
|
|
submitter: Umbrel
|
|
submission: https://github.com/getumbrel/umbrel-apps/commit/576ecd2bef8d625abceed0f67ec9c487da9b2b1b
|
|
|