Musicoin/desktop

Using m/44’/184’/0’/0/0 as the Dpath

Opened this issue · 3 comments

var wallet = new ethers.Wallet.fromMnemonic(mnemonic);

Since we've already registered a SLIP-44 coin type. Maybe we should start generating the mnemonic wallet with the new dpath in the desktop wallet instead of the default one (m/44’/60’/0’/0/0).

HI @frankurcrazy let's do this from the next version of the wallet.

Sure, we need to let the user choose whether to use new path or old path when recovering wallet from mnemonic seeds.

what does this entail exactly?