-
Notifications
You must be signed in to change notification settings - Fork 181
bx ec to wif
evoskuil edited this page Oct 16, 2014
·
9 revisions
Convert an EC private key to a WIF private key.
$ bx ec-to-wif --help
Usage: bx ec-to-wif [-hu] [--config VALUE] [EC_PRIVATE_KEY]
Info: Convert an EC private key to a WIF private key. The result
associates with the compressed public key format by default.
Options (named):
-c [--config] The path to the configuration settings file.
-h [--help] Get a description and instructions for this command.
-u [--uncompressed] Associate the result with the uncompressed public
key format.
Arguments (positional):
EC_PRIVATE_KEY The Base16 EC private key to convert. If not
specified the key is read from STDIN.
$ bx ec-to-wif 8ed1d17dabce1fccbbe5e9bf008b318334e5bcc78eb9e7c1ea850b7eb0ddb9c8
L21LJEeJwK35wby1BeTjwWssrhrgQE2MZrpTm2zbMC677czAHHu3
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