summaryrefslogtreecommitdiff
path: root/bip-0048.mediawiki
diff options
context:
space:
mode:
authorFontaine <fontainedenton@googlemail.com>2020-12-16 23:10:27 +0800
committerGitHub <noreply@github.com>2020-12-16 23:10:27 +0800
commit3664283eb42c881237469a406c6ecd69fe1145ae (patch)
tree75da6b269578f0d12e0cccc96b79d323060cc84d /bip-0048.mediawiki
parenteae5288ffdca6866d93c3b6ca99e24afea82cd46 (diff)
parent9ec6bf64b715724ffcc607d156cd99429665d8bd (diff)
downloadbips-3664283eb42c881237469a406c6ecd69fe1145ae.tar.xz
Merge pull request #1 from ben-kaufman/patch-1
Mention BIP 44 as the Multi-Account standard
Diffstat (limited to 'bip-0048.mediawiki')
-rw-r--r--bip-0048.mediawiki11
1 files changed, 6 insertions, 5 deletions
diff --git a/bip-0048.mediawiki b/bip-0048.mediawiki
index 2b0df31..a4dbbcc 100644
--- a/bip-0048.mediawiki
+++ b/bip-0048.mediawiki
@@ -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.
@@ -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
@@ -260,8 +261,7 @@ an external chain by generating a new address.
|change
|second
|m / 48' / 1' / 1' / 2' / 1 / 1
-|-
-}|
+|}
==Reference==
@@ -269,3 +269,4 @@ an external chain by generating a new address.
* [[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]]