Custom Derivation Path

Derive private keys using custom BIP44 derivation paths. Useful for advanced users and non-standard wallet configurations.

Live

Advanced Feature - Security Warning

This tool generates private keys. Never share your mnemonic or private keys! All operations are client-side. Use offline for maximum security.

Mnemonic Phrase (Seed Phrase)

Words: 0

Derivation Path

Format: m/purpose'/coin_type'/account'/change/address_index

Common Presets

Understanding Derivation Paths

BIP44 defines a standard for hierarchical deterministic wallets. The path format is:m / purpose' / coin_type' / account' / change / address_index

Path Components

  • Purpose: Usually 44' for BIP44
  • Coin Type: 0' for Bitcoin, 60' for Ethereum
  • Account: Usually 0' for first account
  • Change: 0 for external, 1 for internal
  • Index: Address number (0, 1, 2...)

Common Coin Types

  • 0' = Bitcoin (BTC)
  • 60' = Ethereum (ETH)
  • 714' = Binance (BNB)
  • 501' = Solana (SOL)
  • 118' = Cosmos (ATOM)

Examples

First Ethereum address:m/44'/60'/0'/0/0
Second Ethereum address:m/44'/60'/0'/0/1
First Bitcoin address:m/44'/0'/0'/0/0