mirror of
https://github.com/cryptoadvance/specter-desktop.git
synced 2026-08-13 12:33:29 +02:00
Docs: Update Screenshots on Readme file (#2286)
* Update Screenshots on Readme file * docs: update TOC --------- Co-authored-by: moritzwietersheim <moritzwietersheim@users.noreply.github.com> Co-authored-by: Manolis Mandrapilias <70536101+moneymanolis@users.noreply.github.com> Co-authored-by: k9ert <k9ert@gmx.de>
This commit is contained in:
parent
7119b49366
commit
6461415633
1 changed files with 49 additions and 23 deletions
72
README.md
72
README.md
|
|
@ -22,11 +22,11 @@
|
|||
- [Connect Specter to Bitcoin Core](#connect-specter-to-bitcoin-core)
|
||||
- [Tips and tricks (detailed instructions)](#tips-and-tricks-detailed-instructions)
|
||||
- [Errors, doubts.. Read our FAQ!](#errors-doubts-read-our-faq)
|
||||
- [A few screenshots](#a-few-screenshots)
|
||||
- [Adding a new device](#adding-a-new-device)
|
||||
- [Creating a new wallet](#creating-a-new-wallet)
|
||||
- [Setting up Specter Desktop](#setting-up-specter-desktop)
|
||||
- [Select how to connect to Bitcoin network](#select-how-to-connect-to-bitcoin-network)
|
||||
- [Add a new device](#add-a-new-device)
|
||||
- [Create a new wallet](#create-a-new-wallet)
|
||||
- [Wallet interface](#wallet-interface)
|
||||
- [Configuration](#configuration)
|
||||
|
||||
<!-- END doctoc generated TOC please keep comment here to allow auto update -->
|
||||
|
||||
|
|
@ -50,17 +50,21 @@ If something doesn't work open an issue here or ask a question in our [Telegram
|
|||
|
||||
Bitcoin Core has a very powerful command line interface and a wonderful daemon. Using PSBT and [HWI](https://github.com/bitcoin-core/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.
|
||||
The goal of this project is to make a convenient and user-friendly User Interface around Bitcoin Core with a focus on multisignature setup with airgapped signing devices (aka hardware wallets).
|
||||
|
||||
At the moment Specter-Desktop is working with all major hardware wallets including:
|
||||
- SeedSigner
|
||||
- Specter DIY (optionally airgapped, using QR codes)
|
||||
- Blockstream Jade
|
||||
- ColdCard (optionally airgapped, using an SD card)
|
||||
- BitBox02
|
||||
- Passport
|
||||
- Electrum (optionally airgapped, if running Electrum on an airgapped computer/phone)
|
||||
- Keystone (airgapped, using QR codes)
|
||||
- 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](https://t.me/spectersupport).
|
||||
|
|
@ -147,28 +151,50 @@ Have a look at [development.md](docs/development.md) for further information abo
|
|||
|
||||
If you're stuck while installing/configuring Specter or you're looking for more informations about the project, read our [FAQ](docs/faq.md)!
|
||||
|
||||
## A few screenshots
|
||||
## Setting up Specter Desktop
|
||||
|
||||
### Adding a new device
|
||||
### Select how to connect to Bitcoin network
|
||||
|
||||

|
||||

|
||||
|
||||

|
||||
Electrum server or...
|
||||

|
||||
|
||||
### Creating a new wallet
|
||||
...via Bitcoin Core node.
|
||||

|
||||
|
||||

|
||||
|
||||

|
||||
### Add a new device
|
||||
|
||||
Select signing device
|
||||

|
||||
|
||||
Upload public keys
|
||||

|
||||
|
||||
|
||||
### Create a new wallet
|
||||
|
||||
Select the type of wallet
|
||||

|
||||
|
||||
Pick the device you want to use
|
||||

|
||||
|
||||
Configure the wallet
|
||||

|
||||
|
||||
|
||||
### Wallet interface
|
||||
|
||||

|
||||
Transactions & UTXOs
|
||||

|
||||
|
||||

|
||||
Receive & Change Addresses
|
||||

|
||||
|
||||

|
||||
Send
|
||||

|
||||
|
||||
### Configuration
|
||||
|
||||

|
||||
Settings -> Important for multi-signature wallets. Export printable PDF backup.
|
||||

|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue