Update Specter Desktop to 2.0.2 (#894)

Co-authored-by: nmfretz <nmfretz@gmail.com>
This commit is contained in:
smolgrrr 2024-01-10 09:06:43 +11:00 committed by GitHub
parent b6d28f06a4
commit 4ce7543522
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 23 additions and 18 deletions

View File

@ -7,7 +7,7 @@ services:
APP_PORT: 25441 APP_PORT: 25441
web: web:
image: lncm/specter-desktop:v1.14.5@sha256:beea686b08e1ed47d293fd39c125dfd4be7629f60b4591474e6bcce7dcd0466f image: lncm/specter-desktop:v2.0.2@sha256:aeda6dfaa3f82c7bd3e1c6ba61388df02bd0c22a59412d2bbed3c792fb0b3702
stop_signal: SIGINT stop_signal: SIGINT
restart: on-failure restart: on-failure
stop_grace_period: 1m stop_grace_period: 1m
@ -18,6 +18,7 @@ services:
- --specter-data-folder=/data - --specter-data-folder=/data
environment: environment:
# TODO: APP_PASSWORD # TODO: APP_PASSWORD
# These env vars no longer work from v2.0.0 onwards (after introduction of public electrum server option). Keeping them here for potential future use if Specter Desktop adds support for them again.
BTC_RPC_USER: $APP_BITCOIN_RPC_USER BTC_RPC_USER: $APP_BITCOIN_RPC_USER
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

View File

@ -2,31 +2,37 @@ manifestVersion: 1
id: specter-desktop id: specter-desktop
category: bitcoin category: bitcoin
name: Specter Desktop name: Specter Desktop
version: "1.14.5" version: "2.0.2"
tagline: Multisig with hardware wallets made easy tagline: Multisig with hardware wallets made easy
description: >- description: >-
Specter Desktop connects to the Bitcoin Core running on your Umbrel Specter Desktop can be used to connect to the Bitcoin Core running on your Umbrel or an Electrum Server.
and 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
hardware wallets including: hardware wallets including:
- SeedSigner
- Specter DIY (optionally airgapped, using QR codes)
- Blockstream Jade
- ColdCard (optionally airgapped, using an SD card)
- Passport
- BitBox02
- Electrum (optionally airgapped, if running Electrum on an airgapped computer/phone)
- Keystone (airgapped, using QR codes)
- Trezor - Trezor
- Ledger - Ledger
- KeepKey - KeepKey
- BitBox02
- ColdCard (optionally airgapped, using an SD card)
- Electrum (optionally airgapped, if running Electrum on an airgapped computer/phone)
- Specter DIY (optionally airgapped, using QR codes)
- Cobo (airgapped, using QR codes)
Specter Desktop also supports using the Bitcoin Core on your Umbrel as a hot wallet, by importing or generating a random BIP39 mnemonic, but this feature is experimental and we do not recommend using it at this stage. We plan to add support for other hardware wallets as they come up. Specter Desktop also supports using the Bitcoin Core on your Umbrel as a hot wallet, by importing or generating a random BIP39 mnemonic, but this feature is experimental and we do not recommend using it at this stage. We plan to add support for other hardware wallets as they come up.
developer: Crypto Advance developer: Crypto Advance
@ -44,11 +50,9 @@ path: ""
defaultUsername: "" defaultUsername: ""
defaultPassword: "" defaultPassword: ""
releaseNotes: >- releaseNotes: >-
This release updates Specter Desktop to version 1.14.5, which is the latest version that maintains full compatibility ⚠️ 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).
with node implementations like the Bitcoin Node app on Umbrel. Compatibility for future versions is on the Specter Desktop
development roadmap, and these versions will be brought to Umbrel as soon as they are available!
Full release notes and detailed information is available at https://github.com/cryptoadvance/specter-desktop/releases 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
submitter: k9ert submitter: k9ert
submission: https://github.com/getumbrel/umbrel/pull/339 submission: https://github.com/getumbrel/umbrel/pull/339