diff options
author | Fonta1n3 <fontainedenton@googlemail.com> | 2020-12-16 22:35:09 +0800 |
---|---|---|
committer | Fonta1n3 <fontainedenton@googlemail.com> | 2020-12-16 22:35:09 +0800 |
commit | 42b9148ceaa30f7c7a60b4e29ad07ffb47e31b05 (patch) | |
tree | f30985671f7efd8bee7748e3b7fdfe89b2a01686 /bip-0048.mediawiki | |
parent | 23d57cb9ad0378abaeeb3ddeecced87384498eca (diff) |
minor
Diffstat (limited to 'bip-0048.mediawiki')
-rw-r--r-- | bip-0048.mediawiki | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/bip-0048.mediawiki b/bip-0048.mediawiki index 470febf..bfea5f0 100644 --- a/bip-0048.mediawiki +++ b/bip-0048.mediawiki @@ -83,18 +83,16 @@ an external source. Such an algorithm is described in "Account discovery" chapte ===Script=== This level splits the key space into three separate <code>script_type</code>(s). To provide -optimum backward compatibility. +backward and forward compatibility. -The recommended default is pay to witness script hash <code>m/48'/0'/0'/2'</code>. +The following represent mainnet, account 0: -The following represent mainnet, account 0. +The recommended default is pay to witness script hash <code>m/48'/0'/0'/2'</code>. <code>1'</code>: Nested Segwit (p2sh-p2wsh) <code>m/48'/0'/0'/1'</code></br> <code>2'</code>: Native Segwit (p2wsh) <code>m/48'/0'/0'/2'</code></br> <code>3'</code>: Legacy (p2sh) <code>m/48'/0'/0'/3'</code></br> -Easily expanded to account for new script types. - ===Change=== Constant 0 is used for external chain and constant 1 for internal chain (also |