EOSIO / eos

An open source smart contract platform
https://developers.eos.io/manuals/eos
MIT License
11.28k stars 3.6k forks source link

When will eos support BIP39? #3816

Open vjoke opened 6 years ago

vjoke commented 6 years ago

We have to implement wallet with support for mnemonic phrase, but it seems to me that EOS has not support this feature, only a non-BIP39 words.cpp is provided in the source code. Will EOS support this feature in the near future?

NghiaSE commented 6 years ago

Yes I believe EOS will support BIP39 soon

In the meantime, I use iancoleman bip39 to generate Mnemonic 24-word seed, get an ETH private key. If you wanna match with Trezor, choose BIP32, Derivation Path m/44'/43'/0'/0'/0'

Then I convert ETH private key to EOS private & public key tool made by EOSCafe.

shalakhin commented 3 years ago

Any updates here? Why nobody in EOS community uses BIP39?

cppfuns commented 3 years ago

https://www.bcskill.com/index.php/archives/966.html