Browse Source

Update Specter Desktop to 2.0.2 (#894)

Co-authored-by: nmfretz <nmfretz@gmail.com>
main
smolgrrr 12 months ago
committed by GitHub
parent
commit
4ce7543522
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 3
      specter-desktop/docker-compose.yml
  2. 32
      specter-desktop/umbrel-app.yml

3
specter-desktop/docker-compose.yml

@ -7,7 +7,7 @@ services:
APP_PORT: 25441
web:
image: lncm/specter-desktop:v1.14.5@sha256:beea686b08e1ed47d293fd39c125dfd4be7629f60b4591474e6bcce7dcd0466f
image: lncm/specter-desktop:v2.0.2@sha256:aeda6dfaa3f82c7bd3e1c6ba61388df02bd0c22a59412d2bbed3c792fb0b3702
stop_signal: SIGINT
restart: on-failure
stop_grace_period: 1m
@ -18,6 +18,7 @@ services:
- --specter-data-folder=/data
environment:
# 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_PASSWORD: $APP_BITCOIN_RPC_PASS
BTC_RPC_HOST: $APP_BITCOIN_NODE_IP

32
specter-desktop/umbrel-app.yml

@ -2,30 +2,36 @@ manifestVersion: 1
id: specter-desktop
category: bitcoin
name: Specter Desktop
version: "1.14.5"
version: "2.0.2"
tagline: Multisig with hardware wallets made easy
description: >-
Specter Desktop connects to the Bitcoin Core running on your Umbrel
and functions as a watch-only coordinator for multi-signature and single-key
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
Bitcoin wallets. At the moment Specter Desktop is working with all major
hardware wallets including:
- Trezor
- Ledger
- SeedSigner
- KeepKey
- Specter DIY (optionally airgapped, using QR codes)
- BitBox02
- Blockstream Jade
- ColdCard (optionally airgapped, using an SD card)
- Passport
- BitBox02
- Electrum (optionally airgapped, if running Electrum on an airgapped computer/phone)
- Specter DIY (optionally airgapped, using QR codes)
- Keystone (airgapped, using QR codes)
- Trezor
- Cobo (airgapped, using QR codes)
- Ledger
- KeepKey
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.
@ -44,11 +50,9 @@ path: ""
defaultUsername: ""
defaultPassword: ""
releaseNotes: >-
This release updates Specter Desktop to version 1.14.5, which is the latest version that maintains full compatibility
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!
⚠️ 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).
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
submission: https://github.com/getumbrel/umbrel/pull/339

Loading…
Cancel
Save