-
Notifications
You must be signed in to change notification settings - Fork 181
bx token new
Eric Voskuil edited this page Sep 8, 2015
·
28 revisions
Create an intermediate passphrase token for deferred encrypted key generation (BIP38).
$ bx token-new --help
Usage: bx token-new [-h] [--config VALUE] [--lot VALUE] [--sequence
VALUE] [PASSPHRASE] [SALT]
Info: Create an intermediate passphrase token for deferred encrypted key
generation (BIP38).
Options (named):
-c [--config] The path to the configuration settings file.
-h [--help] Get a description and instructions for this command.
-l [--lot] An arbitrary lot number, limited to 1048575.
-s [--sequence] An arbitrary sequence number, limited to 4095.
Arguments (positional):
PASSPHRASE The passphrase for locking the token.
SALT The Base16 entropy for the new token. Must be at
least 32 bits in length (only the first 32 bits are
used).
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