Skip to content

Commit

Permalink
Merge pull request #1 from ben-kaufman/patch-1
Browse files Browse the repository at this point in the history
Mention BIP 44 as the Multi-Account standard
  • Loading branch information
Fonta1n3 authored Dec 16, 2020
2 parents eae5288 + 9ec6bf6 commit 3664283
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions bip-0048.mediawiki
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,9 @@
==Abstract==

This BIP defines a logical hierarchy for deterministic multi-sig wallets based on an algorithm
described in BIP-0067 (BIP67 from now on), BIP-0032 (BIP32 from now on) and purpose scheme described in
BIP-0043 (BIP43 from now on).
described in BIP-0067 (BIP67 from now on), BIP-0032 (BIP32 from now on), purpose scheme described in
BIP-0043 (BIP43 from now on), and multi-account hierarchy described in
BIP-0044 (BIP44 from now on).

This BIP is a particular application of BIP43.

Expand Down Expand Up @@ -61,7 +62,7 @@ Hardened derivation is used at this level.

===Account===

This level splits the key space into independent user identities,
This level splits the key space into independent user identities, following the BIP44 pattern,
so the wallet never mixes the coins across different accounts.

Users can use these accounts to organize the funds in the same
Expand Down Expand Up @@ -260,12 +261,12 @@ an external chain by generating a new address.
|change
|second
|m / 48' / 1' / 1' / 2' / 1 / 1
|-
}|
|}


==Reference==

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

0 comments on commit 3664283

Please sign in to comment.