-
Notifications
You must be signed in to change notification settings - Fork 180
bx message validate
evoskuil edited this page Dec 11, 2014
·
12 revisions
Validate a message signature.
$ bx message-validate --help
Usage: bx message-validate [-h] [--config VALUE] BITCOIN_ADDRESS
SIGNATURE [MESSAGE]
Info: Validate a message signature.
Options (named):
-c [--config] The path to the configuration settings file.
-h [--help] Get a description and instructions for this command.
Arguments (positional):
BITCOIN_ADDRESS The Bitcoin address of the message signer.
SIGNATURE The message signature.
MESSAGE The binary message data for which the signature
applies. If not specified the message is read from
STDIN.
See also message-sign.
$ bx
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