-
Notifications
You must be signed in to change notification settings - Fork 181
bx mnemonic new
Eric Voskuil edited this page May 8, 2015
·
14 revisions
Create a mnemonic seed (BIP39) from entropy.
$ bx mnemonic-new --help
Usage: bx mnemonic-new [-h] [--config VALUE] [--language VALUE] [SEED]
Info: Create a mnemonic seed (BIP39) from entropy. WARNING: mnemonic
should be created from properly generated entropy.
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 mnemonic dictionary
to use. Options are 'en', 'es', 'ja', 'zh_Hans',
'zh_Hant' and 'any', defaults to 'en'.
Arguments (positional):
SEED The Base16 entropy from which the mnemonic is
created. The length must be at least 128 bits and
evenly divisible by 32 bits. If not specified the
entropy is read from STDIN.
$ bx seed | bx mnemonic-new
36e0ee880a21b1fe4333121499f5d0c9
dad alter pear begin brand you art girl behind soul injury napkin
Users | Developers | License | Copyright © 2011-2024 libbitcoin developers
- Home
- Build BX
- General Information
- Developer Information
- Configuration Settings
- Tutorials
- Meta Commands
- Wallet Commands
- Key Encryption Commands
- Stealth Commands
- Messaging Commands
- Transaction Commands
- Online Commands
- Encoding Commands
- Hash Commands
- Math Commands