forked from getumbrel/umbrel-apps
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathumbrel-app.yml
84 lines (74 loc) · 2.33 KB
/
umbrel-app.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
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