Pages:
Author

Topic: [REQUESTS] Minimal Electrum builds for Windows - page 13. (Read 47201 times)

legendary
Activity: 1092
Merit: 1016
760930
As of 0.59, in the console, it is now possible to just type 'e' for electrum. Smiley

So, for example:

Quote

Sat 06/16/2012 20:58:29.53> e -o balance
7.137

Sat 06/16/2012 20:58:33.87>

legendary
Activity: 1092
Merit: 1016
760930
Release 0.59 has been released, and the Windows build is now available too!

I released version 0.59

novelties:
 - russian translation
 - help buttons in send tab
 - use_change is now a preference stored in the wallet
 - new script: get_history
 - minor fixes

legendary
Activity: 1014
Merit: 1001
Ok merci  Wink
legendary
Activity: 1092
Merit: 1016
760930
Thanks.
As every command starts with "electrum ...", it would be nice if you could preset the "electrum" command example in the next build?

(Do you speak french?)

I will check if I can do that in a clean way, but here's a tip: you can just type 'el' then hit TAB to autocomplete the name Smiley  

(Yes I do speak some French too!)
legendary
Activity: 1014
Merit: 1001
Thanks.
As every command starts with "electrum ...", it would be nice if you could preset the "electrum" command example in the next build?

(Do you speak french?)
legendary
Activity: 1092
Merit: 1016
760930
Thanks. I just changed a few design details (colors, fonts, window size):

I also inverted the checkbox for the change address. Now it never creates a change address unless i check the box.
I changed the text next to the checkbox to: "Create change address"

Very nice!
legendary
Activity: 1014
Merit: 1001
I just changed a few design details (colors, fonts, window size):




I also inverted the checkbox for the change address. Now it never creates a change address unless i check the box.
I changed the text next to the checkbox to: "Create change address"
legendary
Activity: 1092
Merit: 1016
760930
Excellent progress! Donation on it's way!

I think i found one mini external bug: "Download" and "Portable" link is the same for v0.58.

And a question: Addresses are now huge compared to label names (they look tiny). Is it normal that the font for "Label" tab is different?

Thanks.

Hi, I just fixed the font size issue (build 0.58-3).
legendary
Activity: 1896
Merit: 1353
Adding preference dialogs for font and color customization can be
done by Thomas but I don't think it's a big priority for him at the moment.


For the moment my priority is to stabilize the servers.
the increase of traffic caused by Satoshi Dice has revealed some inefficiencies in the server code.
legendary
Activity: 1092
Merit: 1016
760930
Everything works fine now! Please take a look at the colors: http://i48.tinypic.com/73ibee.jpg
As you see, in Vista it is a bit difficult to clearly distinguish this colors. Would it be possible to choose a kind of orange/red background for the frozen addresses?

Another question: Thomas wrote some days ago, that the consolas font could be added as an option. Is this realizable?

I send you some bacon  Wink


Adding preference dialogs for font and color customization can be
done by Thomas but I don't think it's a big priority for him at the moment.

For colors, have a look here: http://colorschemedesigner.com/

Just tell me the RGB codes for your preferred colors, and I can point you to the
relevant changes you can make to the code (or provide you with a patch, as you prefer).  
legendary
Activity: 1092
Merit: 1016
760930
Ok, 058-2 works for me. If cp866 is copied to 058-1 Electrum_SysFiles it works too.

But is there any explanation why cp866 is needed at all? R047a lacks it and still works fine.

I think it's due to some of the new localization code that was added in the meantime.
legendary
Activity: 1092
Merit: 1016
760930

@vuce: try: electrum -o balance

that works, what exactly does it do? I assume it doesn't need to connect to the server, since that obviously doesn't work?

You're correct, -o is offline mode. It just gets the information from your existing wallet file.
sr. member
Activity: 476
Merit: 250

@vuce: try: electrum -o balance

that works, what exactly does it do? I assume it doesn't need to connect to the server, since that obviously doesn't work?
legendary
Activity: 1014
Merit: 1001

@vuce: try: electrum -o balance
full member
Activity: 171
Merit: 127
Ok, 058-2 works for me. If cp866 is copied to 058-1 Electrum_SysFiles it works too.

But is there any explanation why cp866 is needed at all? R047a lacks it and still works fine.
sr. member
Activity: 476
Merit: 250
@vuce:

I have made a test build in which the search method for Python modules should be a little more robust - may be this could solve your Import issue:

http://win-electrum.googlecode.com/files/elec058-1.exe
 SHA-1: 846021e0744a3de2706e0a78e26f3fed5026ac4e

For some reason all non-compact builds give the "Not enough memory!" warning when I try to run them in console mode. I think you don't need to bother with it anymore as long as I'm the only one having this problem, since the workaround works ok.

OK, but just to be sure, which exactly is the workaround that works ok for you?
Using an old wallet, works - that is a wallet before I changed servers. As long as I stay on the same server everything is ok.

Quote
Also, what do you mean by non-compact builds? Which ones?

Also, it would be nice if you could post a screenshot of the
"not enough memory" error. (Just for my reference.)

Ah I'm sorry, it was a total commander error, don't know how I missed that. Anyway, it's working now, when trying electrum balance:
Code:
15-Jun-12  9:27:09.56> electrum balance
Not connected
poking

If I run "electrum" and try changing servers same thing happens.

This is weird because the previous build worked in offline mode just fine...
legendary
Activity: 1092
Merit: 1016
760930
@vuce:

I have made a test build in which the search method for Python modules should be a little more robust - may be this could solve your Import issue:

http://win-electrum.googlecode.com/files/elec058-1.exe
 SHA-1: 846021e0744a3de2706e0a78e26f3fed5026ac4e

For some reason all non-compact builds give the "Not enough memory!" warning when I try to run them in console mode. I think you don't need to bother with it anymore as long as I'm the only one having this problem, since the workaround works ok.

OK, but just to be sure, which exactly is the workaround that works ok for you?
Also, what do you mean by non-compact builds? Which ones?
Also, it would be nice if you could post a screenshot of the
"not enough memory" error. (Just for my reference.)
sr. member
Activity: 476
Merit: 250
@vuce:

I have made a test build in which the search method for Python modules should be a little more robust - may be this could solve your Import issue:

http://win-electrum.googlecode.com/files/elec058-1.exe
 SHA-1: 846021e0744a3de2706e0a78e26f3fed5026ac4e

For some reason all non-compact builds give the "Not enough memory!" warning when I try to run them in console mode. I think you don't need to bother with it anymore as long as I'm the only one having this problem, since the workaround works ok.
legendary
Activity: 1092
Merit: 1016
760930
@flatfly:

Just quick update on the "not connected" problem. Tried to debug it on Windows 7 x64, elecwin 0.58 portable.

When trying to connect:

Code:
Traceback (most recent call last):
  File "C:\Users\mgeorgiev\Desktop\electrum\portable\Electrum_SysFiles\0.58\C_\ElectrumPY\lib\interface.py", line 226, i
n init_socket
    self.s.connect(( self.host, self.port))
  File "C:\Users\mgeorgiev\Desktop\electrum\portable\Electrum_SysFiles\0.58\C_\Python27\lib\socket.py", line 226, in met
h
    return getattr(self._sock,name)(*args)
LookupError: unknown encoding: idna

For some reason trying to manually import encodings.idna fails to load unicodedata.pyd.

Also, for some reason running packed python.exe (2.7) as console:

Code:
Thu 06/14/2012 18:45:54.07> ..\Python27\python.exe
ActivePython 2.7.2.5 (ActiveState Software Inc.) based on
Python 2.7.2 (default, Jun 24 2011, 12:21:10) [MSC v.1500 32 bit (Intel)] on win32
Type "help", "copyright", "credits" or "license" for more information.
>>> import sys

LookupError: unknown encoding: cp866

Last working version for me is elec047a. Next I got is elec048b and it has the problem.

I'll try to figure this out later, no more time for now.

Thanks for the testing. Did you also try the build I posted just above? (0.58-1)

EDIT: I've added support for CP866 (Cyrillic) in this new build (0.58-2)
Could you give it a try and let me know if it helps?

SHA1: e1008974289c2e0fcbc639bbfea859ac38b034b7
full member
Activity: 171
Merit: 127
@flatfly:

Just quick update on the "not connected" problem. Tried to debug it on Windows 7 x64, elecwin 0.58 portable.

When trying to connect:

Code:
Traceback (most recent call last):
  File "C:\Users\mgeorgiev\Desktop\electrum\portable\Electrum_SysFiles\0.58\C_\ElectrumPY\lib\interface.py", line 226, i
n init_socket
    self.s.connect(( self.host, self.port))
  File "C:\Users\mgeorgiev\Desktop\electrum\portable\Electrum_SysFiles\0.58\C_\Python27\lib\socket.py", line 226, in met
h
    return getattr(self._sock,name)(*args)
LookupError: unknown encoding: idna

For some reason trying to manually import encodings.idna fails to load unicodedata.pyd.

Also, for some reason running packed python.exe (2.7) as console:

Code:
Thu 06/14/2012 18:45:54.07> ..\Python27\python.exe
ActivePython 2.7.2.5 (ActiveState Software Inc.) based on
Python 2.7.2 (default, Jun 24 2011, 12:21:10) [MSC v.1500 32 bit (Intel)] on win32
Type "help", "copyright", "credits" or "license" for more information.
>>> import sys

LookupError: unknown encoding: cp866

Last working version for me is elec047a. Next I got is elec048b and it has the problem.

I'll try to figure this out later, no more time for now.
Pages:
Jump to: