-
Notifications
You must be signed in to change notification settings - Fork 149
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
3cd47cd
commit 594690d
Showing
32 changed files
with
5,707 additions
and
1,367 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
# Miniscript | ||
|
||
**COLDCARD<sup>®</sup>** Mk4 experimental `EDGE` versions | ||
support Miniscript and MiniTapscript. | ||
|
||
## Import/Export | ||
|
||
* `Settings` -> `Miniscript` -> `Import from file` | ||
* only [descriptors](https://github.com/bitcoin/bips/blob/master/bip-0380.mediawiki) allowed for import | ||
* `Settings` -> `Miniscript` -> `<name>` -> `Descriptors` | ||
* only [descriptors](https://github.com/bitcoin/bips/blob/master/bip-0380.mediawiki) are exported | ||
|
||
## Address Explorer | ||
|
||
Same as with basic multisig. After miniscript wallet is imported, | ||
item with `<name>` is added to `Address Explorer` menu. | ||
|
||
|
||
## Limitations | ||
* no duplicate keys in miniscript (at least account in origin derivation has to be different) | ||
* subderivation must be `<0;1>/*` (may be omitted during the import - is implied) | ||
* only keys with key origin info `[xfp/p/a/t/h]xpub` | ||
* maximum number of keys allowed in segwit v0 miniscript is 20 | ||
* check MiniTapscript limitations in `docs/taproot.md` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.