File tree Expand file tree Collapse file tree 1 file changed +6
-5
lines changed Expand file tree Collapse file tree 1 file changed +6
-5
lines changed Original file line number Diff line number Diff line change 13
13
==Abstract ==
14
14
15
15
This BIP defines a logical hierarchy for deterministic multi-sig wallets based on an algorithm
16
- described in BIP-0067 (BIP67 from now on), BIP-0032 (BIP32 from now on) and purpose scheme described in
17
- BIP-0043 (BIP43 from now on).
16
+ described in BIP-0067 (BIP67 from now on), BIP-0032 (BIP32 from now on), purpose scheme described in
17
+ BIP-0043 (BIP43 from now on), and multi-account hierarchy described in
18
+ BIP-0044 (BIP44 from now on).
18
19
19
20
This BIP is a particular application of BIP43.
20
21
@@ -61,7 +62,7 @@ Hardened derivation is used at this level.
61
62
62
63
===Account ===
63
64
64
- This level splits the key space into independent user identities,
65
+ This level splits the key space into independent user identities, following the BIP44 pattern,
65
66
so the wallet never mixes the coins across different accounts.
66
67
67
68
Users can use these accounts to organize the funds in the same
@@ -260,12 +261,12 @@ an external chain by generating a new address.
260
261
|change
261
262
|second
262
263
|m / 48' / 1' / 1' / 2' / 1 / 1
263
- |-
264
- }|
264
+ |}
265
265
266
266
267
267
==Reference ==
268
268
269
269
* [[bip-0067.mediawiki |BIP67 - Deterministic Pay-to-script-hash multi-signature addresses through public key sorting ]]
270
270
* [[bip-0032.mediawiki |BIP32 - Hierarchical Deterministic Wallets ]]
271
271
* [[bip-0043.mediawiki |BIP43 - Purpose Field for Deterministic Wallets ]]
272
+ * [[bip-0044.mediawiki |BIP44 - Multi-Account Hierarchy for Deterministic Wallets ]]
You can’t perform that action at this time.
0 commit comments