electrum
Install electrum on Gentoo Linux
echo "net-misc/electrum cli ncurses qrcode qt6 " > /etc/portage/package.use/electrum
emerge --ask net-misc/electrum
Create a lightning hold invoice for the given payment hash
electrum add_hold_invoice
Connect to a lightning node
Create a payment request, using the first unused address of the wallet
Add a transaction to the wallet history, without broadcasting it
Broadcast a transaction to the network
Bump the fee for an unconfirmed transaction
Cancels lightning hold invoice 'payment_hash'
electrum cancel_hold_invoice
Change the gap limit of the wallet
Checks the status of a lightning hold invoice 'payment_hash'
electrum check_hold_invoice
Clear the lightning node blacklist
electrum clear_ln_blacklist
Remove all payment requests
Close a lightning channel
Converts the given amount of currency to another using the configured exchange rate source
electrum convert_currency
Convert xtype of a master key
Create multisig 'n of m' address
Create a new receiving address, beyond the gap limit of the wallet
electrum createnewaddress
Decode a lightning invoice
Decrypt a message encrypted with a public key
Remove an outgoing payment invoice
Remove an incoming payment request
Deserialize a transaction
command used in regtests
electrum enable_htlc_settle
Encrypt a message with a public key
Returns an encrypted channel backup
electrum export_channel_backup
Returns the stored preimage of the given payment_hash if it is known
electrum export_lightning_preimage
Freeze a UTXO so that the wallet will not spend it
Return item from wallet storage
Create a blinded path with node_id as introduction point
electrum get_blinded_path_via
return the current commitment transaction of a channel
Returns an invoice (request for outgoing payment)
Returns a payment request
Queries nostr relays for available submarine swap providers
electrum get_submarine_swap_providers
Returns some information regarding the tx
Return the local watchtower's ctn of channel
electrum get_watchtower_ctn
Return the balance of any address
electrum getaddressbalance
Return the transaction history of any address
electrum getaddresshistory
Returns the UTXO list of any address
electrum getaddressunspent
Return the balance of your wallet
Return the current value of a configuration variable
Return current fee estimate given network conditions (in sat/kvByte)
Get master private key
electrum getmasterprivate
Get Merkle branch of a transaction included in a block
Returns the minimum value for gap limit that would be sufficient to discover all known addresses in the wallet
electrum getminacceptablegap
Get private key corresponding to derivation path (address index)
electrum getprivatekeyforpath
Get private keys of addresses
Return the public keys for a wallet address
Return the list of known servers (candidates for connecting)
Returns the first unused address of the wallet, or None if all addresses are used
electrum getunusedaddress
Display statistics about lightninig gossip
Show help about a command
Returns help about a configuration variable
Import an encrypted channel backup
electrum import_channel_backup
Import a private key or a list of private keys
return wallet synchronization status
Check if address is in wallet
lightning history
electrum lightning_history
Return the list of Lightning channels in a wallet
Returns the list of invoices (requests for outgoing payments) saved in the wallet
List lightning peers of your node
Returns the list of incoming payment requests saved in the wallet
List wallets open in daemon
Returns the list of all configuration variables
Show your list of contacts
Pay a lightning invoice Note: it is not safe to try paying the same invoice multiple times with a timeout
Load the wallet in memory
Return the Lightning Node ID of a wallet
Normal submarine swap: send on-chain BTC, receive on Lightning
Capital gains, using utxo pricing
electrum onchain_capital_gains
Open a lightning channel with a peer
Create an on-chain transaction
Create a multi-output transaction
Rebalance channels
electrum rebalance_channels
Remove a 'local' transaction from the wallet, and its dependent transactions
Requests the remote to force close a channel
electrum request_force_close
Reset lightning liquidity hints
electrum reset_liquidity_hints
Restore a wallet from text
Reverse submarine swap: send on Lightning, receive on-chain
Search through your wallet contacts, return matching entries
Send an onion message with onionmsg_tlv
electrum send_onion_message
Create a signed raw transaction from a json tx template
Set a configuration variable
Assign a label to an item
Settles lightning hold invoice with the given preimage
electrum settle_hold_invoice
Sign a message with a key
Sign a transaction with the current wallet
Sign a transaction with private keys passed as parameter
electrum signtransaction_with_privkey
Inject fee estimates into the network object, as if they were coming from connected servers
electrum test_inject_fee_etas
Unfreeze a UTXO so that the wallet might spend it
Unlock the wallet (store the password in memory)
Clear a configuration variable
Check that an address is valid
Return the version of Electrum
Return information about dependencies, such as their version and path
Block until the wallet synchronization finishes