meth / eth-hd-wallet

Lightweight Ethereum HD wallet implementation according to BIP44, production-ready.
MIT License
65 stars 20 forks source link

getUniqueAddress #4

Open ztnark opened 6 years ago

ztnark commented 6 years ago

Is it possible to generate a new unique address? i.e. if the process restarts, make sure the first address generated is not the same as last time.

hiddentao commented 4 years ago

The address generated is deterministically based on the mnemonic, thus to change the generated address you need to change the mnemonic.