Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 10 additions & 2 deletions bip-0044.mediawiki
Original file line number Diff line number Diff line change
Expand Up @@ -127,8 +127,8 @@ an external chain by generating a new address.

==Registered coin types==

These are the registered coin types for usage in level 2 of BIP44 described in
chapter "Coin type" above.
These are the default registered coin types for usage in level 2 of BIP44
described in chapter "Coin type" above.

All these constants are used as hardened derivation.

Expand All @@ -146,6 +146,14 @@ All these constants are used as hardened derivation.
|Bitcoin Testnet
|}

This BIP is not a central directory for the registered coin types, please
visit Satoshi Labs that maintains the full list:

[[http://doc.satoshilabs.com/slips/slip-0044.html|SLIP-0044 : Registered coin types for BIP-0044]]

To register a new coin type, an existing wallet that implements the standard
is required. This can be done [[https://github.com/satoshilabs/docs/blob/master/slips/slip-0044.rst|here]].

==Examples==

{|
Expand Down