I'm using https://github.com/bitcoinjs/bitcoinjs-lib to derive LTC wallet addresses from a private key so I can track transactions of the Jaxx LTC wallet.
The first few addresses generated match what Jaxx has (first 9 to be precise), but other addresses don't match.
I have compared the results with https://iancoleman.io/bip39/ and the are consistent.
The derivation path that I was using is m/44'/2'/0'/0
.
I have also tested BTC addresses, and only first 5 addresses matched.
So the questions are:
- Why addresses become different after some correct?
- How can I get consistent matching with Jaxx addresses?