Docker Only Release
For this release there are only docker images available. The easiest way to run Specter via a docker image is with a node solution like Umbrel.
You can also run the docker image directly. You only need to have docker installed for this. A simple solution for MacOS for this is using orbstack, which can be installed via homebrew like this: brew install orbstack
You can either run the docker image from this repo or from our friends from lncm 👊.
If you run the docker image built from the Specter repo the command would be:
docker run -it --rm -p 25441:25441 ghcr.io/cryptoadvance/specter-desktop:v2.1.1
Caveat: You can only connect to public electrum servers with this solution. If you want to use Bitcoin Core, you either need to checkout master or use sth. like Umbrel which does the docker configuration for you.
What's Changed
- Expose internal node to localhost only by @roshii in #2455
- HWI upgrade to 2.4.x by @k9ert in #2452
- Bugfix: Downloading a specter backup zip crashed with new dependencies by @k9ert in #2456
- Bugfix: No run-the-numbers if not synced fixes #2305 by @k9ert in #2457
- Make Specter work with Bitcoin Core 28.0 by @moneymanolis in #2480
- Blur modal background by @moneymanolis in #2481
- Feature: Add wallet export to Jade via QR by @moneymanolis in #2370
- Pin last used tailwindcss version and generate new output.css file by @moneymanolis in #2483
- Remove BLE code for Jade by @moneymanolis in #2484
- Fix locked change output-bug by @moneymanolis in #2485
- adding release_notes for v2.1.0 by @moneymanolis in #2486
- fix: Modernize CI by @AaronDewes in #2487
Full Changelog: v2.0.5...v2.1.1