THIS IS A PRE_RELEASE! DON'T USE IT UNTIL YOU KNOW WHY
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
TBD!
Hints for Spectrum
This Release contains Spectrum, a plugin for running specter via an Electrum Server instead of using a full node. However, the plugin is in beta and in order to use it, you need to explicitely allow beta-plugins. In order to do that via a binary-executable:
- Download and start as usual
- Open specter/preferences
- Open "Advanced"
- Insert
--devstatus-threshold beta
in the "Specterd CLI args" - Also you might want to use a different data directory in order to separate the experiment from your normal setup. On Linux/Mac you could do that by adding those 2 things:
--devstatus-threshold beta --specter-data-folder ~/.specter_spectrum
. - Save and quit specter
- restart
- Don't be surprised as you now won't see your usual wallets/devices anymore. Remove the above "Specterd CLI args" and you should be back to normal.