Skip to content

Commit 3664283

Browse files
authored
Merge pull request #1 from ben-kaufman/patch-1
Mention BIP 44 as the Multi-Account standard
2 parents eae5288 + 9ec6bf6 commit 3664283

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

bip-0048.mediawiki

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,9 @@
1313
==Abstract==
1414

1515
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).
1819

1920
This BIP is a particular application of BIP43.
2021

@@ -61,7 +62,7 @@ Hardened derivation is used at this level.
6162

6263
===Account===
6364

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,
6566
so the wallet never mixes the coins across different accounts.
6667

6768
Users can use these accounts to organize the funds in the same
@@ -260,12 +261,12 @@ an external chain by generating a new address.
260261
|change
261262
|second
262263
|m / 48' / 1' / 1' / 2' / 1 / 1
263-
|-
264-
}|
264+
|}
265265

266266

267267
==Reference==
268268

269269
* [[bip-0067.mediawiki|BIP67 - Deterministic Pay-to-script-hash multi-signature addresses through public key sorting]]
270270
* [[bip-0032.mediawiki|BIP32 - Hierarchical Deterministic Wallets]]
271271
* [[bip-0043.mediawiki|BIP43 - Purpose Field for Deterministic Wallets]]
272+
* [[bip-0044.mediawiki|BIP44 - Multi-Account Hierarchy for Deterministic Wallets]]

0 commit comments

Comments
 (0)