diff options
author | Clark Moody <clarkmoody@gmail.com> | 2019-02-14 17:35:51 -0600 |
---|---|---|
committer | Clark Moody <clarkmoody@gmail.com> | 2019-02-14 17:35:51 -0600 |
commit | 937b8716c35a271e33432d0c6a8d47e3d446b7d3 (patch) | |
tree | bb2724f18dc295c1ea55da2fdd0e1647da569066 /bip-0084.mediawiki | |
parent | afd7c775fb88f78e745462278bd9c3bfdebcd69c (diff) |
Link to SLIP-0132
Diffstat (limited to 'bip-0084.mediawiki')
-rw-r--r-- | bip-0084.mediawiki | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/bip-0084.mediawiki b/bip-0084.mediawiki index 9ebd949..dc5a05d 100644 --- a/bip-0084.mediawiki +++ b/bip-0084.mediawiki @@ -56,6 +56,8 @@ To derive the P2WPKH address from the above calculated public key, we use the en When serializing extended keys, this scheme uses alternate version bytes. Extended public keys use <code>0x04b24746</code> to produce a "zpub" prefix, and private keys use <code>0x04b2430c</code> to produce a "zprv" prefix. Testnet uses <code>0x045f1cf6</code> "vpub" and <code>0x045f18bc</code> "vprv." +Additional registered version bytes are listed in [[https://github.com/satoshilabs/slips/blob/master/slip-0132.md|SLIP-0132]]. + ==Backwards Compatibility== |