1
0
mirror of https://github.com/bitcoin/bips.git synced 2024-11-19 01:40:05 +01:00

Link to SLIP-0132

This commit is contained in:
Clark Moody 2019-02-14 17:35:51 -06:00
parent afd7c775fb
commit 937b8716c3

View File

@ -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==