electrum
Verified for current stable LTS
Electrum Command: Create Signed Transaction Offline
Use for create signed transaction offline with Electrum. Exact CLI syntax to create signed transaction offline using Electrum.
When to use this: Use for create signed transaction offline with Electrum.
Command Syntax
electrum mktx <recipient> <amount> -f 0.0000001 -F <from> -o electrum mktx <recipient> <amount> -f 0.0000001 -F <from> -o Command Breakdown
-f- Command Option
- Tool-specific option used by this command invocation.
-F- Command Option
- Tool-specific option used by this command invocation.
-o- Command Option
- Tool-specific option used by this command invocation.
FAQ
Purpose: Exact syntax to create signed transaction offline 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: List Wallet Receiving Addresses electrum listaddresses -a Electrum Command: Sign Message electrum signmessage <address> <message> Electrum Command: Verify Message electrum verifymessage <address> <signature> <message>