mirror of
https://github.com/getumbrel/umbrel-apps.git
synced 2024-11-13 17:09:17 +00:00
85 lines
2.3 KiB
YAML
85 lines
2.3 KiB
YAML
manifestVersion: 1.1
|
||
id: bitcoin
|
||
category: bitcoin
|
||
name: Bitcoin Node
|
||
version: "27.1"
|
||
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: >-
|
||
This release updates Bitcoin Core to v27.1, which includes various bug fixes and performance improvements.
|
||
|
||
|
||
Full Bitcoin Core release notes for this release are found at https://github.com/bitcoin/bitcoin/blob/master/doc/release-notes/release-notes-27.1.md
|
||
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
|