No description
Find a file
benk10 2d89b54759
Upgrade internal bitcoind version (#1173)
* Update default Bitcoin version to 0.21.1

* Upgrade internal Bitcoin Core option

* Condition package of bitcoind on linux

* Fix

* Fix the cypress tests

Co-authored-by: Stepan Snigirev <snigirev.stepan@gmail.com>
2021-05-24 13:44:03 +02:00
.github/workflows Release-notes and fix the build (#1135) 2021-04-26 14:09:42 +02:00
cypress Upgrade internal bitcoind version (#1173) 2021-05-24 13:44:03 +02:00
docker Merge in Liquid branch (#1174) 2021-05-20 18:26:10 +03:00
docs Update hwibridge.md (#1178) 2021-05-24 13:03:15 +02:00
pyinstaller Upgrade internal bitcoind version (#1173) 2021-05-24 13:44:03 +02:00
screenshots Docs: Update tor.md (#1129) 2021-05-19 14:45:23 +02:00
src/cryptoadvance/specter Upgrade internal bitcoind version (#1173) 2021-05-24 13:44:03 +02:00
tests Merge in Liquid branch (#1174) 2021-05-20 18:26:10 +03:00
udev update udev rules for diy (#742) 2020-12-05 11:52:31 +01:00
utils Timeout management and other improvements (#1057) 2021-03-26 14:21:26 +03:00
.cirrus.yml Merge in Liquid branch (#1174) 2021-05-20 18:26:10 +03:00
.gitignore Issue fixing - #1016 - "Verify on device" asks to plug in an air-gapped cold card (#1157) 2021-05-18 15:14:10 +03:00
.gitlab-ci.yml Merge in Liquid branch (#1174) 2021-05-20 18:26:10 +03:00
.pre-commit-config.yaml Release-notes and fix the build (#1135) 2021-04-26 14:09:42 +02:00
CONTRIBUTING.md Add existing file (#846) 2021-01-10 14:53:18 +02:00
cypress.json Refactor setup wizard (#1120) 2021-04-23 23:08:58 +02:00
DEVELOPMENT.md Release-notes and fix the build (#1135) 2021-04-26 14:09:42 +02:00
LICENSE Releasing procedure with pip (#69) 2020-02-20 13:00:53 +01:00
MANIFEST.in Releasing procedure with pip (#69) 2020-02-20 13:00:53 +01:00
package-lock.json Feature: Node manager (#1146) 2021-05-11 16:44:25 +02:00
package.json upgrade wait-on and axios (#1124) 2021-04-22 11:34:04 +02:00
pytest.ini Merge in Liquid branch (#1174) 2021-05-20 18:26:10 +03:00
README.md Typos (#941) 2021-02-10 10:42:25 +02:00
requirements.in Merge in Liquid branch (#1174) 2021-05-20 18:26:10 +03:00
requirements.txt Merge in Liquid branch (#1174) 2021-05-20 18:26:10 +03:00
setup.py Core: allow python version 3.9.X after upgrade to HWI 2.0.1 (#1104) 2021-04-15 13:29:13 +02:00
test_requirements.txt Release-notes and fix the build (#1135) 2021-04-26 14:09:42 +02:00

Table of Contents

Specter Desktop

"A specter is haunting the modern world, the specter of crypto anarchy."
The Crypto Anarchist Manifesto - Timothy C. May - Sun, 22 Nov 92 12:11:24 PST

Build Status Support the project

DISCLAIMER

This software might be ready to be used but at your own risk.

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 hardware wallets and airgapped devices.

At the moment Specter-Desktop is working with all major hardware wallets including:

  • Trezor
  • Ledger
  • KeepKey
  • BitBox02
  • ColdCard (optionally airgapped, using an SD card)
  • Electrum (optionally airgapped, if running Electrum on an airgapped computer/ phone)
  • Specter DIY (optionally airgapped, using QR codes)
  • Cobo (airgapped, using QR codes)

We also support using the Bitcoin Core as a hot wallet, by importing or generating a random BIP39 mnemonic, but this feature is experimental and we do not recommend using it at this stage. We plan to add support for other hardware wallets as they come up. If you are interested in using Specter with a hardware wallet currently unsupported, let us know by opening an issue here or asking in our Telegram group.

Help wanted: Do you like Specter?

Please help us to push forward, fix bugs, refine FAQs and please help each other in the support channel. As a small team on a tiny budget we are working hard to make Specter better every day for Bitcoin, for you and for us. We are quite overwhelmed with the response, the guides and shout-outs. Thank you! Stepan, Ben, Kim, all the fellow Specter-Builders & Moritz

Donations are welcome

How to run

Using the Specter Desktop app

The easiest way to run Specter Desktop is by installing the Specter Desktop app, which you can find on the GitHub release page. With this method, all you need to do is just download the right file for your operating system and install it like a normal desktop app (Debian buster is only partially supported)

Installing Specter from Pip

  • Specter requires Python version 3.6 to 3.8. We will support python 3.9 when HWI adds support for it.
  • Bitcoin Core node should be at least v0.19+, better if it's the latest one from bitcoincore.org.
  • HWI support requires libusb
    • Ubuntu/Debian: sudo apt install libusb-1.0-0-dev libudev-dev python3-dev
    • macOS: brew install libusb
    • Windows: follow instructions in windows.md
  • Install Specter
pip3 install cryptoadvance.specter
  • Run Specter
python3 -m cryptoadvance.specter server 
  • Upgrade Specter
pip3 install cryptoadvance.specter --upgrade

After that, Specter will be available at http://127.0.0.1:25441/.

You can also run it using Tor, provide SSL certificates to run over https. Https is especially important because browsers don't allow the website to access the camera without secure connection, and we need camera access to scan QR codes.

An example how to run Specter server with SSL certificates (--key, --cert) over Tor (make sure to walk through the Tor-document ):

python3 -m cryptoadvance.specter server --tor --cert=./cert.pem --key=./key.pem

Connect Specter to Bitcoin Core

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.

If you are using Bitcoin Core with GUI, set server=1 in bitcoin.conf. This setting allows other programs to talk to the rpc server of Bitcoin Core. It's automatically enabled when you are using bitcoind, but disabled in bitcoin-qt.

If you use Specter from a remote machine and want to use it with hardware wallets connected via USB, please read this guide on setting up HWIBridge to facilitate such connection to hardware wallets.

Have a look at DEVELOPMENT.md for further information about hacking on Specter-desktop.

Tips and tricks (detailed instructions)

Errors, doubts.. Read our FAQ!

If you're stuck while installing/configuring Specter or you're looking for more informations about the project, read our FAQ!

A few screenshots

Adding a new device

Creating a new wallet

Wallet interface

Configuration