Bitcoin Forum
May 13, 2024, 04:53:09 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: [1]
1  Bitcoin / Electrum / Re: Electrum dumpprivkeys() fails with TypeError and parameter count confusion on: October 03, 2017, 02:33:32 PM
I have the same problem with the python console. I am unable to run any of the functioins by passing an argument.
I always get the same error.

For instance if i wirte:
>> version()
´2.9.2´

This works fine, but, if I want to pass an argument to the function
i.e. to get help of the function...
>> version(`-h´)
TypeError: version() takes exactly 1 argument (2give)

in Linux, I just can pass the argument and it works fine
$ version -h
'2.9.2'

but I do not know how to di it with the python console
Pages: [1]
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!