flatfly (OP)
Legendary
Offline
Activity: 1092
Merit: 1016
760930
|
|
March 26, 2012, 11:01:47 AM |
|
@mila: no admin rights are required to use this build.
there is no actual "installation" involved - just some decompression of the source files to the "Application data\ElectrumP" profile folder. I guess we can call it portable (if used with the -w option).
|
|
|
|
ThomasV
Moderator
Legendary
Offline
Activity: 1896
Merit: 1353
|
|
March 26, 2012, 02:26:03 PM |
|
Yes I'm still encountering this with the latest version... Let me know it you need more detail from me.
there is a wallet.update() call in the recovery procedure. it waits for an event (threading.Event) perhaps the threading module is not completely supported by Windows?
|
Electrum: the convenience of a web wallet, without the risks
|
|
|
minimalB
Donator
Hero Member
Offline
Activity: 674
Merit: 523
|
|
March 27, 2012, 12:48:13 AM |
|
Hello.
Icons work great now, thanks! I had to try pending icon also, so you should have received a little donation from me : )
Regarding wallet restore: If I ignore "No transactions found for this seed" and open and close program for about 5 times, "History" and "Receive" tabs get all the data, but "Contacts" tab stays empty.
And a little request: is it possible to make content of "Details" window copy / paste-able? For example if you double click on transaction, you can see status, ID, input, output - but user is not able to select that data and copy / paste it.
Thanks.
|
|
|
|
flatfly (OP)
Legendary
Offline
Activity: 1092
Merit: 1016
760930
|
|
March 27, 2012, 07:27:59 AM |
|
Glad to know that the icons are fine now, and thanks for the donation! Regarding wallet restore, I've been getting the same results... Hopefully, we'll get a fix for this soon. The contact list cannot restored using the seed only, if I'm not mistaken, so I guess it has to be backed up separately, if necessary. Perhaps thomasV can confirm. And regarding copy/pasting Transaction Details, it's already possible! Ctrl-C works, even if the contents are not selectable. Try it and paste in Notepad to test! Hello.
Icons work great now, thanks! I had to try pending icon also, so you should have received a little donation from me : )
Regarding wallet restore: If I ignore "No transactions found for this seed" and open and close program for about 5 times, "History" and "Receive" tabs get all the data, but "Contacts" tab stays empty.
And a little request: is it possible to make content of "Details" window copy / paste-able? For example if you double click on transaction, you can see status, ID, input, output - but user is not able to select that data and copy / paste it.
Thanks.
|
|
|
|
minimalB
Donator
Hero Member
Offline
Activity: 674
Merit: 523
|
|
March 27, 2012, 09:00:16 AM |
|
Hey,
Ctrl+C is a neat trick! Thanks!
0.40 binary (from BTCurious) also restores "contacts" tab, so i guess this is a default behaviour.
Cheers!
|
|
|
|
flatfly (OP)
Legendary
Offline
Activity: 1092
Merit: 1016
760930
|
|
March 28, 2012, 03:11:37 PM |
|
Yes I'm still encountering this with the latest version... Let me know it you need more detail from me.
there is a wallet.update() call in the recovery procedure. it waits for an event (threading.Event) perhaps the threading module is not completely supported by Windows? I'm not sure, but I'd be surprised if this was the case. I made further tests and can confirm the issue is still there. The balance shown is then incorrect, as well as the details of the most recent transactions - actually, I've just noticed that even some of the addresses shown in the description column are not the correct ones (until I manage to fully sync everything)! Really strange... (the current workaround is simply to restart/resync the client a couple of times).
|
|
|
|
flatfly (OP)
Legendary
Offline
Activity: 1092
Merit: 1016
760930
|
|
March 29, 2012, 05:39:51 PM |
|
New build is up! Version 042f with a couple of nice little improvements (see top post for change list and download link)
|
|
|
|
ThomasV
Moderator
Legendary
Offline
Activity: 1896
Merit: 1353
|
|
March 29, 2012, 05:54:09 PM |
|
New build is up! Version 042f with a couple of nice little improvements (see top post for change list and download link)
hi, nice screenshot! would you mind sharing how you got the fixed font working with windows?
|
Electrum: the convenience of a web wallet, without the risks
|
|
|
flatfly (OP)
Legendary
Offline
Activity: 1092
Merit: 1016
760930
|
|
March 29, 2012, 06:26:34 PM |
|
Sure, 'monospace' is not a valid font name under Windows - so, when making my package, I replaced the references to it with 'Lucida Console' (which is one of the built-in monospace fonts for Windows)
|
|
|
|
minimalB
Donator
Hero Member
Offline
Activity: 674
Merit: 523
|
|
March 29, 2012, 10:44:20 PM |
|
I tried version 0.42f and it works great. It seems faster to me
Restore from mnemonic code works fine now (imports also contacts properly). Seed sequence is not working (same as before).
I personally liked previous fonts more.
Thanks for your efforts, flatfly!
|
|
|
|
flatfly (OP)
Legendary
Offline
Activity: 1092
Merit: 1016
760930
|
|
March 30, 2012, 12:20:58 PM Last edit: March 30, 2012, 12:41:01 PM by flatfly |
|
Thanks for the nice feedback!
I've got some new information regarding the recovery issue: it seems that which server you connect to plays a major role... If I connect to ecdsa.org, recovery from seed is 100% correct from the first go!
Can anyone try and confirm? I seem to remember that ecdsa.org uses different protocols than the other servers, but am not too savvy on the details...
|
|
|
|
ThomasV
Moderator
Legendary
Offline
Activity: 1896
Merit: 1353
|
|
March 30, 2012, 12:24:34 PM |
|
Thanks for the nice feedback!
I've got some new information regarding the recovery issue: it seems that which server you connect plays a major role... If I connect to ecdsa.org, recovery from seed is 100% correct from the first go!
Can anyone try and confirm? I seem to remember that ecdsa.org uses other protocols from the other servers, but am not too savvy on the details...
yes, I confirm. I just discovered the issue this morning. it affects only version 0.42; it does not work well with the old servers.
|
Electrum: the convenience of a web wallet, without the risks
|
|
|
flatfly (OP)
Legendary
Offline
Activity: 1092
Merit: 1016
760930
|
|
March 30, 2012, 12:43:10 PM |
|
Great, I'm glad you could reproduce the problem too. I hope it won't be too hard to fix.
|
|
|
|
flatfly (OP)
Legendary
Offline
Activity: 1092
Merit: 1016
760930
|
|
March 31, 2012, 06:29:16 AM Last edit: March 31, 2012, 08:48:08 AM by flatfly |
|
New build! 043a - this is a pre-release but appears to be extremely stable! EXE: http://dre.tx0.org/e043a-cam.exe [EDIT: link down for now at ThomasV's request] MD5: 1DBDBF17DE08F9A914669620BCE4AB70 Note: if upgrading from a previous version: delete or rename the APPLICATION DATA\ELECTRUM-P folder first.
|
|
|
|
ThomasV
Moderator
Legendary
Offline
Activity: 1896
Merit: 1353
|
|
March 31, 2012, 06:36:27 AM |
|
New build! 043a - this is a pre-release but appears to be extremely stable! EXE: http://dre.tx0.org/e043a-cam.exe MD5: 1DBDBF17DE08F9A914669620BCE4AB70 Note: if upgrading from a previous version: delete or rename the APPLICATION DATA\ELECTRUM-P folder first. hey, I have not yet released 0.43. it would be nice if you could wait until it's officially released Thomas
|
Electrum: the convenience of a web wallet, without the risks
|
|
|
flatfly (OP)
Legendary
Offline
Activity: 1092
Merit: 1016
760930
|
|
March 31, 2012, 08:45:20 AM |
|
Sorry, I did mention it was a prelease but I didn't realize you wouldn't like it. I have taken the link offline until the next official release.
|
|
|
|
ThomasV
Moderator
Legendary
Offline
Activity: 1896
Merit: 1353
|
|
March 31, 2012, 09:26:44 AM |
|
Sorry, I did mention it was a prelease but I didn't realize you wouldn't like it. I have taken the link offline until the next official release.
thank you. it's not that I want to hold it for myself, but it's not ready for launch :-)
|
Electrum: the convenience of a web wallet, without the risks
|
|
|
ThomasV
Moderator
Legendary
Offline
Activity: 1896
Merit: 1353
|
|
March 31, 2012, 03:01:16 PM |
|
update: version 0.43 is now available. :-)
|
Electrum: the convenience of a web wallet, without the risks
|
|
|
flatfly (OP)
Legendary
Offline
Activity: 1092
Merit: 1016
760930
|
|
March 31, 2012, 04:57:12 PM Last edit: March 31, 2012, 05:13:00 PM by flatfly |
|
Fantastic! Great job... Everything feels nice and robust, and wallet recovery now works flawlessly! I honestly believe I'll never return to the default client! The corresponding stand-alone Windows build is now available too: EXE: http://dre.tx0.org/electrum043-standalone.exe (6.5MB) MD5: 5BAD6249F3B8DA268082BE8B1BE28FCB Any comments welcome.
|
|
|
|
minimalB
Donator
Hero Member
Offline
Activity: 674
Merit: 523
|
|
March 31, 2012, 09:50:26 PM |
|
Hey,
0.43 binary does not work for me.
I have deleted Electrum-P folder and then run new exe, but i don't get past "Unpacking support files to profile directory..." screen.
If i terminate the task and try again... i get electrum.exe process in task manager but then nothing happens.
Any idea? I am on XP32sp3.
|
|
|
|
|