Browse Source

Update specter-desktop app to v1.7.2

specter-1.7.2
Luke Childs 3 years ago
parent
commit
8057fcb8c7
  1. 2
      apps/registry.json
  2. 2
      apps/specter-desktop/docker-compose.yml

2
apps/registry.json

@ -334,7 +334,7 @@
"id": "specter-desktop",
"category": "Wallets",
"name": "Specter Desktop",
"version": "1.7.1",
"version": "1.7.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

@ -2,7 +2,7 @@ version: "3.7"
services:
web:
image: lncm/specter-desktop:v1.7.1@sha256:e208bd4d9e20eadabaa543ce6093493c9727a6f9a083dd0d3b3d6723f82c4da6
image: lncm/specter-desktop:v1.7.2@sha256:78c9287598dc62efe7cbde05e8bb2328bca66b973ba47220f0167868508b503e
stop_signal: SIGINT
restart: on-failure
stop_grace_period: 1m

Loading…
Cancel
Save