1
0
mirror of https://github.com/bitcoin/bips.git synced 2025-01-19 05:45:07 +01:00

Link to SLIP-0132

This commit is contained in:
Clark Moody 2019-02-14 17:36:42 -06:00
parent 4413bdc46f
commit 75ae8418da

View File

@ -71,6 +71,8 @@ To derive the P2SH address from the above calculated public key, we use the enca
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."
Additional registered version bytes are listed in [[https://github.com/satoshilabs/slips/blob/master/slip-0132.md|SLIP-0132]].
==Backwards Compatibility==