You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -124,7 +124,8 @@ Public derivation is used at this level.
124
124
125
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
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.
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.
128
129
129
130
For example:
130
131
@@ -171,43 +172,43 @@ As wallets complying with this BIP are descriptor wallets, this therefore necess
171
172
|first
172
173
|external
173
174
|first
174
-
|m / XY' / 0' / 0' / 0 / 0
175
+
|m / 87' / 0' / 0' / 0 / 0
175
176
|-
176
177
|mainnet
177
178
|first
178
179
|external
179
180
|second
180
-
|m / XY' / 0' / 0' / 0 / 1
181
+
|m / 87' / 0' / 0' / 0 / 1
181
182
|-
182
183
|mainnet
183
184
|first
184
185
|change
185
186
|first
186
-
|m / XY' / 0' / 0' / 1 / 0
187
+
|m / 87' / 0' / 0' / 1 / 0
187
188
|-
188
189
|mainnet
189
190
|first
190
191
|change
191
192
|second
192
-
|m / XY' / 0' / 0' / 1 / 1
193
+
|m / 87' / 0' / 0' / 1 / 1
193
194
|-
194
195
|mainnet
195
196
|second
196
197
|external
197
198
|first
198
-
|m / XY' / 0' / 1' / 0 / 0
199
+
|m / 87' / 0' / 1' / 0 / 0
199
200
|-
200
201
|mainnet
201
202
|second
202
203
|external
203
204
|second
204
-
|m / XY' / 0' / 1' / 0 / 1
205
+
|m / 87' / 0' / 1' / 0 / 1
205
206
|-
206
207
|testnet
207
208
|first
208
209
|external
209
210
|first
210
-
|m / XY' / 1' / 0' / 0 / 0
211
+
|m / 87' / 1' / 0' / 0 / 0
211
212
|-
212
213
|testnet
213
214
|first
@@ -219,37 +220,37 @@ As wallets complying with this BIP are descriptor wallets, this therefore necess
219
220
|first
220
221
|change
221
222
|first
222
-
|m / XY' / 1' / 0' / 1 / 0
223
+
|m / 87' / 1' / 0' / 1 / 0
223
224
|-
224
225
|testnet
225
226
|first
226
227
|change
227
228
|second
228
-
|m / XY' / 1' / 0' / 1 / 1
229
+
|m / 87' / 1' / 0' / 1 / 1
229
230
|-
230
231
|testnet
231
232
|second
232
233
|external
233
234
|first
234
-
|m / XY' / 1' / 1' / 0 / 0
235
+
|m / 87' / 1' / 1' / 0 / 0
235
236
|-
236
237
|testnet
237
238
|second
238
239
|external
239
240
|second
240
-
|m / XY' / 1' / 1' / 0 / 1
241
+
|m / 87' / 1' / 1' / 0 / 1
241
242
|-
242
243
|testnet
243
244
|second
244
245
|change
245
246
|first
246
-
|m / XY' / 1' / 1' / 1 / 0
247
+
|m / 87' / 1' / 1' / 1 / 0
247
248
|-
248
249
|testnet
249
250
|second
250
251
|change
251
252
|second
252
-
|m / XY' / 1' / 1' / 1 / 1
253
+
|m / 87' / 1' / 1' / 1 / 1
253
254
|}
254
255
255
256
==Reference Implementation==
@@ -270,4 +271,4 @@ Original mailing list thread: https://lists.linuxfoundation.org/pipermail/bitcoi
0 commit comments