Skip to content

Commit

Permalink
Update to specter-desktop app 1.5.0 (getumbrel#860)
Browse files Browse the repository at this point in the history

Co-authored-by: Luke Childs <[email protected]>
  • Loading branch information
nolim1t and lukechilds authored Aug 3, 2021
1 parent 973ec56 commit dc9fef5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion apps/registry.json
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@
"id": "specter-desktop",
"category": "Wallets",
"name": "Specter Desktop",
"version": "1.4.5",
"version": "1.5.0",
"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",
Expand Down
2 changes: 1 addition & 1 deletion apps/specter-desktop/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ version: "3.7"

services:
web:
image: lncm/specter-desktop:v1.4.5@sha256:b8f309b3237bf64c7842400544767fc21cd6f1cea807a61703972ed1ff7dbcce
image: lncm/specter-desktop:v1.5.0@sha256:c3e99bcb0dde4f2dcf26f089e73a7a50835e35a7839b0e70416ef6f21d0dd868
stop_signal: SIGINT
restart: on-failure
stop_grace_period: 1m
Expand Down

0 comments on commit dc9fef5

Please sign in to comment.