Skip to content

Commit d502f68

Browse files
author
Robert Spigler
authored
Minor edits and links
1 parent 7663693 commit d502f68

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

bip-0087.mediawiki

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ Each level has a special meaning, described in the chapters below.
7676

7777
===Purpose===
7878

79-
Purpose is a constant set to XY' following the BIP43 recommendation.
79+
Purpose is a constant set to 87' following the BIP43 recommendation.
8080
It indicates that the subtree of this node is used according to this specification.
8181

8282
Hardened derivation is used at this level.
@@ -131,15 +131,15 @@ For example:
131131

132132
The following descriptor template and derivation path restrictions:
133133

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>
135135

136136
<code>/0/*,/1/*</code>
137137

138138
Expands to the two concrete descriptors:
139139

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>
141141

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>
143143

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

@@ -214,7 +214,7 @@ As wallets complying with this BIP are descriptor wallets, this therefore necess
214214
|first
215215
|external
216216
|second
217-
|m / XY' / 1' / 0' / 0 / 1
217+
|m / 87' / 1' / 0' / 0 / 1
218218
|-
219219
|testnet
220220
|first
@@ -265,10 +265,10 @@ Special thanks to SomberNight, Craig Raw, David Harding, Jochen Hoenicke, Sjors
265265

266266
Original mailing list thread: https://lists.linuxfoundation.org/pipermail/bitcoin-dev/2021-March/018630.html
267267

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)]
271271
* [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

Comments
 (0)