Forrest logo
back to the electrum tool

electrum:tldr:1dbee

electrum: Verify a message.
$ electrum verifymessage ${address} ${signature} ${message}
try on your machine

The "electrum verifymessage" command is a function used in the Electrum Bitcoin wallet software to verify the authenticity of a signed message. The function takes three parameters:

  1. ${address} - This is the Bitcoin address of the person who signed the message. It is the public key or the account identifier of the person.
  2. ${signature} - This parameter represents the signature generated by the person who signed the message using their private key.
  3. ${message} - The actual message that was signed by the person.

The command combines these three parameters to verify if the message was indeed signed by the owner of the given Bitcoin address. If the verification process is successful, it confirms the authenticity and integrity of the message.

This explanation was created by an AI. In most cases those are correct. But please always be careful and never run a command you are not sure if it is safe.
back to the electrum tool