mirror of
https://github.com/cryptoadvance/specter-desktop.git
synced 2026-08-13 12:33:29 +02:00
question about devices/wallets (#378)
* question about devices/wallets * docs: update TOC Co-authored-by: k9ert <k9ert@users.noreply.github.com>
This commit is contained in:
parent
13032f8b17
commit
9fa2dc734c
1 changed files with 7 additions and 0 deletions
|
|
@ -22,6 +22,7 @@
|
|||
- [USAGE](#usage)
|
||||
- [*How do I run the app?*](#how-do-i-run-the-app)
|
||||
- [*What types of ways can I run specter-desktop?*](#what-types-of-ways-can-i-run-specter-desktop)
|
||||
- [Devices? Wallets? Where ist the difference?](#devices-wallets-where-ist-the-difference)
|
||||
- [*What do I need to do in order to create a multisig wallet?*](#what-do-i-need-to-do-in-order-to-create-a-multisig-wallet)
|
||||
- [*Is my understanding correct that specter-desktop does not hold any keys and you need to create a multisig wallet in order to sign transactions and send funds?*](#is-my-understanding-correct-that-specter-desktop-does-not-hold-any-keys-and-you-need-to-create-a-multisig-wallet-in-order-to-sign-transactions-and-send-funds)
|
||||
- [*How would one sign with Electrum? Do I need to create multisig wallet in Electrum first or can I create it with specter-desktop?*](#how-would-one-sign-with-electrum-do-i-need-to-create-multisig-wallet-in-electrum-first-or-can-i-create-it-with-specter-desktop)
|
||||
|
|
@ -184,6 +185,12 @@ Specter-desktop makes many requests to Bitcoin Core RPC, so it works better from
|
|||
|
||||
If you use hardware wallets and they are usb-conneced to specter-desktop then you should take these precautions, but if they are airgapped (coldcard, specter-diy, cobo) - then you can use remote web interface.
|
||||
|
||||
## Devices? Wallets? Where ist the difference?
|
||||
|
||||
The logic is that devices store keys, and you can combine these keys in different wallets like multisig or singlesig. So the same device can be used for a nested segwit wallet, native segwit, and many multisig wallets.
|
||||
The only requirement is that all cosigners in multisig wallets should be different devices.
|
||||
For some devices it makes sense to import keys, for example for another passphrase. However it's also possible (and recommended) to create a new device if you want to use a different passphrase for the same device.
|
||||
|
||||
## *What do I need to do in order to create a multisig wallet?*
|
||||
|
||||
XPUBs are needed (from HWW's, laptop with Electrum desktop wallet, specter-DIY, etc.) in order to create a multistig setup, but don't worry it's in watch-only mode and it's your own full node! First you need to “add devices” that store keys for the wallet. After creating the devices, you have to create the type of wallet you want (2-of-2, 3-of-5, etc.) and select the corresponding devices/keys - you need at least two devices setup in order to create a multisig wallet.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue