Bitcoin Forum
April 19, 2024, 10:37:29 PM *
News: Latest Bitcoin Core release: 26.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 74 75 76 77 78 79 ... 96 »
  Print  
Author Topic: [ANNOUNCE] Electrum - Lightweight Bitcoin Client  (Read 274468 times)
ThomasV (OP)
Moderator
Legendary
*
Offline Offline

Activity: 1896
Merit: 1353



View Profile WWW
May 19, 2012, 08:47:08 AM
Last edit: May 19, 2012, 09:04:17 AM by ThomasV
 #561

1. tiny amounts (like 1 satoshi) are unexpectedly displayed in 'scientific
    notation', such as 1E-8 rather than 0.00000001.
indeed. format_satoshis() needs to be rewritten using Decimal.as_tuple()

Quote
2. i was playing around with satoshidice a little bit: the amounts returned
    by satoshidice show with a blank description, which looks a bit strange...
I see. this is because it is sending to a change address.  EDIT: that's fixed on git.

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

Posts: 1713566249

View Profile Personal Message (Offline)

Ignore
1713566249
Reply with quote  #2

1713566249
Report to moderator
1713566249
Hero Member
*
Offline Offline

Posts: 1713566249

View Profile Personal Message (Offline)

Ignore
1713566249
Reply with quote  #2

1713566249
Report to moderator
1713566249
Hero Member
*
Offline Offline

Posts: 1713566249

View Profile Personal Message (Offline)

Ignore
1713566249
Reply with quote  #2

1713566249
Report to moderator
The forum was founded in 2009 by Satoshi and Sirius. It replaced a SourceForge forum.
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
flatfly
Legendary
*
Offline Offline

Activity: 1078
Merit: 1011

760930


View Profile
May 19, 2012, 09:50:05 AM
 #562

1. tiny amounts (like 1 satoshi) are unexpectedly displayed in 'scientific
    notation', such as 1E-8 rather than 0.00000001.
indeed. format_satoshis() needs to be rewritten using Decimal.as_tuple()

Quote
2. i was playing around with satoshidice a little bit: the amounts returned
    by satoshidice show with a blank description, which looks a bit strange...
I see. this is because it is sending to a change address.  EDIT: that's fixed on git.

Thanks!
ThomasV (OP)
Moderator
Legendary
*
Offline Offline

Activity: 1896
Merit: 1353



View Profile WWW
May 19, 2012, 03:40:55 PM
Last edit: May 19, 2012, 03:51:46 PM by ThomasV
 #563

version 0.52 released today.

no new features, but 3 bugfixes:
 * correctly display small amounts (reported by flatfly)
 * display "at:" address if bitcoins are received on a change address (reported by flatfly)
 * fix socket problem

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

Activity: 1078
Merit: 1011

760930


View Profile
May 19, 2012, 08:23:34 PM
 #564

version 0.52 released today.

no new features, but 3 bugfixes:
 * correctly display small amounts (reported by flatfly)
 * display "at:" address if bitcoins are received on a change address (reported by flatfly)
 * fix socket problem


Thanks for fixing those little issues so fast.
Tuxavant
Hero Member
*****
Offline Offline

Activity: 784
Merit: 1000

Bitcoin Mayor of Las Vegas


View Profile WWW
May 19, 2012, 08:30:53 PM
 #565

Thanks for fixing those little issues so fast.

ThomasV is a machine! tipped

flatfly
Legendary
*
Offline Offline

Activity: 1078
Merit: 1011

760930


View Profile
May 19, 2012, 09:57:19 PM
 #566

I think there's a new bug that shows bad data for transactions and wallet balance while they are pending. Probably related to the 'display coins sent to change address' commit. I will post some screenshots tomorrow, can't right now as I'm posting from my phone.
ThomasV (OP)
Moderator
Legendary
*
Offline Offline

Activity: 1896
Merit: 1353



View Profile WWW
May 19, 2012, 10:34:05 PM
 #567

Thanks. I just tested it, and now I can see that when the process stalls
at the last address (115 for me) there is no more data received, and I have to
manually close the window. (First, I tried to wait for 3 minutes but nothing else
was happening)

can you test if you still have that problem?
I just fixed something (serverside) that could have had to do with it

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

Activity: 1078
Merit: 1011

760930


View Profile
May 20, 2012, 05:57:32 AM
 #568

Thanks. I just tested it, and now I can see that when the process stalls
at the last address (115 for me) there is no more data received, and I have to
manually close the window. (First, I tried to wait for 3 minutes but nothing else
was happening)

can you test if you still have that problem?
I just fixed something (serverside) that could have had to do with it


Nope, the same thing still happens (just tested again)...
But the download / address generation seems to be a bit faster now!
flatfly
Legendary
*
Offline Offline

Activity: 1078
Merit: 1011

760930


View Profile
May 20, 2012, 06:03:43 AM
 #569

I think there's a new bug that shows bad data for transactions and wallet balance while they are pending. Probably related to the 'display coins sent to change address' commit. I will post some screenshots tomorrow, can't right now as I'm posting from my phone.

More about this one, with screenshots taken yesterday, while the issue was visible:

The data displayed for amount and balance are incorrect for while a transaction is pending:

There should be a single -0.192 transaction at 23:00, as seen in the second screenshot,
but instead, Electrum was showing 2 positive transactions, +5.376 and +5.184? With
some addresses I don't recognize - quite possibly these are some of my change addresses
I suspect:



My wallet balance should be around 20 BTC, not 30 - Once the transactions get confirmed, the data is OK again:
 



Perhaps a bug in commit 12e2b8d ?

[EDIT]  Tried to reproduce the issue this morning, but can't.
ThomasV (OP)
Moderator
Legendary
*
Offline Offline

Activity: 1896
Merit: 1353



View Profile WWW
May 20, 2012, 06:12:08 AM
 #570

Nope, the same thing still happens (just tested again)...
with ecdsa.org?

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

Activity: 1078
Merit: 1011

760930


View Profile
May 20, 2012, 06:29:07 AM
 #571

Nope, the same thing still happens (just tested again)...
with ecdsa.org?

Yes.



But again, as I initially mentioned, it doesn't seem to happen when I have the console open.
Only when I start Electrum in GUI-only mode (which uses a slightly different Python interpreter under windows,
pythonW.exe vs python.exe). Definitely a strange one...

[EDIT] I'll see if I can fix this by looking for the latest version of pythonW.exe
flatfly
Legendary
*
Offline Offline

Activity: 1078
Merit: 1011

760930


View Profile
May 20, 2012, 08:54:21 AM
 #572

Nope, the same thing still happens (just tested again)...
with ecdsa.org?

Yes.



But again, as I initially mentioned, it doesn't seem to happen when I have the console open.
Only when I start Electrum in GUI-only mode (which uses a slightly different Python interpreter under windows,
pythonW.exe vs python.exe). Definitely a strange one...

[EDIT] I'll see if I can fix this by looking for the latest version of pythonW.exe

Looks like I've got a fix for this one...
 I'm doing some testing at the moment and it looks good.
doeiqts
Newbie
*
Offline Offline

Activity: 29
Merit: 0


View Profile
May 20, 2012, 09:46:24 PM
 #573

Maybe I'm doing something wrong, but on the Android client, when I try to create a new contact it will let me scan a QR code but then nothing is saved. Using Barcode Scanner (ZXing) to do the QR code scanning.

Steps:

Open Electrum on android
Press Menu
Press Contacts
Press New Contact
Complete Action Using: Barcode Scanner
QR code is scanned from computer (Bitcoin-QT)
I am returned to Electrum on Android looking at my balance.
Press Menu
Press Contacts
Still no contacts listed.


Using Stock ICS on Verizon Galaxy Nexus. There doesn't seem to be any other way to add contacts other than QR code scanning either. Known bug? Need any more information?
Tuxavant
Hero Member
*****
Offline Offline

Activity: 784
Merit: 1000

Bitcoin Mayor of Las Vegas


View Profile WWW
May 20, 2012, 10:06:46 PM
 #574

Dunno if this is the intended process, but when you can something with zxing, it does copy it to the clipboard. hold press on the input field and select paste.

Also, I've seen some clients fumble with the bitcoin uri - by prepending or removing "bitcoin:" from the qr encoded text makes it work. I know you can't readily change someone else's QR code... just sayin... If that is the case, perhaps pasted it to an editable field, add/remove the protocol reference, and then drop it in your client address field.

doeiqts
Newbie
*
Offline Offline

Activity: 29
Merit: 0


View Profile
May 20, 2012, 10:08:54 PM
 #575

Dunno if this is the intended process, but when you can something with zxing, it does copy it to the clipboard. hold press on the input field and select paste.

Also, I've seen some clients fumble with the bitcoin uri - by prepending or removing "bitcoin:" from the qr encoded text makes it work. I know you can't readily change someone else's QR code... just sayin... If that is the case, perhaps pasted it to an editable field, add/remove the protocol reference, and then drop it in your client address field.

The problem is there is no place to paste the address into. It seems adding a contact is fully automated, and no way to do it manually. I should be able to generate some new QR codes and test with and without the protocol though, thanks for the idea.
doeiqts
Newbie
*
Offline Offline

Activity: 29
Merit: 0


View Profile
May 20, 2012, 10:17:58 PM
 #576

Thanks to Tuxavant's suggestion, it seems that adding a contact only works if it's just the address. No protocol and no label. It also just stores it as the address, with no way to name it and also doesn't seem to be a way to delete it.

Making it work with the standard protocol and allowing renaming or at least deleting would be nice additions to the app. If I have time later I'll check out the code and see if it's something I can add myself. Probably be a day or so till I get around to it though.
Michael_S
Sr. Member
****
Offline Offline

Activity: 278
Merit: 250


Bitcoin-Note-and-Voucher-Printing-Empowerer


View Profile
May 21, 2012, 01:37:58 AM
Last edit: May 21, 2012, 02:05:04 AM by Michael_S
 #577

Hi,

I tried to install Electrum on Linux (ubuntu), but I failed already at the very beginning.

I use the command
Code:
sudo pip install http://ecdsa.org/electrum/Electrum-latest.tar.gz
but I just get the reply
Code:
sudo: pip: command not found

Any ideas? I am using kubuntu 8.04, and I do not know how to install "pip" - I did not find it in the packet manager.

Thanks, Michael

UPDATE:
I installed pip acc. to the description in "http://www.saltycrane.com/blog/2010/02/how-install-pip-ubuntu/" for the section "For older versions of Ubuntu".

After that, I tried again
Code:
sudo pip install http://ecdsa.org/electrum/Electrum-latest.tar.gz

This time, the console output showed the following errors:
Code:
Downloading/unpacking http://ecdsa.org/electrum/Electrum-latest.tar.gz
  Downloading Electrum-latest.tar.gz (205Kb): 205Kb downloaded
  Running setup.py egg_info for package from http://ecdsa.org/electrum/Electrum-latest.tar.gz
    lib/wallet.py:729: Warning: 'with' will become a reserved keyword in Python 2.6
    Traceback (most recent call last):
      File "<string>", line 14, in <module>
      File "/tmp/pip--Pqcg9-build/setup.py", line 6, in <module>
        from lib.version import ELECTRUM_VERSION as version
      File "lib/__init__.py", line 1, in <module>
        from wallet import Wallet, format_satoshis
      File "lib/wallet.py", line 729
        with self.lock:
                ^
    SyntaxError: invalid syntax
    Complete output from command python setup.py egg_info:
    lib/wallet.py:729: Warning: 'with' will become a reserved keyword in Python 2.6

Traceback (most recent call last):

  File "<string>", line 14, in <module>

  File "/tmp/pip--Pqcg9-build/setup.py", line 6, in <module>

    from lib.version import ELECTRUM_VERSION as version

  File "lib/__init__.py", line 1, in <module>

    from wallet import Wallet, format_satoshis

  File "lib/wallet.py", line 729

    with self.lock:

            ^

SyntaxError: invalid syntax

----------------------------------------
Command python setup.py egg_info failed with error code 1 in /tmp/pip--Pqcg9-build
Storing complete log in /home/michael/.pip/pip.log

At the end of the "pip.log" file, there is the following additional info compared to above screen output:
Code:
----------------------------------------

Command python setup.py egg_info failed with error code 1 in /tmp/pip-l7TSb--build

Exception information:
Traceback (most recent call last):
  File "/usr/lib/python2.5/site-packages/pip-1.1-py2.5.egg/pip/basecommand.py", line 104, in main
    status = self.run(options, args)
  File "/usr/lib/python2.5/site-packages/pip-1.1-py2.5.egg/pip/commands/install.py", line 245, in run
    requirement_set.prepare_files(finder, force_root_egg_info=self.bundle, bundle=self.bundle)
  File "/usr/lib/python2.5/site-packages/pip-1.1-py2.5.egg/pip/req.py", line 1009, in prepare_files
    req_to_install.run_egg_info()
  File "/usr/lib/python2.5/site-packages/pip-1.1-py2.5.egg/pip/req.py", line 225, in run_egg_info
    command_desc='python setup.py egg_info')
  File "/usr/lib/python2.5/site-packages/pip-1.1-py2.5.egg/pip/__init__.py", line 256, in call_subprocess
    % (command_desc, proc.returncode, cwd))
InstallationError: Command python setup.py egg_info failed with error code 1 in /tmp/pip-l7TSb--build

I am not a programmer or a Linux expert. Anyone has an idea? I just want to run Electrum.

Tuxavant
Hero Member
*****
Offline Offline

Activity: 784
Merit: 1000

Bitcoin Mayor of Las Vegas


View Profile WWW
May 21, 2012, 02:15:00 AM
 #578

What version of Python do you have? I think the dev likes you to have 2.7.

ThomasV (OP)
Moderator
Legendary
*
Offline Offline

Activity: 1896
Merit: 1353



View Profile WWW
May 21, 2012, 05:11:12 AM
Last edit: May 21, 2012, 08:37:17 AM by ThomasV
 #579

What version of Python do you have? I think the dev likes you to have 2.7.

you need at least python 2.6.
EDIT: I just added a test of the python version to the setup script

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

Activity: 1014
Merit: 1001



View Profile
May 21, 2012, 09:30:23 AM
 #580

A translation proposal: The term "seed" in German could be "Samen" or "Saat" or "Keim". But none of them really fit for this purpose as they are primarly botanical terms.
Imho "Quellschlüssel" would be more suitable, in English it means "Source key". Maybe somebody has another suggestion?

The term "deseed" means "entkernen", which means "remove the core".

"Unser Problem ist nicht ziviler Ungehorsam, unser Problem ist ziviler Gehorsam."  - Howard Zinn
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 74 75 76 77 78 79 ... 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!