Number: BSP-0002
Title: Registered coin types for BIP-0044
Type: Standard
Status: Draft
Redactor: Luyong Chen (louie@bepal.pro)
Created: 2018-09-29
BIP-0044 defines a logical hierarchy for deterministic wallets. Level 2 of the hierarchy describes a coin type in use.
Record the path BEPAL acknowledges
These are the registered coin types for usage in level 2 of BIP44 described in chapter "Coin type".
All these constants are used as hardened derivation.
index | hexa | symbol | coin |
---|---|---|---|
0 | 0x80000000 | BTC | Bitcoin |
1 | 0x80000001 | Testnet (all coins) | |
2 | 0x80000002 | LTC | Litecoin |
3 | 0x80000003 | DOGE | Dogecoin |
5 | 0x80000005 | DSH | Dash (ex Darkcoin) |
43 | 0x8000002b | XEM | NEM |
52 | 0x80000034 | BTCD | Bitcoindark |
60 | 0x8000003c | ETH | Ether |
61 | 0x8000003d | ETC | Ether Classic |
135 | 0x80000087 | STEEM | Steem |
144 | 0x80000090 | XRP | Ripple |
145 | 0x80000091 | BCH | Bitcoin Cash |
153 | 0x80000099 | BTM | Bytom |
156 | 0x8000009c | BTG | Bitcoin Gold |
171 | 0x800000ab | HSR | Hcash |
195 | 0x800000c3 | TRX | Tron |
666 | 0x8000029a | ACT | Achain |
668 | 0x8000029c | SSC | SelfSell |
818 | 0x80000332 | VET | VeChain Token |
888 | 0x80000378 | NEO | NEO |
999 | 0x800003e7 | BCD | Bitcoin Diamond |
1000 | 0x800003e8 | BTN | Bitcoin New |
2301 | 0x800008fd | QTUM | QTUM |
2302 | 0x800008fe | ETP | Metaverse |
2303 | 0x800008ff | GXC | GXChain |
2304 | 0x80000900 | SSC | SelfSell |
2305 | 0x80000901 | ELA | Elastos |
8888 | 0x800022b8 | SBTC | Super Bitcoin |
8999 | 0x80002327 | BTP | Bitcoin Pay |
9888 | 0x800026a0 | BTF | Bitcoin Faith |
9999 | 0x8000270f | GOD | Bitcoin God |
99999 | 0x8001869f | WICC | Waykichain |
Coin types will be added only if BEPAL wallet implementing BIP-0044 for desired coin.
- BIP44-constants (source) JavaScript package with described coin types