Update faq.md (#563)

This commit is contained in:
Moritz 2020-10-29 21:58:06 +01:00 committed by GitHub
parent 793f8edd37
commit 42e4841461
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -19,6 +19,7 @@
- [*If the Bitcoin Core instance we are connecting to already has a wallet, is it possible to load it via the UI if we know the name, and could we import a .dat file?*](#if-the-bitcoin-core-instance-we-are-connecting-to-already-has-a-wallet-is-it-possible-to-load-it-via-the-ui-if-we-know-the-name-and-could-we-import-a-dat-file)
- [*How are Bitcoin Core mnemonic seeds created? With Core there's only the option to backup the wallet.dat file, so how does specter-desktop transform the wallet.dat file into a mnemonic seed?*](#how-are-bitcoin-core-mnemonic-seeds-created-with-core-theres-only-the-option-to-backup-the-walletdat-file-so-how-does-specter-desktop-transform-the-walletdat-file-into-a-mnemonic-seed)
- [*Why when I export a multisig wallet from specter-desktop (settings > export > copy wallet data) created from devices with only segwit ZPUBs, do I get a data structure with expected segwit derivation paths but XPUBs instead?*](#why-when-i-export-a-multisig-wallet-from-specter-desktop-settings--export--copy-wallet-data-created-from-devices-with-only-segwit-zpubs-do-i-get-a-data-structure-with-expected-segwit-derivation-paths-but-xpubs-instead)
- [*Does Specter have Coin Control?*](#does-specter-have-coin-control)
- [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)
@ -167,6 +168,11 @@ Specter-desktop generates a random mnemonic using Trezor's mnemonic package, the
XPUB is a canonical representation that is supported by Bitcoin Core, whereas ZPUB is an invention of SatoshiLabs that got adopted by the industry, but not by Bitcoin Core. In wallet export file we export Bitcoin Core's descriptor, so it contains master keys in the format that Bitcoin Core understands. More info on descriptors can be found [here](https://github.com/bitcoin/bitcoin/blob/master/doc/descriptors.md).
## *Does Specter have Coin Control?*
Yes, Specter supports Coin Control. Go to "Send". Open the "Advanced" features - and down at the right you have "Select coins manually" bottom.
# USAGE
## *How do I run the app?*