Author

Topic: List of Commands and Expected Arguments for the Console? (Read 739 times)

full member
Activity: 151
Merit: 105
The help command should be what you are looking for although sometimes it can be a little lacking. Please note that you can give help a second argument to get more information about a specific command.

Code:
./electrum help mktx
Create a signed transaction
Syntax: mktx [label]
options:
 --fee, -f: set transaction fee
 --fromaddr, -s: send from address -
 --changeaddr, -c: send change to address

If you have questions over a specific command please let me know.

Thanks!!!
hero member
Activity: 938
Merit: 1000
The help command should be what you are looking for although sometimes it can be a little lacking. Please note that you can give help a second argument to get more information about a specific command.

Code:
./electrum help mktx
Create a signed transaction
Syntax: mktx [label]
options:
 --fee, -f: set transaction fee
 --fromaddr, -s: send from address -
 --changeaddr, -c: send change to address

If you have questions over a specific command please let me know.
full member
Activity: 151
Merit: 105
Is there any documentation for the available commands both from the console and from CLI and their expected arguments?  I've looked through the code, but it's not always obvious how to make the calls.   Huh
Jump to: