From b92c33f9cbd88044f9a970fc38e5fe99e13c0f7e Mon Sep 17 00:00:00 2001 From: nadams Date: Tue, 25 Apr 2017 06:36:26 -0700 Subject: [PATCH] Edited ch05.asciidoc with Atlas code editor --- ch05.asciidoc | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/ch05.asciidoc b/ch05.asciidoc index 60200ac0..db978a84 100644 --- a/ch05.asciidoc +++ b/ch05.asciidoc @@ -468,7 +468,9 @@ Two Bitcoin Improvement Proposals (BIPs) offer a solution to this complexity, by BIP-44 specifies the structure as consisting of five predefined tree levels: -+m / purpose' / coin_type' / account' / change / address_index+ +----- +m / purpose' / coin_type' / account' / change / address_index +----- ((("coin type level (multiaccount structure)")))((("purpose level (multiaccount structure)")))The first-level "purpose" is always set to +44'+. The second-level "coin_type" specifies the type of cryptocurrency coin, allowing for multicurrency HD wallets where each currency has its own subtree under the second level. There are three currencies defined for now: Bitcoin is m/44'/0', Bitcoin Testnet is m/44'/1++'++; and Litecoin is m/44'/2++'++.