✍️Command Line
Electrum has a powerful command line. This page will show you a few basic principles.
Using the inline help
electrum helpelectrum help <command>How to use the daemon
electrum daemon -d
electrum getinfo
electrum stopelectrum load_wallet # this will load the default wallet
electrum load_wallet -w /path/to/wallet/file
electrum list_walletsMagic words
Aliases
Formatting outputs using jq
Examples
Sign and verify message
Show the values of your unspents
Select only incoming transactions from history
Filter transactions by date
Encrypt and decrypt messages
Export private keys and sweep coins
PreviousVerifying GPG signature of Electrum using Linux command lineNextHow to configure SSL with Electrum
Last updated