mirror of
https://github.com/Retropex/umbrel-apps.git
synced 2025-05-12 19:30:42 +02:00
Update specter-desktop to version v2.1.1 (#2016)
This commit is contained in:
parent
645b5d93a6
commit
4445e64527
@ -7,7 +7,7 @@ services:
|
|||||||
APP_PORT: 25441
|
APP_PORT: 25441
|
||||||
|
|
||||||
web:
|
web:
|
||||||
image: lncm/specter-desktop:v2.0.2@sha256:aeda6dfaa3f82c7bd3e1c6ba61388df02bd0c22a59412d2bbed3c792fb0b3702
|
image: lncm/specter-desktop:v2.1.1@sha256:cc3c718086efa4a906e0d6178e14288484cdf69c48d29becb58b8efd8524c5ef
|
||||||
stop_signal: SIGINT
|
stop_signal: SIGINT
|
||||||
restart: on-failure
|
restart: on-failure
|
||||||
stop_grace_period: 1m
|
stop_grace_period: 1m
|
||||||
@ -23,4 +23,4 @@ services:
|
|||||||
BTC_RPC_PASSWORD: $APP_BITCOIN_RPC_PASS
|
BTC_RPC_PASSWORD: $APP_BITCOIN_RPC_PASS
|
||||||
BTC_RPC_HOST: $APP_BITCOIN_NODE_IP
|
BTC_RPC_HOST: $APP_BITCOIN_NODE_IP
|
||||||
BTC_RPC_PORT: $APP_BITCOIN_RPC_PORT
|
BTC_RPC_PORT: $APP_BITCOIN_RPC_PORT
|
||||||
BTC_RPC_PROTOCOL: http
|
BTC_RPC_PROTOCOL: http
|
@ -1,13 +1,10 @@
|
|||||||
manifestVersion: 1.2
|
manifestVersion: 1
|
||||||
id: specter-desktop
|
id: specter-desktop
|
||||||
category: bitcoin
|
category: bitcoin
|
||||||
name: Specter Desktop
|
name: Specter Desktop
|
||||||
version: "2.0.2"
|
version: "2.1.1"
|
||||||
tagline: Multisig with hardware wallets made easy
|
tagline: Multisig with hardware wallets made easy
|
||||||
description: >-
|
description: >-
|
||||||
⚠️ Removal Notice: Specter Desktop currently does not work with Bitcoin Core v28. Specter Desktop developers are aware of the issue: https://github.com/cryptoadvance/specter-desktop/issues/2473.
|
|
||||||
|
|
||||||
|
|
||||||
Specter Desktop can be used to connect to the Bitcoin Core running on your Umbrel or an Electrum Server.
|
Specter Desktop can be used to connect to the Bitcoin Core running on your Umbrel or an Electrum Server.
|
||||||
It functions as a watch-only coordinator for multi-signature and single-key
|
It functions as a watch-only coordinator for multi-signature and single-key
|
||||||
Bitcoin wallets. At the moment Specter Desktop is working with all major
|
Bitcoin wallets. At the moment Specter Desktop is working with all major
|
||||||
@ -20,7 +17,7 @@ description: >-
|
|||||||
|
|
||||||
- Blockstream Jade
|
- Blockstream Jade
|
||||||
|
|
||||||
- ColdCard (optionally airgapped, using an SD card)
|
- ColdCard (optionally airgapped, using SD card)
|
||||||
|
|
||||||
- Passport
|
- Passport
|
||||||
|
|
||||||
@ -53,10 +50,16 @@ path: ""
|
|||||||
defaultUsername: ""
|
defaultUsername: ""
|
||||||
defaultPassword: ""
|
defaultPassword: ""
|
||||||
releaseNotes: >-
|
releaseNotes: >-
|
||||||
⚠️ As usual, please create a full backup of Specter before updating by going to Settings in the app and clicking "Download Specter backup (zip file).
|
🎉 Specter Desktop is back on the umbrelOS app store and compatible with the latest version of Bitcoin Core!
|
||||||
|
|
||||||
|
|
||||||
This is a large update that takes Specter Desktop from 1.14.5 to 2.0.2! Full release notes and detailed information is available at https://github.com/cryptoadvance/specter-desktop/releases
|
Key changes in this release:
|
||||||
|
- Specter Desktop is now compatible with Bitcoin Core v28.0
|
||||||
|
- Added wallet export to Jade via QR codes
|
||||||
|
- Fixed backup zip download issues
|
||||||
|
- Various bug fixes and improvements
|
||||||
|
|
||||||
|
|
||||||
|
Full release notes and detailed information is available at https://github.com/cryptoadvance/specter-desktop/releases
|
||||||
submitter: k9ert
|
submitter: k9ert
|
||||||
submission: https://github.com/getumbrel/umbrel/pull/339
|
submission: https://github.com/getumbrel/umbrel/pull/339
|
||||||
disabled: true
|
|
Loading…
Reference in New Issue
Block a user