Pages:
Author

Topic: Electrum 2.5 released - page 3. (Read 3895 times)

staff
Activity: 3472
Merit: 6129
October 19, 2015, 03:28:20 AM
#16
why isn't Trezor supported anymore on the compiled windows version? Why do you have to build it from source to use Trezor?

Because ThomasV is having issues with the binaries so we should wait until he fix them .
legendary
Activity: 2459
Merit: 1057
Don't use bitcoin.de if you care about privacy!
October 18, 2015, 03:27:25 PM
#15
why isn't Trezor supported anymore on the compiled windows version? Why do you have to build it from source to use Trezor?
sr. member
Activity: 278
Merit: 251
October 17, 2015, 06:54:24 PM
#14
I have been running a Trezor on Windows with Electrum 2.3.2.  I had previously installed all the necessary software back around version 2.0.  Because of the low-s signature issue I decided I'd better update to 2.5.  Unfortunately, as warned, the windows installer for 2.5 doesn't work with Trezor. I decided I had better try using the source code of 2.5.

To get 2.5 working from source code, all I did was to replace the contents of the electrum software directory with the contents of the eloectrum-2.5.zip distribution.  When I did this, electrum 2.5 popped up.  Even better, because of my previously installed software my Trezor also worked.

There was one minor problem. electrum-2.5.zip has a routine that communicates with the electrum daemon which isn't supported in Windows.  This resulted in an error traceback in the terminal window. I made this go away by editing out the entire routine that was throwing the error.

It is necessary to change the file extension of electrum to electrum.pyw so you can click on it (or use a shortcut to it) so that the program runs without having to type "python electrum" in a command window. Also, there is some fiddling (which I've yet to do) to get the icons correct.

It would sure be nice if there was a working windows version with Trezor support, as this was easy for me, but getting python, python-qt,  python-trezor to work, cython, etc... was a huge pain the first time.
sr. member
Activity: 306
Merit: 250
October 17, 2015, 02:24:39 PM
#13
see release notes: https://github.com/spesmilo/electrum/blob/master/RELEASE-NOTES

Please do update, as previous versions create signatures with high S values, which are nonstandard now.

Hmm.. A while back you said that hardware wallets would be supported for Windows in the 2.5 version. Your website states that hardware wallets are *NOT* supported in 2.5. So what? Do I have to wait for 2.6 now?



Guess the website must just be updated. When I started it up it showed options for hardware wallets. Will test now and report back.

EDIT: Just tested it. Plugged Trezor in but seems like there is no Trezor support. Only came up with an option for Ledger. So there goes version 2.5 for me. Back to 2.3.2, the last proper Electrum version out there at present, for windows at least.

I tested with a HW.1. Although the option is there it asks for additional libraries. So the HW.1 is still not supported.
newbie
Activity: 11
Merit: 0
October 17, 2015, 01:07:43 PM
#12
hi i cannot seem to use any electrum commands in the console e.g. electrum help keeps giving me
>> electrum help
Traceback (most recent call last):
                ^
SyntaxError: invalid syntax

is any one else having issues with the console? i really need use it..
legendary
Activity: 1896
Merit: 1353
October 17, 2015, 09:55:59 AM
#11
see release notes: https://github.com/spesmilo/electrum/blob/master/RELEASE-NOTES

Please do update, as previous versions create signatures with high S values, which are nonstandard now.

Hmm.. A while back you said that hardware wallets would be supported for Windows in the 2.5 version. Your website states that hardware wallets are *NOT* supported in 2.5. So what? Do I have to wait for 2.6 now?



We had to release 2.5 earlier than expected because of the malleability issue (high S value).
I did not have time to address the issues with Windows binaries and trezor.
copper member
Activity: 924
Merit: 1007
hee-ho.
October 17, 2015, 09:29:42 AM
#10
might be a dumb question. but I rather be safe...

should I backup anything before updating? I'm using 2.3.2.

If you have a copy of your seed you are okay. Easy to revert back to 2.3.2 should you want to do so.

If you make use of a Trezor then stay on 2.3.2, like me, there is no Trezor support in 2.5. Only support for Ledger it seems.

got it thanks. I don't use Trezor so it shouldn't affect me. gonna update ASAP.
sr. member
Activity: 336
Merit: 250
October 17, 2015, 09:25:52 AM
#9
might be a dumb question. but I rather be safe...

should I backup anything before updating? I'm using 2.3.2.

If you have a copy of your seed you are okay. Easy to revert back to 2.3.2 should you want to do so.

If you make use of a Trezor then stay on 2.3.2, like me, there is no Trezor support in 2.5. Only support for Ledger it seems.
copper member
Activity: 924
Merit: 1007
hee-ho.
October 17, 2015, 09:23:09 AM
#8
might be a dumb question. but I rather be safe...

should I backup anything before updating? I'm using 2.3.2.
sr. member
Activity: 476
Merit: 250
U will never know the true answer, before you try
October 17, 2015, 09:20:14 AM
#7
# Release 2.5
 * Low-S values are used in signatures (BIP 62).
 * The Kivy GUI has been merged into master.
 * The Qt GUI supports multiple windows in the same process. When a
   new Electrum instance is started, it checks for an already running
   Electrum process, and connects to it.
 * The network layer uses select(), so all server communication is
   handled by a single thread. Moreover, the synchronizer, verifier,
   and exchange rate plugin now run as separate jobs within the
   networking thread instead of as their own threads.
 * Plugins are revamped, particularly the exchange rate plugin.
staff
Activity: 3472
Merit: 6129
October 17, 2015, 09:14:51 AM
#6
Thanks for the updates ThomasV , It took sometime but I hope it worth it and a lot of things got added or fixed .
Just want to know , how I'am supposed to update my current version guys ? I'am using 2.4.4 at the moment , should I just download and install ? or I unistall the old one , and Install the new one and use the seed ? thanks !
sr. member
Activity: 336
Merit: 250
October 17, 2015, 08:40:49 AM
#5
see release notes: https://github.com/spesmilo/electrum/blob/master/RELEASE-NOTES

Please do update, as previous versions create signatures with high S values, which are nonstandard now.

Hmm.. A while back you said that hardware wallets would be supported for Windows in the 2.5 version. Your website states that hardware wallets are *NOT* supported in 2.5. So what? Do I have to wait for 2.6 now?



Guess the website must just be updated. When I started it up it showed options for hardware wallets. Will test now and report back.

EDIT: Just tested it. Plugged Trezor in but seems like there is no Trezor support. Only came up with an option for Ledger. So there goes version 2.5 for me. Back to 2.3.2, the last proper Electrum version out there at present, for windows at least.
sr. member
Activity: 336
Merit: 250
October 17, 2015, 08:40:03 AM
#4
Thomas,

Just downloaded the stand-alone version of 2.5 but sad to say it does not work.

Firstly, the stand-alone does not work as it should as it creates the folders under the AppData folder on a Windows system which makes the fact that its 'stand-alone' pointless as most of the files are not on the USB drive but on the C drive.

Secondly, I copied the exe file onto my USB drive right where the 2.3.2 version exe resides. I fired up the 2.5 version with the -w option which is supposed to make it work with the folder/data in the same location but it just starts up and then dies and or closes. I first thought it might be due to the file formats being from the 2.3.2 version so I deleted all the files and still nothing.

I then left it to create all the folders/files on the c drive and then copied this to the USB drive and tried the -w option again but again it just starts up and died.

Can somebody please look into this and if possible update the current 2.5 version instead of letting us wait for 2.6 please...

EDIT: Just tested it as mentioned in next post. See there is no support for Trezor. Is this just a glitch and or is there no Trezor support for version 2.5?
sr. member
Activity: 306
Merit: 250
October 17, 2015, 08:29:10 AM
#3
see release notes: https://github.com/spesmilo/electrum/blob/master/RELEASE-NOTES

Please do update, as previous versions create signatures with high S values, which are nonstandard now.

Hmm.. A while back you said that hardware wallets would be supported for Windows in the 2.5 version. Your website states that hardware wallets are *NOT* supported in 2.5. So what? Do I have to wait for 2.6 now?

sr. member
Activity: 336
Merit: 250
October 17, 2015, 08:23:01 AM
#2
Glad to see, busy downloading...

Thanks for the update Thomas
legendary
Activity: 1896
Merit: 1353
October 17, 2015, 07:59:56 AM
#1
see release notes: https://github.com/spesmilo/electrum/blob/master/RELEASE-NOTES

Please do update, as previous versions create signatures with high S values, which are nonstandard now.
Pages:
Jump to: