Author

Topic: Electrum Console usage via command line (Read 500 times)

sr. member
Activity: 434
Merit: 253
May 21, 2017, 11:02:42 PM
#4

Is there any reason why you can't do it in the GUI?

Yea, I use electrum on servers
HCP
legendary
Activity: 2086
Merit: 4314
Are you not mixing between command line and console ?
For example, how can you execute this request via electrum command line
Code:
for x in range(0, 50):
     print wallet.create_new_address(False)
You'd need to do that from a shell script (or batch file)... using the appropriate scripting language for your OS.

Is there any reason why you can't do it in the GUI?
sr. member
Activity: 434
Merit: 253
Yes.

Type "electrum help"  in a terminal (within the folder where electrum is saved) for the list of commands available.

http://docs.electrum.org/en/latest/cmdline.html


Are you not mixing between command line and console ?

For example, how can you execute this request via electrum command line

Code:

for x in range(0, 50):
     print wallet.create_new_address(False)


sr. member
Activity: 434
Merit: 253
Greeting,

I wonder if there is any way to use Electrum Console via command line instead of the gui ?
Jump to: