electrum
Verified for current stable LTS
Electrum Command: Sign Message
Use for sign message with Electrum. Exact CLI syntax to sign message using Electrum.
When to use this: Use for sign message with Electrum.
Command Syntax
electrum signmessage <address> <message> electrum signmessage <address> <message> Command Breakdown
electrum is the base executable for this command.
FAQ
Purpose: Exact syntax to sign message using Electrum.
Test path: Replace placeholders and run destructive commands in a disposable workspace first.
Flag behavior: Tool version, platform, and shell can change behavior.
Improve This Command
Suggest a correction, safer default, or version-specific note for this entry.
Related Operations
Electrum Command: Create New Wallet
electrum -w <path/to/new_wallet.dat> create Electrum Command: Restore Wallet From Seed electrum -w <path/to/recovery_wallet.dat> restore -o Electrum Command: Create Signed Transaction Offline electrum mktx <recipient> <amount> -f 0.0000001 -F <from> -o Electrum Command: List Wallet Receiving Addresses electrum listaddresses -a Electrum Command: Verify Message electrum verifymessage <address> <signature> <message>