This guide explains BIP 44 Multi-Account Hierarchy for Deterministic Wallets in plain English. It covers the problem behind the BIP, why it matters and whether the proposal is part of Bitcoin today.
TL;DR
- What it is: BIP 44 defines a five-level path for deterministic wallets: purpose, coin type, account, change and address index. It builds on BIPs 32 and 43 so compatible wallets can organise several assets and accounts predictably.
- Why it matters: BIP 44 gives deterministic wallets a predictable account tree, but it cannot identify itself from the seed. Reliable recovery pairs the mnemonic or root with exact path, script, account, change and discovery information.
- Current position: Where a feature is closed or no longer sent by default, isolate it from production and state that limitation before testing.
BIP 44 Multi-Account Hierarchy for Deterministic Wallets in simple English
BIP 44 Multi-Account Hierarchy for Deterministic Wallets: Purpose 44 identifies this hierarchy under BIP 43. Coin type separates asset subtrees and uses an external registry now maintained in SLIP 44.
Simple example
A node operator is checking BIP 44 Multi-Account Hierarchy for Deterministic Wallets. A registered number prevents accidental cross-asset reuse but does not verify that a wallet supports the asset correctly or that two networks share address semantics.
Key terms in plain English
- BIP:
- Bitcoin Improvement Proposal: a document describing a proposed rule, standard or process. Its status must be checked separately.
- Taproot:
- A Bitcoin upgrade that added new signature and script options for spending outputs.
- Node:
- A computer running Bitcoin software that checks data and communicates with other peers.
The five path levels
The conventional form is m / 44 prime / coin_type prime / account prime / change / address_index. The first three levels use hardened derivation, while change and address indexes are public children. Each number has a role; dropping a hardening marker or changing one level produces a different branch.
Purpose and coin type
Purpose 44 identifies this hierarchy under BIP 43. Coin type separates asset subtrees and uses an external registry now maintained in SLIP 44. A registered number prevents accidental cross-asset reuse but does not verify that a wallet supports the asset correctly or that two networks share address semantics.
Account boundary
Accounts are hardened branches intended as separate user identities or organisational groups. The BIP expects sequential discovery and discourages creating a new account while the previous one has no history. Wallet interfaces may label accounts differently, so recovery records should preserve the numeric account index.
External and internal chains
Change value zero represents external receive addresses, while value one represents internal change. Wallets should not hand change addresses to outside payers. Misclassifying the branch can hide change during a partial restore or expose internal address management assumptions to an external system.
Address indexes and gap limit
Indexes advance from zero on each chain. Account discovery scans the external chain and stops after the address gap limit, specified as twenty consecutive unused addresses. Heavy pre-generation or manual address skipping can push funds beyond a default scan and create a false zero-balance recovery.
Modern script-type paths
BIP 44 originally describes its own purpose branch; later conventions use different purposes for nested SegWit, native SegWit or Taproot. The same seed can produce many valid wallets. Descriptors express scripts and key origins more directly than a seed phrase plus a guessed purpose number.
How specialists test it
Developers test the proposal with made-up data on an isolated test network. They check normal cases and deliberately invalid cases. Different implementations should reach the same result before anyone relies on the proposal.
Frequently asked questions
What is the main point of BIP 44 Multi-Account Hierarchy for Deterministic Wallets?
BIP 44 Multi-Account Hierarchy for Deterministic Wallets: Purpose 44 identifies this hierarchy under BIP 43.
For BIP 44 Multi-Account Hierarchy for Deterministic Wallets, what should a beginner know about the five path levels?
The conventional form is m / 44 prime / coin_type prime / account prime / change / address_index.
For BIP 44 Multi-Account Hierarchy for Deterministic Wallets, what should a beginner know about purpose and coin type?
Purpose 44 identifies this hierarchy under BIP 43. Coin type separates asset subtrees and uses an external registry now maintained in SLIP 44.
For BIP 44 Multi-Account Hierarchy for Deterministic Wallets, what should a beginner know about account boundary?
Accounts are hardened branches intended as separate user identities or organisational groups.
Conclusion
BIP 44 gives deterministic wallets a predictable account tree, but it cannot identify itself from the seed. Reliable recovery pairs the mnemonic or root with exact path, script, account, change and discovery information.
Primary sources
- BIP 44 Multi-Account Hierarchy
- BIP 32 Hierarchical Deterministic Wallets
- SLIP 44 registered coin types
Check the current specification status and the documentation for the exact implementation you operate before moving production funds or changing a mining node.
Join the ASIC Mining Discussion
Members can read and join the discussion
Log in to read comments from other miners. Create a free account if you would like to ask a question or share your experience.
Membership helps us protect the discussion from spam and keep answers useful.