Skip to content

Commit 9c40c18

Browse files
author
Robert Spigler
authored
Link to merged BSMS, update examples
1 parent 42d7ae8 commit 9c40c18

File tree

1 file changed

+17
-16
lines changed

1 file changed

+17
-16
lines changed

bip-0087.mediawiki

Lines changed: 17 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<pre>
22
BIP: 87
33
Layer: Applications
4-
Title: Modern Hierarchy for Deterministic Multisignature Wallets
4+
Title: Hierarchy for Deterministic Multisig Wallets
55
Author: Robert Spigler <[email protected]>
66
Comments-Summary: No comments yet.
77
Comments-URI: https://github.com/bitcoin/bips/wiki/Comments:BIP-0087
@@ -124,7 +124,8 @@ Public derivation is used at this level.
124124

125125
The multisig descriptors or descriptor template that is generated from the cosigners' combined key records should be used to generate and discover addresses.
126126

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.
127+
Please see [https://github.com/bitcoin/bips/blob/master/bip-0129.mediawiki BIP-0129 (Bitcoin Secure Multisig Setup)] for an introduction on descriptor templates.
128+
The descriptor or descriptor template should contain the key origin information for maximum compatibility with BIP-0174.
128129

129130
For example:
130131

@@ -171,43 +172,43 @@ As wallets complying with this BIP are descriptor wallets, this therefore necess
171172
|first
172173
|external
173174
|first
174-
|m / XY' / 0' / 0' / 0 / 0
175+
|m / 87' / 0' / 0' / 0 / 0
175176
|-
176177
|mainnet
177178
|first
178179
|external
179180
|second
180-
|m / XY' / 0' / 0' / 0 / 1
181+
|m / 87' / 0' / 0' / 0 / 1
181182
|-
182183
|mainnet
183184
|first
184185
|change
185186
|first
186-
|m / XY' / 0' / 0' / 1 / 0
187+
|m / 87' / 0' / 0' / 1 / 0
187188
|-
188189
|mainnet
189190
|first
190191
|change
191192
|second
192-
|m / XY' / 0' / 0' / 1 / 1
193+
|m / 87' / 0' / 0' / 1 / 1
193194
|-
194195
|mainnet
195196
|second
196197
|external
197198
|first
198-
|m / XY' / 0' / 1' / 0 / 0
199+
|m / 87' / 0' / 1' / 0 / 0
199200
|-
200201
|mainnet
201202
|second
202203
|external
203204
|second
204-
|m / XY' / 0' / 1' / 0 / 1
205+
|m / 87' / 0' / 1' / 0 / 1
205206
|-
206207
|testnet
207208
|first
208209
|external
209210
|first
210-
|m / XY' / 1' / 0' / 0 / 0
211+
|m / 87' / 1' / 0' / 0 / 0
211212
|-
212213
|testnet
213214
|first
@@ -219,37 +220,37 @@ As wallets complying with this BIP are descriptor wallets, this therefore necess
219220
|first
220221
|change
221222
|first
222-
|m / XY' / 1' / 0' / 1 / 0
223+
|m / 87' / 1' / 0' / 1 / 0
223224
|-
224225
|testnet
225226
|first
226227
|change
227228
|second
228-
|m / XY' / 1' / 0' / 1 / 1
229+
|m / 87' / 1' / 0' / 1 / 1
229230
|-
230231
|testnet
231232
|second
232233
|external
233234
|first
234-
|m / XY' / 1' / 1' / 0 / 0
235+
|m / 87' / 1' / 1' / 0 / 0
235236
|-
236237
|testnet
237238
|second
238239
|external
239240
|second
240-
|m / XY' / 1' / 1' / 0 / 1
241+
|m / 87' / 1' / 1' / 0 / 1
241242
|-
242243
|testnet
243244
|second
244245
|change
245246
|first
246-
|m / XY' / 1' / 1' / 1 / 0
247+
|m / 87' / 1' / 1' / 1 / 0
247248
|-
248249
|testnet
249250
|second
250251
|change
251252
|second
252-
|m / XY' / 1' / 1' / 1 / 1
253+
|m / 87' / 1' / 1' / 1 / 1
253254
|}
254255

255256
==Reference Implementation==
@@ -270,4 +271,4 @@ Original mailing list thread: https://lists.linuxfoundation.org/pipermail/bitcoi
270271
* [https://github.com/bitcoin/bitcoin/blob/master/doc/descriptors.md Output Descriptors]
271272
* [[bip-0174.mediawiki|BIP174 - Partially Signed Bitcoin Transaction Format]]
272273
* [[bip-0067.mediawiki|BIP67 - Deterministic Pay-to-script-hash multi-signature addresses through public key sorting]]
273-
* Bitcoin Secure Multisig Setup [Waiting For Merge]
274+
* [[bip-0129.mediawiki|BIP129 - Bitcoin Secure Multisig Setup (BSMS)]]

0 commit comments

Comments
 (0)