Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
S
slips
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
DeStream-public
slips
Commits
9989187a
Unverified
Commit
9989187a
authored
Jul 24, 2018
by
Pavol Rusnak
Committed by
GitHub
Jul 24, 2018
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
slip-0132: add bip32 paths
parent
8210e4b5
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
15 additions
and
15 deletions
+15
-15
slip-0132.md
slip-0132.md
+15
-15
No files found.
slip-0132.md
View file @
9989187a
...
...
@@ -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 |
`0x0
295b43f`
-
`Ypub`
|
`0x0295b005`
-
`Yprv`
| P2WSH in P2SH
|
Bitcoin |
`0x0
4b24746`
-
`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 |
`0x0
4b24746`
-
`zpub`
|
`0x04b2430c`
-
`zprv`
| P2WPKH | m/84'/0'
|
Bitcoin |
`0x0
295b43f`
-
`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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment