DigiByte-Core/digiutility

mnemonic seed derivation path

Closed this issue · 1 comments

We can see that the derivation path is m/44'/14'/0'/0

const path = `m/44'/14'/0'/${isChange ? '1' : '0'}/${index}`;

When I enter the seed mentioned in the test into the bip39 mnemonic code, the public key for the path m/44'/14'/0'/0'/0 Isn't the same as mentioned in the test case.

const testSeed = 'music radio witness crucial fever able lift action scrub sad brand easily';

Could you ( @gto90 ) please guide me if I'm doing something wrong here?

gto90 commented

Good evening @JijoBose ,

This repository is maintained by @digicontributer . He should be able to guide you.