You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: bip-0049.mediawiki
+11-2Lines changed: 11 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -66,6 +66,14 @@ To derive the P2SH address from the above calculated public key, we use the enca
66
66
scriptPubKey: HASH160 <20-byte-script-hash> EQUAL
67
67
(0xA914{20-byte-script-hash}87)
68
68
69
+
70
+
===Extended Key Version===
71
+
72
+
When serializing extended keys, this scheme uses alternate version bytes. Extended public keys use <code>0x049d7cb2</code> to produce a "ypub" prefix, and private keys use <code>0x049d7878</code> to produce a "yprv" prefix. Testnet uses <code>0x044a5262</code> "upub" and <code>0x044a4e28</code> "uprv."
73
+
74
+
Additional registered version bytes are listed in [[https://github.com/satoshilabs/slips/blob/master/slip-0132.md|SLIP-0132]].
75
+
76
+
69
77
==Backwards Compatibility==
70
78
71
79
This BIP is not backwards compatible by design as described under [[#considerations|considerations]]. An incompatible wallet will not discover accounts at all and the user will notice that something is wrong.
@@ -75,10 +83,11 @@ This BIP is not backwards compatible by design as described under [[#considerati
0 commit comments