electrum
electrum copied to clipboard
Man Page
I am writing a Man Page for Electrum, which is the primary documentation format used on Debian systems.
https://en.wikipedia.org/wiki/Man_page
I was able to get most of the information I needed from the excellent help commands. But there are a few things that aren't clear to me.
- What are the possible arguments for the
-v VERBOSTIY
global option? I am used to using log levels between 0-7, but trying any of those numbers produces an error. - What are the possible arguments for the
-V VERBOSITY
global option? It says it should be a shortcut-filter list, but I wasn't able to find any documentation of what that is. - Is
electrum gui -g text
expected to work? On my machine, I receive an error saying that the paperclip module is missing. -
electrum gui -L es_ES
does not appear to do anything, as Electrum is still launched in English. However, the-L
option does work as expected with themake_seed
command. -
electrum gui -m
, which is supposed to hide the GUI on startup, does not appear to work. Electrum launches but isn't hidden. Am I missing something from the syntax? - I assume that
clear_ln_blacklist
clears the Lightning blacklist. Is that correct? -
convert_xkey
lists an example ofxpub -> ypub
. Are there any other types of keys beyond these two? -
--seed_type
listsstandard
andsegwit
as possible options. Are there any other options? Which is the default if none is specified? - Does
createmultisig
create a MultiSig address or a MultiSig wallet? The documentation in Electrum says MultiSig address, but all the general Bitcoin information I found online only talks about MultiSig wallets. What are the possible values for thenum
argument? What is the syntax (delimiter) for using multiple public keys? - What does
dumpgraph
do? - How is
get_ssl_domain
used? It returns blank for me, and it is unclear to me what ssl_keyfile and ssl_certificate it is using. - What are the possible fee methods that can be passed to
electrum getfeerate --fee_method FEE_METHOD
? - What is the syntax for passing a list of wallet addresses to
getprivatekeys
? All of the variations I tried produced errors. - What is the syntax for passing a list of private keys to
signtransaction_with_privkey
? - How is
inject_fees
used? - Is there a specific syntax for
searchcontacts
or does it just simply match partial strings? - Is there a list of configuration variables that can be set with
setconfig
?
For those who are interested, I have attached the current draft of the Man Page (the system doesn't like the .1 extension, so there is an extra .txt at the end). As a side note, I would be happy to contribute the Man Page to the Electrum project if desired. Otherwise, I can maintain it in the Debian packaging.