Skip to content
This repository was archived by the owner on Apr 3, 2019. It is now read-only.
This repository was archived by the owner on Apr 3, 2019. It is now read-only.

From seed to mnemonic not possible ? #51

@rllola

Description

@rllola

Hello,

I have so master seed that I want to translate into a mnemonic so I can enter it in a device. I tried to generate a new Mnemonic from a seed but the result is different. I am doing it wrong or it is just simply not possible ?

> var code = new Mnemonic()
undefined
> code
<Mnemonic: echo visual paddle amount craft art ticket receive guard slender promote edge >
> code.toSeed()
<Buffer 55 f9 2e 68 c3 32 01 14 6f 8e ab e2 2d 1c  ... >
> new Mnemonic(code.toSeed())
<Mnemonic: field siren olive major cactus mechanic sail ... >

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions