A GUI for Bitcoin Core optimised to work with airgapped hardware wallets
Project description
Specter Desktop
DISCLAIMER
This software might be ready to be used but at your own risk. The UI is currently only tested and optimised in Chrome, and looks a bit weird but usable in firefox. So in other browsers, it may even look more weird.
If something doesn't work open an issue here or ask a question in our Telegram group.
Why?
Bitcoin Core has a very powerful command line interface and a wonderful daemon. Using PSBT and HWI it can also work with hardware wallets, but at the moment it is too linux-way. The same applies to multisignature setups.
The goal of this project is to make a convenient and user-friendly GUI around Bitcoin Core with a focus on multisignature setup with airgapped hardware wallets.
At the moment Specter-Desktop is working with all major Hardware-Wallets including Specter-DIY hardware wallet which uses QR codes as a main communication channel and ColdCard that uses SD cards. Also it already supports "hot" hardware wallets using HWI tool and is tested to work with Trezor One. It should also work with Keepkey and Ledger (Firmware >= 1.6.0).
How to run
- HWI support requires
libusb
- Ubuntu/Debian:
sudo apt install libusb-1.0-0-dev libudev-dev
- macOS:
brew install libusb
- windows: follow instructions in
windows.md
- Install Specter
pip install cryptoadvance.specter
- Run Specter:
python -m cryptoadvance.specter server
# Or as a deamon:
python -m cryptoadvance.specter server --daemon
# Stop the daemon again:
python -m cryptoadvance.specter server --stop
After that, specter will be available at http://127.0.0.1:25441/.
You can also run it (as a daemon), using tor, provide ssl certificates to run over https. Https is especially important because browsers don't allow the website to access camera without secure connection, and we need camera access to scan QR codes.
An example how to run specter server in the background (--daemon
) with ssl certificates (--key
, --cert
) over tor:
python -m cryptoadvance.specter server --tor=mytorpassword --cert=./cert.pem --key=./key.pem --daemon
If your Bitcoin Core is using a default data folder the app should detect it automatically. If not, consider setting rpcuser
and rpcpassword
in the bitcoin.conf
file or set in directly in the specter-app settings.
Have a look at DEVELOPMENT.md for further information about hacking on specter-desktop.
Detailed instructions
- Beyond local network - how to forward your node through a cheap VPS: docs/reverse-proxy.md
- Setting up Specter over Tor: docs/tor.md
- Using self-signed certificates in local network or Tor: docs/self-signed-certificates.md
A few screenshots
Adding a new device
Creating a new wallet
Wallet interface
Configuration
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Hashes for cryptoadvance.specter-0.4.0.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | 62969ab80d1db42bbd31fd76d7d86aafc65cf87959551bfdb9b5c707dafa524c |
|
MD5 | ae1a01f90561498044efbd71eda5ceed |
|
BLAKE2b-256 | de59923164aad1fc2d7fead9f4f240a1a3419c7fde35bfb733656ea01684e74a |
Hashes for cryptoadvance.specter-0.4.0-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 96a317b6c84ea7219cbdd1cb717e7529c8f9ed5238b89ce9e424854434b1224f |
|
MD5 | 037eb12ff751334ff86d246d8cd88dd6 |
|
BLAKE2b-256 | f0425b3f22e3c15adb915e12cdcf820519ed94e824cd3505bd1cd8fc9acd02d2 |