Unverified Commit 9989187a authored by Pavol Rusnak's avatar Pavol Rusnak Committed by GitHub

slip-0132: add bip32 paths

parent 8210e4b5
......@@ -27,21 +27,21 @@ A final important motiviation for establishing a clearinghouse of HD version byt
These are the registered HD version bytes for extended serialization of public and private keys.
Coin | Public Key | Private Key | Address Encoding |
------------------------------------------|-----------------------|-----------------------|------------------|
[Bitcoin](https://bitcoin.org/) | `0x0488b21e` - `xpub` | `0x0488ade4` - `xprv` | P2PKH or P2SH |
Bitcoin | `0x049d7cb2` - `ypub` | `0x049d7878` - `yprv` | P2WPKH in P2SH |
Bitcoin | `0x0295b43f` - `Ypub` | `0x0295b005` - `Yprv` | P2WSH in P2SH |
Bitcoin | `0x04b24746` - `zpub` | `0x04b2430c` - `zprv` | P2WPKH |
Bitcoin | `0x02aa7ed3` - `Zpub` | `0x02aa7a99` - `Zprv` | P2WSH |
Bitcoin Testnet | `0x043587cf` - `tpub` | `0x04358394` - `tprv` | P2PKH or P2SH |
Bitcoin Testnet | `0x044a5262` - `upub` | `0x044a4e28` - `uprv` | P2WPKH in P2SH |
Bitcoin Testnet | `0x045f1cf6` - `vpub` | `0x045f18bc` - `vprv` | P2WPKH |
Bitcoin Testnet | `0x02575483` - `Vpub` | `0x02575048` - `Vprv` | P2WSH |
[Litecoin](https://litecoin.org/) | `0x019da462` - `Ltub` | `0x019d9cfe` - `Ltpv` | P2PKH or P2SH |
Litecoin | `0x01b26ef6` - `Mtub` | `0x01b26792` - `Mtpv` | P2WPKH in P2SH |
Litecoin Testnet | `0x0436f6e1` - `ttub` | `0x0436ef7d` - `ttpv` | P2PKH or P2SH |
[Vertcoin](https://vertcoin.org/) | `0x0488b21e` - `vtcp` | `0x0488ade4` - `vtcv` | P2PKH or P2SH |
Coin | Public Key | Private Key | Address Encoding | BIP 32 Path |
------------------------------------------|-----------------------|-----------------------|------------------|-------------|
[Bitcoin](https://bitcoin.org/) | `0x0488b21e` - `xpub` | `0x0488ade4` - `xprv` | P2PKH or P2SH | m/44'/0' |
Bitcoin | `0x049d7cb2` - `ypub` | `0x049d7878` - `yprv` | P2WPKH in P2SH | m/49'/0' |
Bitcoin | `0x04b24746` - `zpub` | `0x04b2430c` - `zprv` | P2WPKH | m/84'/0' |
Bitcoin | `0x0295b43f` - `Ypub` | `0x0295b005` - `Yprv` | P2WSH in P2SH | - |
Bitcoin | `0x02aa7ed3` - `Zpub` | `0x02aa7a99` - `Zprv` | P2WSH | - |
Bitcoin Testnet | `0x043587cf` - `tpub` | `0x04358394` - `tprv` | P2PKH or P2SH | m/44'/1' |
Bitcoin Testnet | `0x044a5262` - `upub` | `0x044a4e28` - `uprv` | P2WPKH in P2SH | m/49'/1' |
Bitcoin Testnet | `0x045f1cf6` - `vpub` | `0x045f18bc` - `vprv` | P2WPKH | m/84'/1' |
Bitcoin Testnet | `0x02575483` - `Vpub` | `0x02575048` - `Vprv` | P2WSH | - |
[Litecoin](https://litecoin.org/) | `0x019da462` - `Ltub` | `0x019d9cfe` - `Ltpv` | P2PKH or P2SH | m/44'/2' |
Litecoin | `0x01b26ef6` - `Mtub` | `0x01b26792` - `Mtpv` | P2WPKH in P2SH | m/49'/1' |
Litecoin Testnet | `0x0436f6e1` - `ttub` | `0x0436ef7d` - `ttpv` | P2PKH or P2SH | m/44'/1' |
[Vertcoin](https://vertcoin.org/) | `0x0488b21e` - `vtcp` | `0x0488ade4` - `vtcv` | P2PKH or P2SH | m/44'/28' |
## Bitcoin Test Vectors
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment