Skip to content

Commit 653b965

Browse files
author
Robert Spigler
authored
Add BSMS reference and key origin info
1 parent 4794d70 commit 653b965

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

Modern Hierarchy for Deterministic Multisignature Wallets.mediawiki

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,9 @@ Public derivation is used at this level.
122122

123123
==Address Discovery==
124124

125-
The multisig descriptors or descriptor template that is generated from the cosigners' combined key records should be used to generate and discover addresses.
125+
The multisig descriptors or descriptor template that is generated from the cosigners' combined key records should be used to generate and discover addresses.
126+
127+
Please see BIP__ (Bitcoin Secure Multisig Setup) for an introduction on descriptor templates. [Waiting for merge of BSMS to link here]. The descriptor or descriptor template should contain the key origin information for maximum compatibility with BIP-0174.
126128

127129
For example:
128130

@@ -134,9 +136,9 @@ The following descriptor template and derivation path restrictions:
134136

135137
Expands to the two concrete descriptors:
136138

137-
<code>wsh(sortedmulti(2,[xfpForA/XY'/0'/0']XpubA/0/*,[xfpForB/XY'/0'/0']XpubB/0/*))#Checksum</code>
139+
<code>wsh(sortedmulti(2,[xfpForA/XY'/0'/0']XpubA/0/*,[xfpForB/XY'/0'/0']XpubB/0/*))</code>
138140

139-
<code>wsh(sortedmulti(2,[xfpForA/XY'/0'/0']XpubA/1/*,[xfpForB/XY'/0'/0']XpubB/1/*))#Checksum</code>
141+
<code>wsh(sortedmulti(2,[xfpForA/XY'/0'/0']XpubA/1/*,[xfpForB/XY'/0'/0']XpubB/1/*))</code>
140142

141143
To discover addresses, import both the receiving and change descriptors; respect the gap limit described below.
142144

@@ -268,4 +270,4 @@ Original mailing list thread: https://lists.linuxfoundation.org/pipermail/bitcoi
268270
* [https://github.com/bitcoin/bitcoin/blob/master/doc/descriptors.md Output Descriptors]
269271
* [[bip-0174.mediawiki|BIP174 - Partially Signed Bitcoin Transaction Format]]
270272
* [[bip-0067.mediawiki|BIP67 - Deterministic Pay-to-script-hash multi-signature addresses through public key sorting]]
271-
273+
* Bitcoin Secure Multisig Setup [Waiting For Merge]

0 commit comments

Comments
 (0)