forked from michael.heier/umbrel-apps
2f0b7ec2b3
Co-authored-by: Steven Briscoe <me@stevenbriscoe.com>
41 lines
1.1 KiB
YAML
41 lines
1.1 KiB
YAML
manifestVersion: 1.1
|
|
id: electrs
|
|
category: Finance
|
|
name: Electrs
|
|
version: "0.9.10"
|
|
tagline: A simple and efficient Electrum Server
|
|
description: >
|
|
Run your personal Electrum server and connect your Electrum-compatible wallet,
|
|
including BitBoxApp, BlueWallet, Electrum Wallet (Android and Desktop), Nunchuk
|
|
(Desktop), Phoenix, and Sparrow Wallet to it instead of using a third-party
|
|
Electrum server.
|
|
|
|
|
|
Powered by Electrs from Roman Zeyde.
|
|
|
|
|
|
An official app from Umbrel.
|
|
developer: Umbrel
|
|
website: https://umbrel.com/
|
|
dependencies:
|
|
- bitcoin
|
|
repo: https://github.com/getumbrel/umbrel-electrs
|
|
support: https://community.getumbrel.com/c/bitcoin-and-lightning
|
|
port: 2102
|
|
gallery:
|
|
- 1.jpg
|
|
- 2.jpg
|
|
- 3.jpg
|
|
- 4.jpg
|
|
path: ""
|
|
defaultPassword: ""
|
|
releaseNotes: >
|
|
- Update dependencies (bitcoin, bitcoincore-rpc, tiny_http, serde_json, env_logger)
|
|
|
|
- Fix mempool fee rate formatting (#761)
|
|
|
|
- Allow configuring signet p2p magic (#762, #768)
|
|
|
|
- Don't panic in case of an invalid block header height (#786)
|
|
submitter: Umbrel
|
|
submission: https://github.com/getumbrel/umbrel/pull/242 |