Browse Source

Update specter-desktop app to 1.2.2 (#558)

Co-authored-by: Luke Childs <lukechilds123@gmail.com>
tor-0.4.5.7
nolim1t 4 years ago
committed by GitHub
parent
commit
e2925c62f1
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      apps/registry.json
  2. 2
      apps/specter-desktop/docker-compose.yml

2
apps/registry.json

@ -74,7 +74,7 @@
"id": "specter-desktop",
"category": "Wallets",
"name": "Specter Desktop",
"version": "1.1.0",
"version": "1.2.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 Bitcoin wallets. At the moment Specter Desktop is working with all major hardware wallets including:\n\n- Trezor\n- Ledger\n- KeepKey\n- BitBox02\n- ColdCard (optionally airgapped, using an SD card)\n- Electrum (optionally airgapped, if running Electrum on an airgapped computer/phone)\n- Specter DIY (optionally airgapped, using QR codes)\n- Cobo (airgapped, using QR codes)\n\nSpecter 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",

2
apps/specter-desktop/docker-compose.yml

@ -8,7 +8,7 @@ x-logging:
services:
web:
image: lncm/specter-desktop:v1.1.0@sha256:07253c572789b256a25f7acb5961f9d3bb9e65aaacd62e162b38f38d559c4f40
image: lncm/specter-desktop:v1.2.2@sha256:22d6abe4ba97dcb9d3f5f1695524c5262be176d873f5f57c9d9c3a95840cb3da
stop_signal: SIGINT
logging: *default-logging
restart: on-failure

Loading…
Cancel
Save