-
Notifications
You must be signed in to change notification settings - Fork 181
bx ek public
Eric Voskuil edited this page Sep 8, 2015
·
13 revisions
Create an encrypted public key from an intermediate passphrase token (BIP38).
$ bx ek-public --help
Usage: bx ek-public [-hu] [--config VALUE] [--version VALUE] [TOKEN]
[SEED]
Info: Create an encrypted public key from an intermediate passphrase
token (BIP38).
Options (named):
-c [--config] The path to the configuration settings file.
-h [--help] Get a description and instructions for this command.
-v [--version] The desired payment address version used to create
the corresponding encrypted private key.
Arguments (positional):
TOKEN The intermediate passphrase token used to create the
corresponding encrypted private key.
SEED The Base16 entropy for the new encrypted public key.
Must be at least 192 bits in length (only the first
192 bits are used).
See also ek-address and ek-new.
TODO
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