3 changed files with 65 additions and 25 deletions
@ -1,20 +1,35 @@ |
|||||
manifestVersion: 1 |
manifestVersion: 1 |
||||
id: bitcoin |
id: bitcoin |
||||
category: Finance |
category: Finance |
||||
name: Bitcoin |
name: Bitcoin Node |
||||
version: v22.0 |
version: 22.0 |
||||
tagline: Bitcoins are amazing |
tagline: Run your personal node powered by Bitcoin Core |
||||
description: > |
description: >- |
||||
Bitcoin is the knees of the bee |
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! |
||||
|
|
||||
|
|
||||
|
Don't trust. Verify. On steroids. |
||||
|
|
||||
|
|
||||
|
An official app from Umbrel. |
||||
developer: Umbrel |
developer: Umbrel |
||||
website: https://bitcoin.org |
website: https://umbrel.com |
||||
dependencies: [] |
dependencies: [] |
||||
repo: https://github.com/getumbrel/bitcoin |
repo: https://github.com/getumbrel/umbrel-bitcoin |
||||
support: https://github.com/getumbrel/bitcoin/issues |
support: https://community.getumbrel.com/c/bitcoin-and-lightning |
||||
port: 10000 |
port: 2100 |
||||
gallery: |
gallery: |
||||
- 1.jpg |
- 1.jpg |
||||
- 2.jpg |
- 2.jpg |
||||
- 3.jpg |
- 3.jpg |
||||
|
- 4.jpg |
||||
path: "" |
path: "" |
||||
defaultPassword: "" |
defaultPassword: "" |
@ -1,21 +1,38 @@ |
|||||
manifestVersion: 1 |
manifestVersion: 1 |
||||
id: lightning |
id: lightning |
||||
category: Finance |
category: Finance |
||||
name: Lightning |
name: Lightning Node |
||||
version: v0.14.1-beta |
version: 0.14.2-beta |
||||
tagline: LND is cool too |
tagline: Run your personal Lightning Network node |
||||
description: > |
description: >- |
||||
"there was lightning before the thunder" |
Run your personal Lightning Network node, and join the future of Bitcoin today. |
||||
|
|
||||
|
|
||||
|
The Lightning Network allows ultra cheap and almost instant Bitcoin transactions. |
||||
|
By running a Lightning node, you can not only self-custody your Bitcoin on |
||||
|
Lightning, but also earn sats by routing payments on the network. |
||||
|
|
||||
|
|
||||
|
Connect Zeus Wallet, Zap, or any other wallet that supports the lndconnect protocol |
||||
|
to remotely manage and access your Lightning node from anywhere. |
||||
|
|
||||
|
|
||||
|
Powered by LND. |
||||
|
|
||||
|
|
||||
|
An official app from Umbrel. |
||||
developer: Umbrel |
developer: Umbrel |
||||
website: https://getumbrel.com/ |
website: https://umbrel.com |
||||
dependencies: |
dependencies: |
||||
- bitcoin |
- bitcoin |
||||
repo: https://github.com/getumbrel/lightning |
repo: https://github.com/getumbrel/umbrel-lightning |
||||
support: https://github.com/getumbrel/lightning/issues |
support: https://community.getumbrel.com/c/bitcoin-and-lightning |
||||
port: 10001 |
port: 2101 |
||||
gallery: |
gallery: |
||||
- 1.jpg |
- 1.jpg |
||||
- 2.jpg |
- 2.jpg |
||||
- 3.jpg |
- 3.jpg |
||||
|
- 4.jpg |
||||
|
- 5.jpg |
||||
path: "" |
path: "" |
||||
defaultPassword: "" |
defaultPassword: "" |
Loading…
Reference in new issue