Skip to content

Commit

Permalink
separate tables
Browse files Browse the repository at this point in the history
  • Loading branch information
ecdsa committed Oct 27, 2017
1 parent 48b7aec commit c132b40
Showing 1 changed file with 13 additions and 6 deletions.
19 changes: 13 additions & 6 deletions seedphrase.rst
Original file line number Diff line number Diff line change
Expand Up @@ -119,23 +119,30 @@ Number Type Description

In addition, the version bytes of master public/private keys indicate
what type of output script should be used. The following prefixes are
used:
used for master public keys:

========== =========== ===================================
Version Prefix Description
========== =========== ===================================
0x0488ade4 xprv P2PKH or P2SH
0x0488b21e xpub P2PKH or P2SH
0x049d7878 yprv P2WPKH in P2SH
0x049d7cb2 ypub P2WPKH in P2SH
0x0295b004 Yprv P2WSH in P2SH
0x0295b43e Ypub P2WSH in P2SH
0x04b2430c zprv P2WPKH
0x04b24746 zpub P2WPKH
0x02aa7a99 Zprv P2WSH
0x02aa7ed3 Zpub P2WSH
========== =========== ===================================

And for master private keys:

========== =========== ===================================
Version Prefix Description
========== =========== ===================================
0x0488ade4 xprv P2PKH or P2SH
0x049d7878 yprv P2WPKH in P2SH
0x0295b004 Yprv P2WSH in P2SH
0x04b2430c zprv P2WPKH
0x02aa7a99 Zprv P2WSH
========== =========== ===================================


Seed generation
---------------
Expand Down

0 comments on commit c132b40

Please sign in to comment.