@@ -76,7 +76,7 @@ Each level has a special meaning, described in the chapters below.
76
76
77
77
===Purpose ===
78
78
79
- Purpose is a constant set to XY ' following the BIP43 recommendation.
79
+ Purpose is a constant set to 87 ' following the BIP43 recommendation.
80
80
It indicates that the subtree of this node is used according to this specification.
81
81
82
82
Hardened derivation is used at this level.
@@ -131,15 +131,15 @@ For example:
131
131
132
132
The following descriptor template and derivation path restrictions:
133
133
134
- <code>wsh(sortedmulti(2,[xfpForA/XY '/0'/0']XpubA/**,[xfpForB/XY '/0'/0']XpubB/**)) </code>
134
+ <code>wsh(sortedmulti(2,[xfpForA/87 '/0'/0']XpubA/**,[xfpForB/87 '/0'/0']XpubB/**)) </code>
135
135
136
136
<code>/0/*,/1/* </code>
137
137
138
138
Expands to the two concrete descriptors:
139
139
140
- <code>wsh(sortedmulti(2,[xfpForA/XY '/0'/0']XpubA/0/*,[xfpForB/XY '/0'/0']XpubB/0/*)) </code>
140
+ <code>wsh(sortedmulti(2,[xfpForA/87 '/0'/0']XpubA/0/*,[xfpForB/87 '/0'/0']XpubB/0/*)) </code>
141
141
142
- <code>wsh(sortedmulti(2,[xfpForA/XY '/0'/0']XpubA/1/*,[xfpForB/XY '/0'/0']XpubB/1/*)) </code>
142
+ <code>wsh(sortedmulti(2,[xfpForA/87 '/0'/0']XpubA/1/*,[xfpForB/87 '/0'/0']XpubB/1/*)) </code>
143
143
144
144
To discover addresses, import both the receiving and change descriptors; respect the gap limit described below.
145
145
@@ -214,7 +214,7 @@ As wallets complying with this BIP are descriptor wallets, this therefore necess
214
214
|first
215
215
|external
216
216
|second
217
- |m / XY ' / 1' / 0' / 0 / 1
217
+ |m / 87 ' / 1' / 0' / 0 / 1
218
218
|-
219
219
|testnet
220
220
|first
@@ -265,10 +265,10 @@ Special thanks to SomberNight, Craig Raw, David Harding, Jochen Hoenicke, Sjors
265
265
266
266
Original mailing list thread: https://lists.linuxfoundation.org/pipermail/bitcoin-dev/2021-March/018630.html
267
267
268
- * [[ bip-0032.mediawiki | BIP32 - Hierarchical Deterministic Wallets] ]
269
- * [[ bip-0043.mediawiki | BIP43 - Purpose Field for Deterministic Wallets] ]
270
- * [[ bip-0044.mediawiki | BIP44 - Multi-Account Hierarchy for Deterministic Wallets] ]
268
+ * [https://github.com/bitcoin/bips/blob/master/ bip-0032.mediawiki BIP-0032 ( Hierarchical Deterministic Wallets) ]
269
+ * [https://github.com/bitcoin/bips/blob/master/ bip-0043.mediawiki BIP-0043 ( Purpose Field for Deterministic Wallets) ]
270
+ * [https://github.com/bitcoin/bips/blob/master/ bip-0044.mediawiki BIP-0044 ( Multi-Account Hierarchy for Deterministic Wallets) ]
271
271
* [https://github.com/bitcoin/bitcoin/blob/master/doc/descriptors.md Output Descriptors ]
272
- * [[ bip-0174.mediawiki | BIP174 - Partially Signed Bitcoin Transaction Format] ]
273
- * [[ bip-0067.mediawiki | BIP67 - Deterministic Pay-to-script-hash multi-signature addresses through public key sorting] ]
274
- * [[ bip-0129.mediawiki | BIP129 - Bitcoin Secure Multisig Setup (BSMS) ] ]
272
+ * [https://github.com/bitcoin/bips/blob/master/ bip-0174.mediawiki BIP-0174 ( Partially Signed Bitcoin Transaction Format) ]
273
+ * [https://github.com/bitcoin/bips/blob/master/ bip-0067.mediawiki BIP-0067 ( Deterministic Pay-to-script-hash multi-signature addresses through public key sorting) ]
274
+ * [https://github.com/bitcoin/bips/blob/master/ bip-0129.mediawiki BIP-0129 ( Bitcoin Secure Multisig Setup) ]
0 commit comments