Bitcoin Forum
April 25, 2024, 02:26:50 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 [23] 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 ... 96 »
  Print  
Author Topic: [ANNOUNCE] Electrum - Lightweight Bitcoin Client  (Read 274472 times)
flatfly
Legendary
*
Offline Offline

Activity: 1078
Merit: 1011

760930


View Profile
May 05, 2012, 12:45:47 PM
 #441

Nice feature, but unfortunately the client now hangs at startup:

Traceback (most recent call last):
  File "C:\...\lib\threading.py", line 552, in __bootstrap_inner
    self.run()
  File "C:\...\ElectrumPY\interface.py", line 369, in run
    if self.wallet.is_up_to_date():
  File "C:\...ElectrumPY\wallet.py", line 299, in is_up_to_date
    return self.interface.responses.empty() and not self.interface.unanswered_requests
AttributeError: 'TcpStratumInterface' object has no attribute 'unanswered_requests'

are you sure? how did you get that error?

sorry, it turned out that was my mistake. I somehow still had an 0.44 version of interface.py in my test package.
1714012010
Hero Member
*
Offline Offline

Posts: 1714012010

View Profile Personal Message (Offline)

Ignore
1714012010
Reply with quote  #2

1714012010
Report to moderator
1714012010
Hero Member
*
Offline Offline

Posts: 1714012010

View Profile Personal Message (Offline)

Ignore
1714012010
Reply with quote  #2

1714012010
Report to moderator
1714012010
Hero Member
*
Offline Offline

Posts: 1714012010

View Profile Personal Message (Offline)

Ignore
1714012010
Reply with quote  #2

1714012010
Report to moderator
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
ThomasV (OP)
Moderator
Legendary
*
Offline Offline

Activity: 1896
Merit: 1353



View Profile WWW
May 05, 2012, 01:03:48 PM
 #442

Also, a minor issue is that the new balance column in the receive tab ignores the new 'number of zeros after the decimal point' setting

ok, that's fixed in version 0.47a. thanks for pointing that out.

Electrum: the convenience of a web wallet, without the risks
flatfly
Legendary
*
Offline Offline

Activity: 1078
Merit: 1011

760930


View Profile
May 05, 2012, 01:34:23 PM
 #443

Excellent!

Executable release 0.47a is now available for Windows too.
ThomasV (OP)
Moderator
Legendary
*
Offline Offline

Activity: 1896
Merit: 1353



View Profile WWW
May 05, 2012, 02:47:35 PM
 #444

here is another bugfix release (0.47b): the seed dialog now has a button to copy the seed to clipboard.

Electrum: the convenience of a web wallet, without the risks
flatfly
Legendary
*
Offline Offline

Activity: 1078
Merit: 1011

760930


View Profile
May 05, 2012, 06:57:03 PM
 #445

Just a question, should the sum of all "receive" address balances always be equal to the global balance?
Because it isn't the case for me at the moment. Could you confirm if this is normal? Perhaps it's my
understanding of this concept that isn't correct, I'm not sure
Ean
Full Member
***
Offline Offline

Activity: 199
Merit: 100



View Profile
May 05, 2012, 07:53:39 PM
 #446

Just a question, should the sum of all "receive" address balances always be equal to the global balance?
Because it isn't the case for me at the moment. Could you confirm if this is normal? Perhaps it's my
understanding of this concept that isn't correct, I'm not sure

It's normal.

You have receive addresses and change addresses. The GUI don't show the change addresses.

Quote from: Douglas Adams
The World Wide Web is the only thing I know of whose shortened form takes three times longer to say than what it's short for
flatfly
Legendary
*
Offline Offline

Activity: 1078
Merit: 1011

760930


View Profile
May 06, 2012, 05:52:24 AM
 #447

Just a question, should the sum of all "receive" address balances always be equal to the global balance?
Because it isn't the case for me at the moment. Could you confirm if this is normal? Perhaps it's my
understanding of this concept that isn't correct, I'm not sure

It's normal.

You have receive addresses and change addresses. The GUI don't show the change addresses.

 Duh! Somehow I had forgotten the change address thing...
 Thanks for the refresher!
flatfly
Legendary
*
Offline Offline

Activity: 1078
Merit: 1011

760930


View Profile
May 06, 2012, 07:30:53 AM
 #448

2 cosmetic GUI-related suggestions:

1. perhaps it would be nicer / feel more polished to provide some visual feedback while the transaction is being sent (which can be as simple as just disabling the send button once it has been clicked), so the user knows the client is processing the request and doesn't try to click again - at the moment, the GUI (at least on Windows) freezes for a couple seconds (sometimes longer), and the client seems to hang until the confirmation dialog is displayed.

2. when performing a command-line operation (such as importing a private key), it would be good to provide a GUI confirm message in addition to the console message, as 99% "normal" Windows users almost never see a console window in their lives Smiley
minimalB
Donator
Hero Member
*
Offline Offline

Activity: 674
Merit: 522


View Profile
May 06, 2012, 10:51:51 AM
 #449

Hi,

All my receiving addresses (receive tab) show zero balance.

And another question... is it normal that tx. fee goes up for higher values? ... for example if i try to send 2.6btc, suggested fee goes from 0.001 to 0.002.
ThomasV (OP)
Moderator
Legendary
*
Offline Offline

Activity: 1896
Merit: 1353



View Profile WWW
May 06, 2012, 10:59:01 AM
 #450

Hi,

All my receiving addresses (receive tab) show zero balance.
it is normal.
since you are the 2nd to ask about this, I guess displaying this info in the gui might not be a good idea; it seems to be confusing users.


Quote
And another question... is it normal that tx. fee goes up for higher values? ... for example if i try to send 2.6btc, suggested fee goes from 0.001 to 0.002.
yes. the suggested fee is the user's default fee times the number of inputs in the transaction.

Electrum: the convenience of a web wallet, without the risks
Ean
Full Member
***
Offline Offline

Activity: 199
Merit: 100



View Profile
May 06, 2012, 12:25:34 PM
 #451

Hi,

All my receiving addresses (receive tab) show zero balance.
it is normal.
since you are the 2nd to ask about this, I guess displaying this info in the gui might not be a good idea; it seems to be confusing users.

Maybe you should show the unspent change addresses as well.

Quote from: Douglas Adams
The World Wide Web is the only thing I know of whose shortened form takes three times longer to say than what it's short for
Ean
Full Member
***
Offline Offline

Activity: 199
Merit: 100



View Profile
May 06, 2012, 12:30:22 PM
 #452

By the way, I frequently get this error when checking the balance:

Code:
Exception in thread Thread-1 (most likely raised during interpreter shutdown):
Traceback (most recent call last):
  File "/usr/lib/python2.7/threading.py", line 552, in __bootstrap_inner
  File "/home/anorber/Program/Electrum/electrum/interface.py", line 380, in run
  File "/usr/lib/python2.7/Queue.py", line 168, in get
  File "/usr/lib/python2.7/threading.py", line 237, in wait
<type 'exceptions.TypeError'>: 'NoneType' object is not callable

Also, after upgrading from 0.41 (I think) to 0.43e (I think) the Ctrl-C command stopped working. Is this intentional?

Quote from: Douglas Adams
The World Wide Web is the only thing I know of whose shortened form takes three times longer to say than what it's short for
ThomasV (OP)
Moderator
Legendary
*
Offline Offline

Activity: 1896
Merit: 1353



View Profile WWW
May 06, 2012, 12:47:52 PM
 #453

By the way, I frequently get this error when checking the balance:

Code:
Exception in thread Thread-1 (most likely raised during interpreter shutdown):
Traceback (most recent call last):
  File "/usr/lib/python2.7/threading.py", line 552, in __bootstrap_inner
  File "/home/anorber/Program/Electrum/electrum/interface.py", line 380, in run
  File "/usr/lib/python2.7/Queue.py", line 168, in get
  File "/usr/lib/python2.7/threading.py", line 237, in wait
<type 'exceptions.TypeError'>: 'NoneType' object is not callable

Also, after upgrading from 0.41 (I think) to 0.43e (I think) the Ctrl-C command stopped working. Is this intentional?


please let me know if it happens with the current version, and what precisely causes it.

Electrum: the convenience of a web wallet, without the risks
Ean
Full Member
***
Offline Offline

Activity: 199
Merit: 100



View Profile
May 06, 2012, 02:30:17 PM
 #454

please let me know if it happens with the current version

It does.


and what precisely causes it.

Hard to say. It happens very randomly and quite often when checking the balance at the command line.

Tried python 2.6 and got the same thing:

Code:
Exception in thread Thread-1 (most likely raised during interpreter shutdown):
Traceback (most recent call last):
  File "/usr/lib/python2.6/threading.py", line 532, in __bootstrap_inner
  File "/home/anorber/Program/Electrum/electrum/interface.py", line 380, in run
  File "/usr/lib/python2.6/Queue.py", line 168, in get
  File "/usr/lib/python2.6/threading.py", line 232, in wait
<type 'exceptions.TypeError'>: 'NoneType' object is not callable

Quote from: Douglas Adams
The World Wide Web is the only thing I know of whose shortened form takes three times longer to say than what it's short for
Tuxavant
Hero Member
*****
Offline Offline

Activity: 784
Merit: 1000

Bitcoin Mayor of Las Vegas


View Profile WWW
May 07, 2012, 12:56:35 PM
 #455

can someone take a look at line 59 in Electrum-0.47b/electrum please?

Getting a syntax err with
Code:
firstarg = args[1] if len(args) > 1 else ''

Ean
Full Member
***
Offline Offline

Activity: 199
Merit: 100



View Profile
May 07, 2012, 01:05:20 PM
 #456

can someone take a look at line 59 in Electrum-0.47b/electrum please?

Getting a syntax err with
Code:
firstarg = args[1] if len(args) > 1 else ''

What version of python do you use?

Quote from: Douglas Adams
The World Wide Web is the only thing I know of whose shortened form takes three times longer to say than what it's short for
Tuxavant
Hero Member
*****
Offline Offline

Activity: 784
Merit: 1000

Bitcoin Mayor of Las Vegas


View Profile WWW
May 07, 2012, 01:07:48 PM
 #457

python-2.4.3-46 on this particular box.

flatfly
Legendary
*
Offline Offline

Activity: 1078
Merit: 1011

760930


View Profile
May 07, 2012, 01:20:14 PM
 #458

python-2.4.3-46 on this particular box.

Can you try to upgrade to 2.7.3?

(I couldn't find an official python version requirement on ecdsa.org but that's what I've been using)
ThomasV (OP)
Moderator
Legendary
*
Offline Offline

Activity: 1896
Merit: 1353



View Profile WWW
May 07, 2012, 01:32:32 PM
 #459

python-2.4.3-46 on this particular box.

Can you try to upgrade to 2.7.3?

(I couldn't find an official python version requirement on ecdsa.org but that's what I've been using)

conditional assignments require python 2.5
http://docs.python.org/whatsnew/2.5.html

Electrum: the convenience of a web wallet, without the risks
Tuxavant
Hero Member
*****
Offline Offline

Activity: 784
Merit: 1000

Bitcoin Mayor of Las Vegas


View Profile WWW
May 07, 2012, 01:36:33 PM
 #460

I guess this is the straw that broke the camel's back. Upgrading this server to CentOS 6.2. Thanks for the knudge.

Pages: « 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 [23] 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 ... 96 »
  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!