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
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...
Most helpful comment
Not currently, but I'd happily accept a PR with this functionality :)