1
0
mirror of https://github.com/bitcoin/bips.git synced 2025-05-12 12:03:29 +00:00

Update Modern Hierarchy for Deterministic Multisignature Wallets.mediawiki

Formatting
This commit is contained in:
Robert Spigler 2021-04-19 18:09:59 -04:00 committed by GitHub
parent 25bacdc21d
commit f18ddfbfa5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -131,11 +131,13 @@ For example:
The following descriptor template and derivation path: The following descriptor template and derivation path:
<code>wsh(sortedmulti(2,[xfpForA/XY'/0'/0']XpubA/**,[xfpForB/XY'/0'/0']XpubB/**))</code> <code>wsh(sortedmulti(2,[xfpForA/XY'/0'/0']XpubA/**,[xfpForB/XY'/0'/0']XpubB/**))</code>
<code>/0/*,/1/*</code> <code>/0/*,/1/*</code>
Expands to the two concrete descriptors: Expands to the two concrete descriptors:
<code>wsh(sortedmulti(2,[xfpForA/XY'/0'/0']XpubA/0/*,[xfpForB/XY'/0'/0']XpubB/0/*))#Checksum</code> <code>wsh(sortedmulti(2,[xfpForA/XY'/0'/0']XpubA/0/*,[xfpForB/XY'/0'/0']XpubB/0/*))#Checksum</code>
<code>wsh(sortedmulti(2,[xfpForA/XY'/0'/0']XpubA/1/*,[xfpForB/XY'/0'/0']XpubB/1/*))#Checksum</code> <code>wsh(sortedmulti(2,[xfpForA/XY'/0'/0']XpubA/1/*,[xfpForB/XY'/0'/0']XpubB/1/*))#Checksum</code>
To discover addresses, scan addresses of the external chain; respect the gap limit described below To discover addresses, scan addresses of the external chain; respect the gap limit described below