Web3j: Mnemonics/BIP39 support

Created on 11 Oct 2017  Â·  3Comments  Â·  Source: web3j/web3j

Hi,
Do you plan, or maybe there is a way (which I did not find) to export the stored private keys as a BIP-39 compliant set of mnemonic words? Thanks a lot!

Marcin

enhancement help wanted

Most helpful comment

Not currently, but I'd happily accept a PR with this functionality :)

On 11 Oct 2017, at 17:03, Marcin Zduniak notifications@github.com wrote:

Hi,
Do you plan, or maybe there is a way (which I did not find) to export the stored private keys as a BIP-39 compliant set of mnemonic words? Thanks a lot!

Marcin

—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub, or mute the thread.

All 3 comments

Not currently, but I'd happily accept a PR with this functionality :)

On 11 Oct 2017, at 17:03, Marcin Zduniak notifications@github.com wrote:

Hi,
Do you plan, or maybe there is a way (which I did not find) to export the stored private keys as a BIP-39 compliant set of mnemonic words? Thanks a lot!

Marcin

—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub, or mute the thread.

Makes sense to base any implementation off the BitcoinJ implementation (with appropriate credit given to the BitcoinJ project). https://github.com/bitcoinj/bitcoinj/blob/master/core/src/main/java/org/bitcoinj/crypto/MnemonicCode.java

How can I use mnemonics to recovery my wallet???without password...

Was this page helpful?
0 / 5 - 0 ratings