Skip to content

Commit

Permalink
add new xpub types
Browse files Browse the repository at this point in the history
  • Loading branch information
ecdsa committed Oct 27, 2017
1 parent 09c176a commit 48b7aec
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions seedphrase.rst
Original file line number Diff line number Diff line change
Expand Up @@ -126,10 +126,14 @@ Version Prefix Description
========== =========== ===================================
0x0488ade4 xprv P2PKH or P2SH
0x0488b21e xpub P2PKH or P2SH
0x049d7878 yprv (P2WPKH or P2WSH) nested in P2SH
0x049d7cb2 ypub (P2WPKH or P2WSH) nested in P2SH
0x04b2430c zprv P2WPKH or P2WSH
0x04b24746 zpub P2WPKH or P2WSH
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
========== =========== ===================================


Expand Down

0 comments on commit 48b7aec

Please sign in to comment.