Skip to content

Commit

Permalink
Miniscript and Tapscript QR fun
Browse files Browse the repository at this point in the history
  • Loading branch information
scgbckbone authored and doc-hex committed Jul 8, 2024
1 parent ce3177b commit bf3833e
Show file tree
Hide file tree
Showing 5 changed files with 23 additions and 1 deletion.
24 changes: 23 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ cHNidP....

![tx-10in2out-locktimes](locktimes.png)

## Signing multisig Transaction with COLDCARD Q
## Multisig

1) Navigate to `Scan Any QR Code` and import below 15of15 multisig.

Expand All @@ -168,3 +168,25 @@ Only tweak `Sighash Check` setting if you know what you're doing. This
is very dangerous and not needed for normal operation. Please, enable checks
to `Default: Block` after this exercise.
```

## Miniscript and MiniTapscript

```patch
requires EDGE firmware 6.3.3QX or later
```

1) Import CSA threshold Tapscript multisig with static provably unspendable internal key:

![tapscript_threshold](minisc.png)

2) Sign PSBT:

![tapscript_threshold_psbt](minisc_psbt.png)

1) import MiniTapScript with ranged probably unspendable internal key:

![minitapscript](minitapscript.png)

2) Sign PSBT

![minitapscript_psbt](minitapscript_psbt.png)
Binary file added minisc.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added minisc_psbt.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added minitapscript.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added minitapscript_psbt.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit bf3833e

Please sign in to comment.