Skip to content

bx mnemonic to seed

Eric Voskuil edited this page May 8, 2015 · 21 revisions

Convert a mnemonic seed (BIP39) to its numeric representation.

$ bx mnemonic-to-seed --help

Usage: bx mnemonic-to-seed [-h] [--config VALUE] [--language VALUE]
[--passphrase VALUE] [WORD]...

Info: Convert a mnemonic seed (BIP39) to its numeric representation.

Options (named):

-c [--config] The path to the configuration settings file.
-h [--help] Get a description and instructions for this command. -l [--language] The language identifier of the dictionary of the
mnemonic. Options are 'en', 'es', 'ja', 'zh_Hans',
'zh_Hant' and 'any', defaults to 'any'.
-p [--passphrase] An optional passphrase for converting the mnemonic
to a seed.

Arguments (positional):

WORD The set of words that that make up the mnemonic. If not specified the words are read from STDIN.

### Example 1
```sh
$ 

BX Menu

Clone this wiki locally