Bitcoin Forum
June 23, 2024, 05:49:35 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: [1]
  Print  
Author Topic: Is their a guide to the console?  (Read 691 times)
yozzh (OP)
Newbie
*
Offline Offline

Activity: 1
Merit: 0


View Profile
July 11, 2015, 12:00:51 PM
 #1

I am looking for a guide to the console. One that explains the various features such as:

addrequest, broadcast, check_seed, create, createmultisig, createrawtx, decrypt, deseed, deserialize, dumpprivkeys, encrypt, freeze, getaddressbalance, getaddresshistory, getaddressunspent, getalias, getbalance, getconfig, getmerkle, getmpk, getprivatekeys, getproof, getpubkeys, getrequest, getseed, getservers, gettransaction, getutxoaddress, help, history, importprivkey, ismine, listaddresses, listcontacts, listrequests, listunspent, make_seed, password, payto, paytomany, restore, rmrequest, searchcontacts, setconfig, setlabel, signmessage, signtransaction, sweep, unfreeze, validateaddress, verifymessage, version.

The Electrum page is not very helpful: https://electrum.orain.org/wiki/List_of_commands and the -h option does not work.

Any ideas? Many thanks.
DongSwanson
Newbie
*
Offline Offline

Activity: 8
Merit: 0


View Profile
July 15, 2015, 04:40:20 PM
 #2

On the Windows Client?

Code:
help()
gives you all available options

you call every other function the same way:
Code:
functionName(argument1, argument2, argument3, argumentN)

necessary arguments can be found in the source code of the client:
https://github.com/spesmilo/electrum/blob/master/lib/commands.py
Abdussamad
Legendary
*
Offline Offline

Activity: 3640
Merit: 1571



View Profile
July 18, 2015, 12:51:01 PM
 #3

Using your operating system's command line (shell/command prompt NOT electrum console) you can do
Code:
electrum help
and
Code:
electrum help <command_name>
to get command specific help. For example
Code:
electrum help listaddresses
Pages: [1]
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!