Releases: cryptoadvance/specter-desktop
v2.0.2-pre3
add import if the app / specterd is already running
v2.0.2-pre4
fix specter.node has no _get_rpc() (#2327) * fix specter.node has no _get_rpc() * fixes #2123 * black --------- Co-authored-by: Kim Neunert <kim@swanbitcoin.com>
v2.0.2-pre2
black
v2.0.1
Please create a full backup before migrating or any major internal changes like switching to an electrum based installation. You can easily create a backup in Settings --> Backup Specter (zip file).
Artifacts
Specter is available in several forms: as a GUI application, as a binary that can be executed like a web app, and as a PyPI package. Additionally, Specter is available as a Docker image via the awesome Chiang Mai LN devs.
Signed hashsum files are available for all binaries.
GUI Application
This is a GUI application with a windowed interface, which includes the Specter server.
Supported platforms: Windows, MacOS, Linux (x86_64)
Note on Linux: you need to set up udev rules (included in the archive). Check out the readme.
Note on macOS: The current build supports only macOS Catalina (10.15) or higher. If you'd like to run Specter on an older macOS version, you can install Specter from Pip.
specterd
Specterd is a command-line program that runs only the Specter server, behaving like a traditional web application.
Supported platforms: Windows, MacOS, Linux (x86_64)
PyPi Packages
If you’re experienced Python user and/or developer, you might appreciate the pypi-packages which are also available on our github-release-page.
Signatures and hashes
SHA256SUMS file contains sha256 hashes of all binary files and signed with "Specter Signer's" GPG key.
You can get the public key from here.
Fingerprint of the key is 785A 2269 EE3A 9736 AC1A 4F4C 864B 7CF9 A811 FEF7
This key has been signed by @k9ert's key. For more information about Verifying signatures, see, e.g. this video.
Release notes
- Bugfix: Keyerror in case of frozen utxos #2308 (k9ert)
- Bugfix: method getaddressinfo not implemented #2313 (k9ert)
- Bugfix: replace deprecated new-window with setWindowOpenHandler #2293 (Manolis Mandrapilias)
- Bugfix/UIUX: Fix Tor configuration issues and improve UX of built-in Tor #2304 (Manolis Mandrapilias)
- Chore: comments for macos build script #2228 (Manolis Mandrapilias)
- Chore: Random improvements #2292 (k9ert)
- Chore: Updating dependencies #2298 (k9ert)
- Docs: update faq #2287 (k9ert)
- Docs: Update Screenshots on Readme file #2286 (Moritz)
- Feature: Enable Taproot support for Trezor #2295 (Manolis Mandrapilias)
- Swan plugin: New design, improved UX and bug fixes #2309 (Manolis Mandrapilias)
v2.0.1-pre4
Bit more logging
v2.0.1-pre3
Chore: comments for macos build script (#2228) Co-authored-by: k9ert <k9ert@gmx.de>
v2.0.0
Please create a full backup before migrating. You can easily create a backup in Settings --> Backup Specter (zip file).
Artifacts
Specter is available in several forms: as a GUI application, as a binary that can be executed like a web app, and as a PyPI package. Additionally, Specter is available as a Docker image via the awesome Chiang Mai LN devs.
Signed hashsum files are available for all binaries.
GUI Application
This is a GUI application with a windowed interface, which includes the Specter server.
Supported platforms: Windows, MacOS, Linux (x86_64)
Note on Linux: you need to set up udev rules (included in the archive). Check out readme.
Note on macOS: The current build supports only macOS Catalina (10.15) or higher. If you'd like to run Specter on an older macOS version, you can install Specter from Pip.
specterd
Specterd is a command-line program that runs only the Specter server, behaving like a traditional web application.
Supported platforms: Windows, MacOS, Linux (x86_64)
PyPi Packages
If you’re experienced Python user and/or developer, you might appreciate the pypi-packages which are also available on our github-release-page.
Signatures and hashes
SHA256SUMS file contains sha256 hashes of all binary files and signed with "Specter Signer's" GPG key.
You can get the public key from here.
Fingerprint of the key is 785A 2269 EE3A 9736 AC1A 4F4C 864B 7CF9 A811 FEF7
This key has been signed by @k9ert's key. For more information about Verifying signatures, see, e.g. this video.
Release notes
- Refined user interface respecting the design of the original layout.
- Ability to connect to the Bitcoin network via public Electrum servers (Spectrum Plugin).
- The new feature allows users to connect to the Bitcoin network via public Electrum servers of reputable companies and projects (electrum.emzy.de or electrum.blockstream.info).
- Tor connectivity for all outgoing network traffic including Electrum traffic.
- Many bugfixes and performance improvements.
- Feels lighter, faster and more responsive. Download binaries shrunk significantly in size.
Electrum Server Migration Guide
WARNING: THIS GUIDE DOES NOT PRESERVE YOUR LABELS (yet). PLEASE ALWAYS CREATE A BACKUP BEFORE DOING ANY OF THIS.
This section provides technical details for people who want to migrate from Core to an Electrum connection. The setup and usage from scratch should be self-explanatory.
If you have an existing setup, it’s recommended to backup your data-directory or copy and start with a different data-directory, in order to reduce and mitigate risk. Here is the second option:
-
Copy your
~/.specter
directory to~/.specter_electrum
. Skip thenode
directory, especially if you ran an internal node. -
Download and start Specter as usual.
-
Open
Specter
➡️Preferences
-
Open
Advanced
-
Change your Data directory by adding
--specter-data-folder=YOURHOMEDIRECTORY/.specter_spectrum
to theSpecterd CLI args
. For MacOS, for example,YOURHOMEDIRECTORY
is something like/Users/YOURUSERNAME.
-
Save (Specter closes automatically if you click
Continue
) -
Restart the Specter app
-
On the upper left, click the connection, then
configure the connection
. Clickdelete
to remove the Bitcoin Core Connection. -
On the left hand side, click “Add plugin” and choose
spectrum
. -
Pick a public-server or your own. Click
connect
.
- Note that the wallets are shown on the right side. This is a bug. Restart Specter again.
- After the restart, the wallets should have disappeared but the warning sign should still be there.
- Your wallets need to get recreated in Spectrum. Click
Show Details
- Click
Recreate the wallet
for each missing wallet.
- Import the wallets as if they did not exist. Click
import wallet
. Do that for each of the wallet. - When you’re finished, click in
retry loading wallets.
The warning sign should disappear.
DONE
v1.14.5
Spectrum guide
This release contains Spectrum, a plugin for running Specter via an Electrum server instead of a Bitcoin Core node. The plugin is currently in alpha 🧪 and in order to use it, you need to allow alpha plugins. Here is how to activate them (if you use one of the apps):
- Download and start as usual
- Open
Specter
➡️Preferences
- Open
Advanced
- Insert
--devstatus-threshold alpha
inSpecterd CLI args
- It's also recommended to use a different data directory in order to separate the experiment from your normal setup. On Linux/Mac you could do that by also adding
--specter-data-folder YOURHOMEDIRECTORY/.specter_spectrum
to theSpecterd CLI args
from the previous step. For MacOS, for example,YOURHOMEDIRECTORY
is sth. like/Users/YOURUSERNAME.
- Save (Specter closes automatically if you click
Continue
) - Restart the Specter app
- If you used a different data directory, don't be surprised, as you now won't see your usual wallets & devices. Remove the
Specterd CLI args
changes from above and you are be back to normal. - Click the left "Get started" button:
Since Spectrum is still in alpha, it is not supported yet to use it alongside a connected Bitcoin Core node. If you are connected to a Bitcoin Core node, you will not see the screen above, so you'd need to do the following:
- Disconnect your Bitcoin Core node (not yet possible via the GUI, we will add this) by either saving it with an incorrect configuration or by stopping the node.
- Again, it's recommended to use a different data directory in order to separate the experiment from your normal setup (see above).
- Restart Specter
- You should now see the screen above.
Binaries
There are two types of binaries:
Specter Desktop
It's a windowed GUI application with Specter server included.
Supported platforms: Windows, MacOS, Linux (x86_64)
Note on Linux: you need to set up udev rules (included in the archive). Check out readme.
Note on macOS: The current build supports only macOS Catalina (10.15) or higher. If you'd like to run Specter on an older macOS version, you can install Specter from Pip.
specterd
It's a command-line program that only runs Specter server.
Supported platforms: Windows, MacOS, Linux (x86_64)
Signatures and hashes
SHA256SUMS file contains sha256 hashes of all binary files and signed with "Specter Signer's" GPG key.
You can get the public key from here.
Fingerprint of the key is 785A 2269 EE3A 9736 AC1A 4F4C 864B 7CF9 A811 FEF7
This key has been signed by @k9ert's key which you might have used for validating th 1.7.0 release.
Release notes
- Bugfix: autodetect from bitcoin.conf file with network set #2037 (kexkey)
- Bugfix: change settings_restore implementation #2042 (k9ert)
- Bugfix: fixes #1997 for Docker builds as well as command line installs #2053 (Michael Henke)
- Bugfix: internal node needs to be saved #2045 (k9ert)
- Chore: Bump json5 from 2.1.3 to 2.2.3 in /pyinstaller/electron #2039 (dependabot[bot])
- Chore: Bump minimatch from 3.0.4 to 3.1.2 #1966 (dependabot[bot])
- Chore: Bump minimatch from 3.0.4 to 3.1.2 in /pyinstaller/electron #1965 (dependabot[bot])
- Chore: Remove docker support #2054 (k9ert)
- Chore: some dependency improvements #2046 (k9ert)
- Chore: testing bridge_rpc errorhandling #2055 (k9ert)
- Docs: Add Documentation Link to Readme #2043 (k9ert)
- Docs: MacOS build instructions #2023 (Manolis Mandrapilias)
- Docs: Updated instructions to upgrade Specter on Raspiblitz #2040 (k9ert)
- Docs: Update of developer guide #2036 (Paarth Agarwal)
- Docs: Update release guide #2029 (Manolis Mandrapilias)
- Feature: delete spectrum node #2047 (k9ert)