-
Notifications
You must be signed in to change notification settings - Fork 181
bx address encode
evoskuil edited this page Oct 13, 2014
·
32 revisions
Convert a RIPEMD160 value to a Bitcoin address.
$ bx address-encode --help
Usage: bx address-encode [-h] [--config VALUE] [--version VALUE]
[RIPEMD160]
Info: Convert a RIPEMD160 value to a Bitcoin address.
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 Bitcoin address version.
Arguments (positional):
RIPEMD160 The Base16 hash to convert. If not specified the
value is read from STDIN.
See the list of Bitcoin address prefixes for a detailed description of version. All numeric values in BX are specified as decimal (base 10) unless otherwise specified.
$ bx address-encode b472a266d0bd89c13706a4132ccfb16f7c3b9fcb
1HT7xU2Ngenf7D4yocz2SAcnNLW7rK8d4E
--version 42
$ bx address-encode -v 42 b472a266d0bd89c13706a4132ccfb16f7c3b9fcb
JBeTK2YUWEFTTQvcqEyQoS3poXKjjc1oEP
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