File tree Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Expand file tree Collapse file tree 1 file changed +5
-3
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
@@ -269,3 +270,4 @@ an external chain by generating a new address.
269
270
* [[bip-0067.mediawiki |BIP67 - Deterministic Pay-to-script-hash multi-signature addresses through public key sorting ]]
270
271
* [[bip-0032.mediawiki |BIP32 - Hierarchical Deterministic Wallets ]]
271
272
* [[bip-0043.mediawiki |BIP43 - Purpose Field for Deterministic Wallets ]]
273
+ * [[bip-0044.mediawiki |BIP44 - Multi-Account Hierarchy for Deterministic Wallets ]]
You can’t perform that action at this time.
0 commit comments