Bitcoin Forum
April 26, 2024, 09:39:06 PM *
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 »  All
  Print  
Author Topic: [REQUESTS] Minimal Electrum builds for Windows  (Read 47166 times)
flatfly (OP)
Legendary
*
Offline Offline

Activity: 1078
Merit: 1011

760930


View Profile
March 26, 2012, 11:01:47 AM
 #21

@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).
1714167546
Hero Member
*
Offline Offline

Posts: 1714167546

View Profile Personal Message (Offline)

Ignore
1714167546
Reply with quote  #2

1714167546
Report to moderator
1714167546
Hero Member
*
Offline Offline

Posts: 1714167546

View Profile Personal Message (Offline)

Ignore
1714167546
Reply with quote  #2

1714167546
Report to moderator
Bitcoin mining is now a specialized and very risky industry, just like gold mining. Amateur miners are unlikely to make much money, and may even lose money. Bitcoin is much more than just mining, though!
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1714167546
Hero Member
*
Offline Offline

Posts: 1714167546

View Profile Personal Message (Offline)

Ignore
1714167546
Reply with quote  #2

1714167546
Report to moderator
1714167546
Hero Member
*
Offline Offline

Posts: 1714167546

View Profile Personal Message (Offline)

Ignore
1714167546
Reply with quote  #2

1714167546
Report to moderator
ThomasV
Moderator
Legendary
*
Offline Offline

Activity: 1896
Merit: 1353



View Profile WWW
March 26, 2012, 02:26:03 PM
 #22

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 Offline

Activity: 674
Merit: 522


View Profile
March 27, 2012, 12:48:13 AM
 #23

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 Offline

Activity: 1078
Merit: 1011

760930


View Profile
March 27, 2012, 07:27:59 AM
 #24

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 Offline

Activity: 674
Merit: 522


View Profile
March 27, 2012, 09:00:16 AM
 #25

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 Offline

Activity: 1078
Merit: 1011

760930


View Profile
March 28, 2012, 03:11:37 PM
 #26

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 Offline

Activity: 1078
Merit: 1011

760930


View Profile
March 29, 2012, 05:39:51 PM
 #27

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 Offline

Activity: 1896
Merit: 1353



View Profile WWW
March 29, 2012, 05:54:09 PM
 #28

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 Offline

Activity: 1078
Merit: 1011

760930


View Profile
March 29, 2012, 06:26:34 PM
 #29

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 Offline

Activity: 674
Merit: 522


View Profile
March 29, 2012, 10:44:20 PM
 #30

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 Offline

Activity: 1078
Merit: 1011

760930


View Profile
March 30, 2012, 12:20:58 PM
Last edit: March 30, 2012, 12:41:01 PM by flatfly
 #31

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 Offline

Activity: 1896
Merit: 1353



View Profile WWW
March 30, 2012, 12:24:34 PM
 #32

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 Offline

Activity: 1078
Merit: 1011

760930


View Profile
March 30, 2012, 12:43:10 PM
 #33

Great, I'm glad you could reproduce the problem too.  I hope it won't be too hard to fix.
flatfly (OP)
Legendary
*
Offline Offline

Activity: 1078
Merit: 1011

760930


View Profile
March 31, 2012, 06:29:16 AM
Last edit: March 31, 2012, 08:48:08 AM by flatfly
 #34

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 Offline

Activity: 1896
Merit: 1353



View Profile WWW
March 31, 2012, 06:36:27 AM
 #35

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 Offline

Activity: 1078
Merit: 1011

760930


View Profile
March 31, 2012, 08:45:20 AM
 #36

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 Offline

Activity: 1896
Merit: 1353



View Profile WWW
March 31, 2012, 09:26:44 AM
 #37

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 Offline

Activity: 1896
Merit: 1353



View Profile WWW
March 31, 2012, 03:01:16 PM
 #38

update: version 0.43 is now available. :-)

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

Activity: 1078
Merit: 1011

760930


View Profile
March 31, 2012, 04:57:12 PM
Last edit: March 31, 2012, 05:13:00 PM by flatfly
 #39

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 Offline

Activity: 674
Merit: 522


View Profile
March 31, 2012, 09:50:26 PM
 #40

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.
Pages: « 1 [2] 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 »  All
  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!