-
Notifications
You must be signed in to change notification settings - Fork 177
bx mnemonic new
Kulpreet Singh edited this page Aug 21, 2023
·
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', 'fr', 'it', 'ja',
'cs', 'ru', 'uk', '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 evenly divisible by 32
bits. If not specified the entropy is read from
STDIN.
See also mnemonic-to-seed.
invalid seed
$ bx mnemonic-new baad
The seed length in bytes is not evenly divisible by 32 bits.
$ bx mnemonic-new baadf00dbaadf00dbaadf00dbaadf00d
rival hurdle address inspire tenant almost turkey safe asset step lab boy
piped commands, 128 bit seed
$ echo [user entropy] | bx mnemonic-new
36e0ee880a21b1fe4333121499f5d0c9
dad alter pear begin brand you art girl behind soul injury napkin
--language es
$ bx mnemonic-new baadf00dbaadf00dbaadf00dbaadf00d --language es
previo humilde actuar jarabe tabique ahorro tope pulpo anís señal lavar bahía
--language fr
$ bx mnemonic-new baadf00dbaadf00dbaadf00dbaadf00d --language fr
placard garantir acerbe gratuit soluble affaire théorie ponctuel anguleux salon horrible bateau
--language it
$ bx mnemonic-new baadf00dbaadf00dbaadf00dbaadf00d --language it
rizoma lastra affabile lucidato sultano algebra tramonto rupe annuncio sonda mega bavosa
--language ja
$ bx mnemonic-new baadf00dbaadf00dbaadf00dbaadf00d --language ja
ねんかん すずしい あひる せたけ ほとんど あんまり めいあん のべる いなか ふとる ぜんりゃく えいせい
--language zh_Hans
$ bx mnemonic-new 36e0ee880a21b1fe4333121499f5d0c9 -l zh_Hans
值 所 毕 没 流 妨 性 守 解 芯 威 隔
--language zh_Hant
$ bx mnemonic-new 36e0ee880a21b1fe4333121499f5d0c9 -l zh_Hant
值 所 畢 沒 流 妨 性 守 解 芯 威 隔
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