Title: Electrum 4.3.4 Relased Post by: PX-Z on January 28, 2023, 02:06:15 PM New version of Electrum just released, this update includes several bug fixes, payserver and trampoline improvement, check the release notes for more information.
Release Notes Code: # Release 4.3.4 - Copyright is Dubious (January 26, 2023) Reminder: Only download electrum from the main website[1] and don't forget to verify[2] before installing it. [1] https://electrum.org/#download [2] https://bitcointalk.org/index.php?topic=5240594.0 Title: Re: Electrum 4.3.4 Relased Post by: pooya87 on January 28, 2023, 02:53:49 PM It seems like all the time Electrum developers have is being dedicated to improving the Lightning Network part of the software and no time is left for implementing Taproot. There is an open issue without any ETA[1] that has been open for over a year.
We need more contributors... Sadly I don't know anything from Python myself. My contributions are limited to review and bug reports. [1] https://github.com/spesmilo/electrum/issues/7544 Title: Re: Electrum 4.3.4 Relased Post by: Brook Buddy on February 06, 2023, 12:48:44 PM Hey!
Is the function "Cancel Double Spend" unavailable no more in Mac Version of Electrum 4.3.4?? Title: Re: Electrum 4.3.4 Relased Post by: BitMaxz on February 06, 2023, 09:56:37 PM Hey! Is the function "Cancel Double Spend" unavailable no more in Mac Version of Electrum 4.3.4?? I don't see or find it on Electrum release notes that they will remove the cancel double spend. So if you upgrade it to the latest version that function should be still there and even without that function you can manually cancel the double spend transaction except on non-RBF transactions. Title: Re: Electrum 4.3.4 Relased Post by: nc50lc on February 07, 2023, 05:10:25 AM Hey! Why? Is it gone in your right-click menu?Is the function "Cancel Double Spend" unavailable no more in Mac Version of Electrum 4.3.4?? Check your setting if you've disabled "Use Replace-By-Fee". It's in "Tools->Preferences->Transactions tab". Note: changing the setting now will not enable the cancel option in existing unconfirmed transactions in your history, only the newly created txns. Also, if you're using the advanced transaction window, make sure that "Replace by fee" checkbox isn't unchecked. Another is, it won't appear for "same-wallet" transactions, means sending to any of your own wallet's address. Title: Re: Electrum 4.3.4 Relased Post by: NotATether on February 07, 2023, 01:15:50 PM This is mostly just minor enhancements, I see no reason why to upgrade from 4.3.3 currently.
It seems like all the time Electrum developers have is being dedicated to improving the Lightning Network part of the software and no time is left for implementing Taproot. There is an open issue without any ETA[1] that has been open for over a year. We need more contributors... Sadly I don't know anything from Python myself. My contributions are limited to review and bug reports. [1] https://github.com/spesmilo/electrum/issues/7544 If somebody implements a working implementation of taproot addresses and then makes a PR, there will be a higher chance of it getting merged summarily without any debates or back-and-forwards. Title: Re: Electrum 4.3.4 Relased Post by: Brook Buddy on February 10, 2023, 07:31:27 AM This function "cancel double spend" was unavailable during last 2 days, but today its available again, when I do right click on unconfirmed outcoiming transaction.... Preferences did not change, RBF function is on.... I have no idea about that. But Okay. I see there is still a lot of unexplored... ;D ;D ;D
Title: Re: Electrum 4.3.4 Relased Post by: nc50lc on February 10, 2023, 07:36:56 AM This function "cancel double spend" was unavailable during last 2 days, but today its available again, when I do right click on unconfirmed outcoiming transaction.... Preferences did not change, RBF function is on.... I have no idea about that. -snip- A feature wont suddenly disappear without any reason.If it's not one of the reasons I've previously listed, you might had overlooked and tested it to the wrong transaction or wallet. Title: Re: Electrum 4.3.4 Relased Post by: Narla on March 05, 2023, 09:24:16 AM I just installed a new ubuntu on a laptop to install the electrum wallet. The problem appears when I try to verify the file that I have downloaded from the official electrum page. Apparently I have followed the steps indicated on the page but when launching the verification with gpg it does not seem to be valid. I leave a copy of what appears to me when running gpg:
Code: gpg: asumiendo que los datos firmados están en 'Electrum-4.3.4.tar.gz' I have followed the steps indicated, which should be if I have not misunderstood the following: 1- Install the python dependencies (ok) 2- Download the files: Code: wget https://download.electrum.org/4.3.4/Electrum-4.3.4.tar.gz 3- Download Thomas's public key: Code: https://raw.githubusercontent.com/spesmilo/electrum/master/pubkeys/ThomasV.asc 4- Import this key: Code: sudo gpg --import ThomasV.asc 5- Verify: Code: gpg --verify Electrum-4.3.4.tar.gz.asc The problem is that it appears signed but can't verify the signature. From my point of view, the file is compromised, but since I don't control a lot of verification issues, I have doubts. Can someone who knows check it out on their own and comment here? Thanks in advance. Excuse my English, it is not my native language Title: Re: Electrum 4.3.4 Relased Post by: Abdussamad on March 05, 2023, 11:07:10 AM You are importing thomas' key as root by using sudo. That means it's added to root's keyring not the keyring of the unpriviliged user you use to verify the signature. So import it without sudo and do the verification step again.
Title: Re: Electrum 4.3.4 Relased Post by: o_e_l_e_o on March 05, 2023, 11:17:24 AM If you want to verify the other two signatures as well, then you can download Emzy.asc and sombernight_releasekey.asc from here: https://github.com/spesmilo/electrum/tree/master/pubkeys
Import them as per Abdussamad's instructions above, and then verify the file again. I can also confirm that the three public keys in your verification match the three public keys I have. Title: Re: Electrum 4.3.4 Relased Post by: Narla on March 05, 2023, 12:12:15 PM Thanks so much for the help.
Once the keys have been imported correctly, the following appears Code: gpg: asumiendo que los datos firmados están en 'Electrum-4.3.4.tar.gz' Are the rest of the warnings normal? Title: Re: Electrum 4.3.4 Relased Post by: o_e_l_e_o on March 05, 2023, 01:02:39 PM Are the rest of the warnings normal? Yes. Those warnings are telling you that although the signatures for the file are valid for the keys you have imported, you haven't signed the keys using your own key to tell your computer that you trust these keys are accurate and actually belong to the relevant users (ThomasV, Emzy, SomberNight).This step is not necessary and you can safely ignore these warnings and install Electrum from the file you have. Alternatively, if you wish to sign the keys, you can do so using the following command: Code: gpg --sign-key 6694D8DE7BE8EE5631BED9502BD5824B7F9470E6 Once you have signed them, repeat the verification process and those additional warnings will have disappeared. Title: Re: Electrum 4.3.4 Relased Post by: Narla on March 12, 2023, 09:51:44 AM Thank you very much to all. Fixed. :D |