Bitcoin Forum
May 09, 2024, 11:29:32 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: [1]
  Print  
Author Topic: Electrum - Check balance - EOF Error  (Read 1218 times)
Jude Austin (OP)
Legendary
*
Offline Offline

Activity: 1140
Merit: 1000


The Real Jude Austin


View Profile WWW
June 05, 2016, 08:00:23 PM
 #1

Hello,

I am currently working on a Python script that will be ran through Electrum Python Console but I keep getting an EOF error.

My code is as follows:

Code:
balance = input(getbalance())

When that is executed I get this:

Code:
>> balance = input(getbalance())
{'confirmed': '0'}
Traceback (most recent call last):
EOFError: EOF when reading a line
>>

How is it not reading the output from getbalance() when it is clearly showing in console?

I am trying to run a loop in Electrum Python Console that checks the balance and if it is above a set amount then it will automatically pay to another address.

Thanks,
Jude

Buy or sell $100 of Crypto and get $10!
1715254172
Hero Member
*
Offline Offline

Posts: 1715254172

View Profile Personal Message (Offline)

Ignore
1715254172
Reply with quote  #2

1715254172
Report to moderator
"This isn't the kind of software where we can leave so many unresolved bugs that we need a tracker for them." -- Satoshi
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1715254172
Hero Member
*
Offline Offline

Posts: 1715254172

View Profile Personal Message (Offline)

Ignore
1715254172
Reply with quote  #2

1715254172
Report to moderator
Jude Austin (OP)
Legendary
*
Offline Offline

Activity: 1140
Merit: 1000


The Real Jude Austin


View Profile WWW
June 05, 2016, 08:56:47 PM
 #2

Problem solved.

Solution:

Code:
balance = getbalance()

Buy or sell $100 of Crypto and get $10!
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!