# Wallet
# Topics
# BIP
BIP39 - Mnemonic code for generating deterministic keys Read more at the official BIP39 spec (opens new window)
BIP32 - Hierarchical Deterministic Wallets Read more at the official BIP32 spec (opens new window) See the demo at bip32.org (opens new window)
BBIP44 Multi-Account Hierarchy for Deterministic Wallets Read more at the official BIP44 spec (opens new window)
BIP49 Derivation scheme for P2WPKH-nested-in-P2SH based accounts Read more at the official BIP49 spec (opens new window)
# Wallet standard
The community choose BIP44 (opens new window) as standard for Ether wallets. BIP44 is multi-Account Hierarchy for Deterministic Wallets.
We define the following 5 levels in BIP32 path:
m / purpose' / coin_type' / account' / change / address_index
the path look like this
m/44'/60'/0'/0/n
where a denotes the Account and n is the n-th generated address.
# Generate your own wallet
# List of all blockchain index
index | hexa | symbol | coin |
---|---|---|---|
0 | 0x80000000 | BTC | Bitcoin (opens new window) |
1 | 0x80000001 | Testnet (all coins) | |
2 | 0x80000002 | LTC | Litecoin (opens new window) |
43 | 0x8000002b | XEM | NEM (opens new window) |
60 | 0x8000003c | ETH | Ether (opens new window) |
61 | 0x8000003d | ETC | Ether Classic (opens new window) |
75 | 0x8000004b | FJC | FujiCoin (opens new window) |
128 | 0x80000080 | XMR | Monero (opens new window) |
133 | 0x80000085 | ZEC | Zcash (opens new window) |
135 | 0x80000087 | STEEM | Steem (opens new window) |
136 | 0x80000088 | XZC | ZCoin (opens new window) |
144 | 0x80000090 | XRP | Ripple (opens new window) |
145 | 0x80000091 | BCH | Bitcoin Cash (opens new window) |
148 | 0x80000094 | XLM | Stellar Lumens (opens new window) |
194 | 0x800000c2 | EOS | EOS (opens new window) |
195 | 0x800000c3 | TRX | Tron (opens new window) |
200 | 0x800000c8 | OMNI | Omni (opens new window) |
888 | 0x80000378 | NEO | NEO (opens new window) |
889 | 0x80000379 | TOMO | TOMO (opens new window) |
1024 | 0x80000400 | ONT | Ontology (opens new window) |
# Mnemonic Code Converter
# Send ether & erc20
Distribute ether or tokens to multiple addresses (opens new window)