| nwjs_app | ||
| screenshots | ||
| static | ||
| templates | ||
| tor | ||
| .env_example | ||
| .flaskenv | ||
| .gitignore | ||
| descriptor.py | ||
| helpers.py | ||
| icon.icns | ||
| LICENSE | ||
| README.md | ||
| rpc.py | ||
| rpctest.py | ||
| serializations.py | ||
| server.py | ||
| server.spec | ||
| specter.py | ||
Specter Desktop
DISCLAIMER
This software is WORK IN PROGRESS and NOT READY TO USE YET. Currently tested only in Chrome, so in other browsers it may look weird.
If something doesn't work open an issue here or ask a question in our Telegram group or Slack.
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 we are working on integration of our Specter-DIY hardware wallet that uses QR codes as a main communication channel, and ColdCard that uses SD cards. Later on we plan to integrate "hot" hardware wallets using HWI tool and Junction.
How to run
Clone the repo, install dependencies:
git clone https://github.com/cryptoadvance/specter-desktop.git
pip3 install flask flask_qrcode requests
Run the server:
cd specter-desktop
python3 server.py
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 and in the app settings.







