Releases: earlgreytech/qtum-ethers
Releases · earlgreytech/qtum-ethers
v0.1.7
v0.1.6
v0.1.5
Implement bip44 mnemonic support, createRandom() and fromMnemonic() correctly generate Qtum addresses and sign transactions.
Qtum uses two coin numbers when deriving bip44 accounts, by default this implementation uses coin 2301 which is registered and what 3rd party wallets use.
The first party Qtum wallet and electrum wallet however use coin 88 which can be used here by passing in {path=QTUM_BIP44_PATH} to createRandom() and fromMnemonic()
See satoshilabs/slips#196 for details.