1
0
mirror of https://github.com/bitcoinbook/bitcoinbook synced 2024-11-18 06:08:18 +00:00

I believe m/44'/2'/0'/0/1 is the *second* private key not the first

This commit is contained in:
Minh T. Nguyen 2014-09-24 09:28:58 -07:00
parent bd66bdc814
commit 59b2b890db

View File

@ -687,7 +687,7 @@ On the fourth level "change", an HD wallet has two sub-trees, one for creating r
|=======
| M/44'/0'/0'/0/2 | The third receiving public key for the primary bitcoin account
| M/44'/0'/3'/1/14 | The fifteenth change-address public key for the fourth bitcoin account
| m/44'/2'/0'/0/1 | The first private key in the Litecoin main account, for signing transactions
| m/44'/2'/0'/0/1 | The second private key in the Litecoin main account, for signing transactions
|=======
===== Experimenting with HD wallets using sx-tools