Author

Topic: Install Electrum (Linux) [solved] (Read 585 times)

legendary
Activity: 2870
Merit: 7490
Crypto Swap Exchange
October 20, 2020, 06:12:51 AM
#41
Desktop files should have their own settings widget to manage them.

At least for creating shortcut, many desktop environment have GUI application to make shortcut easily, either by adding existing application to desktop (usually when you access list of application through launcher or menu) or by specificity command used to open the software.
I don't know why GNOME doesn't have one by default (you need to install additional software according to https://askubuntu.com/a/854398).

I think we all should refrain from giving newbies commands to type if there's a chance the command could do dangerous things if type incorrectly, such as if someone's asking how to make a Live USB of linux, we shouldn't make them use the "dd" or "gparted" commands among others because those can also destroy partitions (I once broke a linux install on a laptop by deleting the root partition, which gparted in a LiveDVD labeled as unrecognized).

To be fair, things also could gone wrong with GUI application. For example with gparted (GUI), user might not realize changes they made is only preview until the user click icon to apply pending changes.
newbie
Activity: 12
Merit: 1
October 30, 2020, 12:21:59 PM
#37
ok, I started the installation steps again and the update worked. I will put the subject in resolved and thank you for your dedication and patience.
legendary
Activity: 1568
Merit: 6660
bitcoincleanup.com / bitmixlist.org
October 20, 2020, 07:03:39 AM
#36

It's okay, you don't have to get there. Just warn like you did and I get the lesson.
I'm not going to keep trying to install the icon, it takes too much effort and time just for one icon. The software works well and this is the main thing, however, I will continue this topic because an update is available and they are important for security, but I did not succeed because I do not understand anything. I end up with a big folder with a bunch of files and I don't know which one to open to run the installation.

New version Electrum 4.0.4 was released recently, yes. Just download the AppImage of that like you did with 4.0.3.

Code:
wget https://download.electrum.org/4.0.4/electrum-4.0.4-x86_64.AppImage
wget https://download.electrum.org/4.0.4/electrum-4.0.4-x86_64.AppImage.asc
chmod +x electrum-4.0.4-x86_64.AppImage
gpg --verify electrum-4.0.4-x86_64.AppImage.asc

The zip file that Electrum downloaded is also a release of the latest version Electrum 4.0.4, but it is not as easy to run as the AppImage.

In the future, when you want to download an Electrum update, you should go to https://electrum.org/#download and download the files that day "Linux Appimage signature". Then, you run the "gpg --verify" command on the .asc file, and then you run the "chmod +x" on the .AppImage file.

On linux, Electrum's update button doesn't replace the old version like on Windows. That's why it has to be downloaded again from the Electrum website.
newbie
Activity: 12
Merit: 1
October 20, 2020, 06:03:02 AM
#35

It's okay, you don't have to get there. Just warn like you did and I get the lesson.
I'm not going to keep trying to install the icon, it takes too much effort and time just for one icon. The software works well and this is the main thing, however, I will continue this topic because an update is available and they are important for security, but I did not succeed because I do not understand anything. I end up with a big folder with a bunch of files and I don't know which one to open to run the installation.
legendary
Activity: 1624
Merit: 2481
October 20, 2020, 05:54:03 AM
#34
Now I feel bad about suggesting him to use the rm command to uninstall the desktop file, clearly Linux should have an easier way to install and remove desktop files like a GUI program for that.

There is.
Using a file browser together with a text editor is more than enough.



Desktop files should have their own settings widget to manage them.

What for? You could simply do that using a file browser to navigate and a text editor to create the .desktop file. If that is still too much and people need more pointy-clicky, windows seems to be the best option IMO.



I think we all should refrain from giving newbies commands to type if there's a chance the command could do dangerous things if type incorrectly, such as if someone's asking how to make a Live USB of linux, we shouldn't make them use the "dd" or "gparted" commands among others because those can also destroy partitions (I once broke a linux install on a laptop by deleting the root partition, which gparted in a LiveDVD labeled as unrecognized).

To be honestly, if done correctly, the command line is the fastet way to 1) describe how to solve something and 2) to actually achieve it yourself.

We could also refrain from giving step-by-step guides at all, because they already exist on the internet.
But those people are either too lazy to search for it or didn't find it. And then 4 commands are easy and fast posted here, which also helps others searching for it. Way better than saying "There are tutorials available, search for it".
legendary
Activity: 1568
Merit: 6660
bitcoincleanup.com / bitmixlist.org
October 20, 2020, 04:35:07 AM
#33
For controlling :
Code:
rm ~ / .local / share / applications / electrum.desktop

You're one step away from destroying the operating system.

Yeah if all this is too much to understand, just forget about the icon and electrum.desktop file. You managed to get the electrum AppImage working and you can easily run that by double-clicking, and that's good enough. No hard feelings OP. Smiley

I know right, if OP want something that resemble icon/shortcut, OP could move Electrum AppImage to desktop and double click it.

Now I feel bad about suggesting him to use the rm command to uninstall the desktop file, clearly Linux should have an easier way to install and remove desktop files like a GUI program for that. I mean, we have settings for firewall and display resolution among other things specifically so users don't risk breaking their setups by typing terminal commands from the internet that they don't fully understand.

Desktop files should have their own settings widget to manage them.

I think we all should refrain from giving newbies commands to type if there's a chance the command could do dangerous things if type incorrectly, such as if someone's asking how to make a Live USB of linux, we shouldn't make them use the "dd" or "gparted" commands among others because those can also destroy partitions (I once broke a linux install on a laptop by deleting the root partition, which gparted in a LiveDVD labeled as unrecognized).
legendary
Activity: 1568
Merit: 6660
bitcoincleanup.com / bitmixlist.org
October 20, 2020, 04:00:51 AM
#32
Yeah if all this is too much to understand, just forget about the icon and electrum.desktop file. You managed to get the electrum AppImage working and you can easily run that by double-clicking, and that's good enough. No hard feelings OP. Smiley
legendary
Activity: 1624
Merit: 2481
October 20, 2020, 03:46:23 AM
#31
OP, you have been lucky to not break your system with the rm command.
You could have easily deleted files necessary for your operating system to work.

We have 2 pages in this thread already, and with how you copy/paste commands into your terminal, please let me say.. don't use linux (yet).
Copy/pasting commands from the internet without actually knowing what they do is very dangerous.

Since you have electrum installed yet, what about learning how to use linux? You don't need a pointy-clicky icon to start electrum. You can simply use the command line.
There is no reason to break your system just to get a icon to double-click.

My recommendation would be to start electrum via the command line and learn how to use linux before copy/pasting commands with additional spaces etc.. You will break your system this way.
HCP
legendary
Activity: 2086
Merit: 4363
October 19, 2020, 06:22:51 PM
#30
For controlling :
Code:
rm ~ / .local / share / applications / electrum.desktop
I get this result:
Code:
ophelie@ophelie-Lenovo-G70-80:~$ rm ~ / .local / share / applications / electrum.desktop
rm: impossible de supprimer '/home/ophelie': est un dossier
rm: impossible de supprimer '/': est un dossier
rm: impossible de supprimer '.local': est un dossier
rm: impossible de supprimer '/': est un dossier
rm: impossible de supprimer 'share': Aucun fichier ou dossier de ce type
rm: impossible de supprimer '/': est un dossier
rm: impossible de supprimer 'applications': Aucun fichier ou dossier de ce type
rm: impossible de supprimer '/': est un dossier
ophelie@ophelie-Lenovo-G70-80:~$

Hopefully something you won't need Google Translate for:

Correct:
Code:
rm ~/.local/share/applications/electrum.desktop

Incorrect:
Code:
rm ~ / .local / share / applications / electrum.desktop

extra space characters in commands will break things! Shocked Shocked Shocked ("des espaces supplémentaires dans les commandes provoqueront des erreurs")
legendary
Activity: 1568
Merit: 6660
bitcoincleanup.com / bitmixlist.org
October 19, 2020, 02:38:29 PM
#29
I use the Google Translate tool to understand the discussion and sometimes the message is poorly translated and forms inconsistent sentences. I wanted to talk about an icon, but google translated it as air.

Oh dear  Shocked I think I know why the commands all have errors when you run them. It's because Google Translate is putting spaces all over the code blocks. So turn off Google Translate while you copy code, and then you can turn it back on.



Sometimes, if the commands are incorrectly written, like what Google did above, they can do dangerous things!

The best way for me to troubleshoot this is if I install an Ubuntu 16.04 virtual machine in Virtualbox and try to copy your computer setup. Then I can diagnose exactly why it's not working as intended. Hopefully my test Ubuntu will be ready in a few hours, I will get back to you when it's complete.



So the testing machine is up, and after running my commands it made a shortcut with icon. I think that how you installed it, you ran the command before copying the icon to the home folder. That's not the correct order. You need to copy the icon to the home folder before running the commands. So copy the icon if it's not already there, and once that's done,  I pasted the following commands on my Github:

Code:
rm ~/.local/share/applications/electrum.desktop
Code:
xdg-desktop-menu forceupdate
Code:
desktop-file-install --dir=$HOME/.local/share/applications electrum.desktop

Copy the commands from the github link, so Google Translate doesn't interfere with them. Don't copy from these code blocks here, and this will be easier on you hopefully.

newbie
Activity: 12
Merit: 1
October 19, 2020, 11:17:04 AM
#28
I use the Google Translate tool to understand the discussion and sometimes the message is poorly translated and forms inconsistent sentences. I wanted to talk about an icon, but google translated it as air.

For controlling :
Code:
rm ~ / .local / share / applications / electrum.desktop
I get this result:
Code:
ophelie@ophelie-Lenovo-G70-80:~$ rm ~ / .local / share / applications / electrum.desktop
rm: impossible de supprimer '/home/ophelie': est un dossier
rm: impossible de supprimer '/': est un dossier
rm: impossible de supprimer '.local': est un dossier
rm: impossible de supprimer '/': est un dossier
rm: impossible de supprimer 'share': Aucun fichier ou dossier de ce type
rm: impossible de supprimer '/': est un dossier
rm: impossible de supprimer 'applications': Aucun fichier ou dossier de ce type
rm: impossible de supprimer '/': est un dossier
ophelie@ophelie-Lenovo-G70-80:~$

For controlling :
Code:
chmod + x ~ / Desktop / electrum.desktop
I get this result :
Code:
ophelie@ophelie-Lenovo-G70-80:~$ chmod +x ~/Desktop/electrum.desktop
chmod: impossible d'accéder à '/home/ophelie/Desktop/electrum.desktop': Aucun fichier ou dossier de ce type
ophelie@ophelie-Lenovo-G70-80:~$

 
legendary
Activity: 3472
Merit: 3217
Playbet.io - Crypto Casino and Sportsbook
October 14, 2020, 01:25:55 PM
#27
I followed the tutorial, but I think it didn't work because I put the file in a folder, but even after moving the file to the "home" folder, the icon still doesn't appear . Now that I have read that air is not installed by default, I understand better why I am not missing any and so it was normal. I'll take one last instruction, but after that if it still doesn't work, that's okay as long as the app is up and running.

And one last question before closing the topic, which trusted server do you recommend? I read in other forums that fake servers steal users' bitcoins for those who have chosen the automatic option. Thank you


If you already have electrum.desktop under desktop with [Desktop Entry] that was suggested above you might also need to change shortcut permission.
Use this code below to change its permission.

Code:
chmod +x ~/Desktop/electrum.desktop


About servers, I think you can use any server available on Electrum just make sure that you are using a latest version which is Electrum 4.0.3 lower than 3.3.4 are vulnerable to phishing attacks.
legendary
Activity: 1568
Merit: 6660
bitcoincleanup.com / bitmixlist.org
October 14, 2020, 09:39:30 AM
#26
I followed the tutorial, but I think it didn't work because I put the file in a folder, but even after moving the file to the "home" folder, the icon still doesn't appear . Now that I have read that air is not installed by default, I understand better why I am not missing any and so it was normal. I'll take one last instruction, but after that if it still doesn't work, that's okay as long as the app is up and running.

 Huh What do you mean by air? Is that an icon theme or something?

Anyway, it shouldn't matter because if a desktop icon doesn't appear, it means that /home/ophelie/electrum.png did not exist when you ran desktop-file-install, so after you make sure that file exists, the desktop file needs to be removed and then installed again.

First delete the desktop file:

Code:
rm ~/.local/share/applications/electrum.desktop

Then remove it from Ubuntu's cache so that it disappears from the menus:

Code:
xdg-desktop-menu forceupdate

Then wait for a few seconds, during this time create the electrum.png image in the home folder again, and then install the desktop file again:

Code:
desktop-file-install --dir=$HOME/.local/share/applications electrum.desktop

I hope this helps you show the icon.
newbie
Activity: 12
Merit: 1
October 14, 2020, 05:19:44 AM
#25
The installation took place correctly and the server is connected, on the other hand, I do not see an icon and I have to click on the file to be executed to open the application.

Use the .desktop file I created at how to create a shortcut to electrum btc wallet to make the shortcut.

1. Create an empty text file called electrum.desktop (save it inside your home folder, like /home/ophelie

2. Paste the following contents in this file, and save it:

Code:
[Desktop Entry]
Comment=Lightweight Bitcoin Client
Exec=/home/ophelie/electrum-4.0.3-x86_64.AppImage %u
GenericName[en_US]=Bitcoin Wallet
GenericName=Bitcoin Wallet
Icon=/home/ophelie/electrum.png
Name[en_US]=Electrum Bitcoin Wallet
Name=Electrum Bitcoin Wallet
Categories=Office;Finance;Network;
StartupNotify=true
StartupWMClass=electrum
Terminal=false
Type=Application
MimeType=x-scheme-handler/bitcoin;

For the icon to work, you need to download it from https://i.imgur.com/zx4CmVi.png to your Home folder and rename it to electrum.png

3. Open a terminal and run the following command to create a shortcut:

Code:
desktop-file-install --dir=$HOME/.local/share/applications electrum.desktop

This installs the shortcut on Activities or any other start menu you are using. It only installs it for the current users, not for other users that might use the computer (I assume you are the only user of your computer).

Now you should be able to access Electrum by going to Activities menu and clicking on Electrum Bitcoin Wallet, or it might be under Office > Electrum Bitcoin Wallet.

Do not move the electrum-4.0.3-x86_64.AppImage or electrum.png file. If you move the AppImage, then the shortcut will no longer work, it will try to run electrum at a folder it's not located in. If you move the Electrum icon, then it won't show an icon anymore. If keeping the files in the home folder is a nuisance for you, I can work out a solution that puts the files in the hidden .local folder.

4. The electrum.desktop file you created earlier is no longer needed (it made a copy of it in a system folder), you can safely delete the one you created.

If you ever want to delete the shortcut, just run in a terminal:

Code:
rm ~/.local/share/applications/electrum.desktop

and then the shortcut will be gone.

My result :
Code:
ophelie@ophelie-Lenovo-G70-80:~$ desktop-file-install --dir=$HOME/.local/share/applications electrum.desktop
electrum.desktop: warning: key "MimeType" is a list and does not have a semicolon as trailing character, fixing
ophelie@ophelie-Lenovo-G70-80:~$

I followed the tutorial, but I think it didn't work because I put the file in a folder, but even after moving the file to the "home" folder, the icon still doesn't appear . Now that I have read that air is not installed by default, I understand better why I am not missing any and so it was normal. I'll take one last instruction, but after that if it still doesn't work, that's okay as long as the app is up and running.

And one last question before closing the topic, which trusted server do you recommend? I read in other forums that fake servers steal users' bitcoins for those who have chosen the automatic option. Thank you
legendary
Activity: 1624
Merit: 2481
October 12, 2020, 09:41:11 AM
#24
I know, but IMO GNOME is less user friendly compared with other DE (such as Cinnamon and KDE) for user who used Windows previously.

True. I'd also always recommend KDE and/or Cinnamon for people coming from windows.



Arch Linux is one of distro that have many (with good quality control) tutorial at https://wiki.archlinux.org/. Even if i don't use Arch Linux, there are few problems that i solved by using guide from Arch Linux wiki.

It is probably the distro with the best wiki available.
But on the other hand, there are less step-by-step tutorials for Arch. Ubuntu (and therefore also debian) seems to be the best distro for newcomers since there are tons of step-by-step guides on how to achieve specific things.
legendary
Activity: 2170
Merit: 1789
October 12, 2020, 02:04:15 AM
#23
This particular AppImage that Electrum distributes has an icon inside the bundle, in fact that's where I pulled the icon in my previous post from.
My bad, I was under the impression that what OP meant by "icon" is a "shortcut on desktop", which I think is not created by default.
legendary
Activity: 1568
Merit: 6660
bitcoincleanup.com / bitmixlist.org
October 11, 2020, 02:21:58 PM
#22
The installation took place correctly and the server is connected, on the other hand, I do not see an icon and I have to click on the file to be executed to open the application.
As far as I can remember, AppImage does not require any installation. You seems to have successfully make it executable which is why you can run the app. No icon is expected and is not a big problem imo.

This particular AppImage that Electrum distributes has an icon inside the bundle, in fact that's where I pulled the icon in my previous post from. An AppImage is just a compressed squashfs filesystem, when its ran it's decompressed and mounted with FUSE and invoked like any other Linux program. Most AppImages are set up to display an icon the dev puts inside the bundle.

Or use linux distro that aimed for beginner (who willing learn a bit) such as Zorin OS or Linux Mint (with Cinnamon DE).

Ubuntu actually is the beginner OS.

If someone needs hand-holding to use an operating system then they should not be running an obscure Linux distro because there are few online tutorials available for them. There seems to be a scarcity of tutorials even for established distributions like Gentoo and Arch Linux.

Most tutorials are written for Ubuntu GNOME, which is what I'm assuming OP is using as that's the default configuration of Ubuntu (There is also less-used K/X/Lubuntu).
legendary
Activity: 1624
Merit: 2481
October 11, 2020, 06:42:18 AM
#21
The installation took place correctly and the server is connected, on the other hand, I do not see an icon and I have to click on the file to be executed to open the application.

An AppImage is similar to a portable executable on windows. There is no installation.
And if you want to have an icon on your desktop, you'll have to create one yourself (as mentioned by NotATether).



switch to windows. if you have no technical knowledge and aren't willing to learn then you have no business using ubuntu.

Instead of discouraging people from using a superior operating system and moving back to a spyware full of vulnerabilities, i'd rather recommend him to start learning about his OS.
Everyone started with little to no technical knowledge. Just because he has no technical knowledge regarding ubuntu yet, it doesn't mean that he isn't willing to learn.


Or use linux distro that aimed for beginner (who willing learn a bit) such as Zorin OS or Linux Mint (with Cinnamon DE).

Ubuntu actually is the beginner OS.
legendary
Activity: 2170
Merit: 1789
October 11, 2020, 02:28:19 AM
#20
The installation took place correctly and the server is connected, on the other hand, I do not see an icon and I have to click on the file to be executed to open the application.
As far as I can remember, AppImage does not require any installation. You seems to have successfully make it executable which is why you can run the app. No icon is expected and is not a big problem imo.
legendary
Activity: 3710
Merit: 1586
October 10, 2020, 06:35:24 AM
#19
The GPG verification you tried to do above won't work because you tried to import ThomasV.asc. (period at the end). It should be ThomasV.asc with no ending period. Please download it from here: https://raw.githubusercontent.com/spesmilo/electrum/master/pubkeys/ThomasV.asc

And then try importing the key again.

I have no technical knowledge and I understand absolutely nothing. This code in your link, do I have to copy / paste it in the terminal?

switch to windows. if you have no technical knowledge and aren't willing to learn then you have no business using ubuntu.
legendary
Activity: 1568
Merit: 6660
bitcoincleanup.com / bitmixlist.org
October 09, 2020, 04:34:17 PM
#18
The installation took place correctly and the server is connected, on the other hand, I do not see an icon and I have to click on the file to be executed to open the application.

Use the .desktop file I created at how to create a shortcut to electrum btc wallet to make the shortcut.

1. Create an empty text file called electrum.desktop (save it inside your home folder, like /home/ophelie

2. Paste the following contents in this file, and save it:

Code:
[Desktop Entry]
Comment=Lightweight Bitcoin Client
Exec=/home/ophelie/electrum-4.0.3-x86_64.AppImage %u
GenericName[en_US]=Bitcoin Wallet
GenericName=Bitcoin Wallet
Icon=/home/ophelie/electrum.png
Name[en_US]=Electrum Bitcoin Wallet
Name=Electrum Bitcoin Wallet
Categories=Office;Finance;Network;
StartupNotify=true
StartupWMClass=electrum
Terminal=false
Type=Application
MimeType=x-scheme-handler/bitcoin;

For the icon to work, you need to download it from https://i.imgur.com/zx4CmVi.png to your Home folder and rename it to electrum.png

3. Open a terminal and run the following command to create a shortcut:

Code:
desktop-file-install --dir=$HOME/.local/share/applications electrum.desktop

This installs the shortcut on Activities or any other start menu you are using. It only installs it for the current users, not for other users that might use the computer (I assume you are the only user of your computer).

Now you should be able to access Electrum by going to Activities menu and clicking on Electrum Bitcoin Wallet, or it might be under Office > Electrum Bitcoin Wallet.

Do not move the electrum-4.0.3-x86_64.AppImage or electrum.png file. If you move the AppImage, then the shortcut will no longer work, it will try to run electrum at a folder it's not located in. If you move the Electrum icon, then it won't show an icon anymore. If keeping the files in the home folder is a nuisance for you, I can work out a solution that puts the files in the hidden .local folder.

4. The electrum.desktop file you created earlier is no longer needed (it made a copy of it in a system folder), you can safely delete the one you created.

If you ever want to delete the shortcut, just run in a terminal:

Code:
rm ~/.local/share/applications/electrum.desktop

and then the shortcut will be gone.
newbie
Activity: 12
Merit: 1
October 09, 2020, 12:59:32 PM
#17
The installation took place correctly and the server is connected, on the other hand, I do not see an icon and I have to click on the file to be executed to open the application.
legendary
Activity: 1568
Merit: 6660
bitcoincleanup.com / bitmixlist.org
October 09, 2020, 12:35:26 PM
#16
Here is the code that I was given and corrected based on your remarks. I don't understand this code so if there is a false line, please correct the code for me:

You're good! now to open Electrum, run

Code:
./electrum-4.0.3-x86_64.AppImage

in the terminal, and that's it.

You can also go to your file manager, to the Home folder, and look for the a file called electrum-4.0.3-x86_64.AppImage, and double-click on it to run it. That is the second way you can run the program.

You may see in your Home folder files ending in .1, .2, .3 and so on; those can be safely deleted.
newbie
Activity: 12
Merit: 1
October 09, 2020, 12:27:35 PM
#15
Here is the code that I was given and corrected based on your remarks. I don't understand this code so if there is a false line, please correct the code for me:

Code:
wget https://raw.githubusercontent.com/spesmilo/electrum/master/pubkeys/ThomasV.asc
gpg --import ThomasV.asc
wget https://download.electrum.org/4.0.3/electrum-4.0.3-x86_64.AppImage
wget https://download.electrum.org/4.0.3/electrum-4.0.3-x86_64.AppImage.asc
chmod +x electrum-4.0.3-x86_64.AppImage
gpg --verify electrum-4.0.3-x86_64.AppImage.asc

My result :

Code:
ophelie@ophelie-Lenovo-G70-80:~$ wget https://raw.githubusercontent.com/spesmilo/electrum/master/pubkeys/ThomasV.asc
--2020-10-09 19:23:11--  https://raw.githubusercontent.com/spesmilo/electrum/master/pubkeys/ThomasV.asc
Résolution de raw.githubusercontent.com (raw.githubusercontent.com)… 151.101.120.133
Connexion à raw.githubusercontent.com (raw.githubusercontent.com)|151.101.120.133|:443… connecté.
requête HTTP transmise, en attente de la réponse… 200 OK
Taille : 4739 (4,6K) [text/plain]
Enregistre : «ThomasV.asc.5»

ThomasV.asc.5       100%[===================>]   4,63K  --.-KB/s    ds 0s     

2020-10-09 19:23:11 (32,0 MB/s) - «ThomasV.asc.5» enregistré [4739/4739]

ophelie@ophelie-Lenovo-G70-80:~$ gpg --import ThomasV.asc
gpg: clef 7F9470E6 : « Thomas Voegtlin (https://electrum.org)  » n'est pas modifiée
gpg: Quantité totale traitée : 1
gpg:              non modifiées : 1
ophelie@ophelie-Lenovo-G70-80:~$ wget https://download.electrum.org/4.0.3/electrum-4.0.3-x86_64.AppImage
--2020-10-09 19:23:11--  https://download.electrum.org/4.0.3/electrum-4.0.3-x86_64.AppImage
Résolution de download.electrum.org (download.electrum.org)… 2606:4700:3035::6812:2610, 2606:4700:3033::ac43:dd2f, 2606:4700:3034::6812:2710, ...
Connexion à download.electrum.org (download.electrum.org)|2606:4700:3035::6812:2610|:443… connecté.
requête HTTP transmise, en attente de la réponse… 200 OK
Taille : 50941928 (49M)
Enregistre : «electrum-4.0.3-x86_64.AppImage.3»

electrum-4.0.3-x86_ 100%[===================>]  48,58M  1,95MB/s    ds 25s     

2020-10-09 19:23:37 (1,93 MB/s) - «electrum-4.0.3-x86_64.AppImage.3» enregistré [50941928/50941928]

ophelie@ophelie-Lenovo-G70-80:~$ wget https://download.electrum.org/4.0.3/electrum-4.0.3-x86_64.AppImage.asc
--2020-10-09 19:23:37--  https://download.electrum.org/4.0.3/electrum-4.0.3-x86_64.AppImage.asc
Résolution de download.electrum.org (download.electrum.org)… 2606:4700:3034::6812:2710, 2606:4700:3033::ac43:dd2f, 2606:4700:3035::6812:2610, ...
Connexion à download.electrum.org (download.electrum.org)|2606:4700:3034::6812:2710|:443… connecté.
requête HTTP transmise, en attente de la réponse… 200 OK
Taille : non indiqué [text/plain]
Enregistre : «electrum-4.0.3-x86_64.AppImage.asc.5»

electrum-4.0.3-x86_     [ <=>                ]     833  --.-KB/s    ds 0s     

2020-10-09 19:23:37 (8,50 MB/s) - «electrum-4.0.3-x86_64.AppImage.asc.5» enregistré [833]

ophelie@ophelie-Lenovo-G70-80:~$ chmod +x electrum-4.0.3-x86_64.AppImage
ophelie@ophelie-Lenovo-G70-80:~$ gpg --verify electrum-4.0.3-x86_64.AppImage.asc

legendary
Activity: 1624
Merit: 2481
October 09, 2020, 12:14:59 PM
#14
ophelie@ophelie-Lenovo-G70-80:~$ chmod + x electrum-4.0.3-x86_64.AppImage
chmod: impossible d'accéder à 'x': Aucun fichier ou dossier de ce type

Almost..

It is
Code:
chmod +x electrum-4.0.3-x86_64.AppImage

instead of
Code:
chmod + x electrum-4.0.3-x86_64.AppImage


Please be careful when entering commands. Each character is important.
newbie
Activity: 12
Merit: 1
October 09, 2020, 12:13:13 PM
#13
Code:
ophelie@ophelie-Lenovo-G70-80:~$ wget https://raw.githubusercontent.com/spesmilo/electrum/master/pubkeys/ThomasV.asc
--2020-10-09 19:11:15--  https://raw.githubusercontent.com/spesmilo/electrum/master/pubkeys/ThomasV.asc
Résolution de raw.githubusercontent.com (raw.githubusercontent.com)… 151.101.120.133
Connexion à raw.githubusercontent.com (raw.githubusercontent.com)|151.101.120.133|:443… connecté.
requête HTTP transmise, en attente de la réponse… 200 OK
Taille : 4739 (4,6K) [text/plain]
Enregistre : «ThomasV.asc.3»

ThomasV.asc.3       100%[===================>]   4,63K  --.-KB/s    ds 0s     

2020-10-09 19:11:15 (38,1 MB/s) - «ThomasV.asc.3» enregistré [4739/4739]

ophelie@ophelie-Lenovo-G70-80:~$ gpg --import ThomasV.asc
gpg: clef 7F9470E6 : « Thomas Voegtlin (https://electrum.org)  » n'est pas modifiée
gpg: Quantité totale traitée : 1
gpg:              non modifiées : 1
ophelie@ophelie-Lenovo-G70-80:~$ wget https://download.electrum.org/4.0.3/electrum-4.0.3-x86_64.AppImage
--2020-10-09 19:11:15--  https://download.electrum.org/4.0.3/electrum-4.0.3-x86_64.AppImage
Résolution de download.electrum.org (download.electrum.org)… 2606:4700:3033::ac43:dd2f, 2606:4700:3035::6812:2610, 2606:4700:3034::6812:2710, ...
Connexion à download.electrum.org (download.electrum.org)|2606:4700:3033::ac43:dd2f|:443… connecté.
requête HTTP transmise, en attente de la réponse… 200 OK
Taille : 50941928 (49M)
Enregistre : «electrum-4.0.3-x86_64.AppImage.1»

electrum-4.0.3-x86_ 100%[===================>]  48,58M  1,95MB/s    ds 25s     

2020-10-09 19:11:40 (1,92 MB/s) - «electrum-4.0.3-x86_64.AppImage.1» enregistré [50941928/50941928]

ophelie@ophelie-Lenovo-G70-80:~$ wget https://download.electrum.org/4.0.3/electrum-4.0.3-x86_64.AppImage.asc
--2020-10-09 19:11:40--  https://download.electrum.org/4.0.3/electrum-4.0.3-x86_64.AppImage.asc
Résolution de download.electrum.org (download.electrum.org)… 2606:4700:3034::6812:2710, 2606:4700:3033::ac43:dd2f, 2606:4700:3035::6812:2610, ...
Connexion à download.electrum.org (download.electrum.org)|2606:4700:3034::6812:2710|:443… connecté.
requête HTTP transmise, en attente de la réponse… 200 OK
Taille : non indiqué [text/plain]
Enregistre : «electrum-4.0.3-x86_64.AppImage.asc.3»

electrum-4.0.3-x86_     [ <=>                ]     833  --.-KB/s    ds 0s     

2020-10-09 19:11:40 (12,8 MB/s) - «electrum-4.0.3-x86_64.AppImage.asc.3» enregistré [833]

ophelie@ophelie-Lenovo-G70-80:~$ chmod + x electrum-4.0.3-x86_64.AppImage
chmod: impossible d'accéder à 'x': Aucun fichier ou dossier de ce type
ophelie@ophelie-Lenovo-G70-80:~$ gpg --verify electrum-4.0.3-x86_64.AppImage.asc

legendary
Activity: 1568
Merit: 6660
bitcoincleanup.com / bitmixlist.org
October 09, 2020, 12:08:29 PM
#12
Here is what I got as a result :

The reason you got this output:

Code:
ophelie@ophelie-Lenovo-G70-80:~$ gpg --verify electrum-4.0.3 -x86_64.AppImage.asc
gpg: impossible d'ouvrir « electrum-4.0.3 »
gpg: verify signatures failed: erreur d'ouverture de fichier

is because you ran gpg --verify electrum-4.0.3 -x86_64.AppImage.asc. There shouldn't be any spaces in the file name. Please run

Code:
gpg --verify electrum-4.0.3-x86_64.AppImage.asc

(no space between electrum-4.0.3 and -x86_64.AppImage.asc), and it should verify correctly.

Also,

Code:
ophelie@ophelie-Lenovo-G70-80:~$ chmod + x electrum-4.0.3-x86_64.AppImage
chmod: impossible d'accéder à 'x': Aucun fichier ou dossier de ce type
chmod: impossible d'accéder à 'electrum-4.0.3-x86_64.AppImage': Aucun fichier ou dossier de ce type

There shouldn't be a space between + and x. You should run

Code:
chmod +x electrum-4.0.3-x86_64.AppImage

(+x, not + x), and that command should work too.

Then you will be able to run Electrum.
legendary
Activity: 1624
Merit: 2481
October 09, 2020, 12:01:30 PM
#11
I'm sorry, but I don't understand, I can't use the terminal. The only choice I am able to do is copy / paste your instructions into the terminal walking me through each step in detail. I'm totally bad at computers.

You can basically enter each command after the other as mentioned by NotATether:

Code:
wget https://raw.githubusercontent.com/spesmilo/electrum/master/pubkeys/ThomasV.asc
gpg --import ThomasV.asc
wget https://download.electrum.org/4.0.3/electrum-4.0.3-x86_64.AppImage
wget https://download.electrum.org/4.0.3/electrum-4.0.3-x86_64.AppImage.asc
chmod +x electrum-4.0.3-x86_64.AppImage
gpg --verify electrum-4.0.3-x86_64.AppImage.asc

This first downloads ThomasV's (the developer of electrum) key, then imports it into your GPG keyring.
The next two commands download the AppImage and the signature file.
The 5th command makes the AppImage executable and the last one verifys the signature.

Then, if you see the following line in the output, you are fine:
Code:
gpg: Good signature from "Thomas Voegtlin (https://electrum.org) " [unknown]


Afterwards you can run electrum.





You had a typo:
Code:
wget https://download.electrum.org/4.0.3/electrum-4.0.3- x86_64.AppImage

There should be no space in the filename.
Therefore it couldn't find the URL and gave you a 404 error. Try again (preferably with copy/pasting).

Instead of:
Code:
wget https://download.electrum.org/4.0.3/electrum-4.0.3- x86_64.AppImage

do:
Code:
wget https://download.electrum.org/4.0.3/electrum-4.0.3-x86_64.AppImage
newbie
Activity: 12
Merit: 1
October 09, 2020, 12:01:05 PM
#10
The GPG verification you tried to do above won't work because you tried to import ThomasV.asc. (period at the end). It should be ThomasV.asc with no ending period. Please download it from here: https://raw.githubusercontent.com/spesmilo/electrum/master/pubkeys/ThomasV.asc

And then try importing the key again.

I have no technical knowledge and I understand absolutely nothing. This code in your link, do I have to copy / paste it in the terminal?

Alright let me make it simple for you. Paste all this in your terminal to download, verify and run the Electrum 4.0.3 program for Ubuntu (also importing the key in the process).

Code:
wget https://raw.githubusercontent.com/spesmilo/electrum/master/pubkeys/ThomasV.asc
gpg --import ThomasV.asc
wget https://download.electrum.org/4.0.3/electrum-4.0.3-x86_64.AppImage
wget https://download.electrum.org/4.0.3/electrum-4.0.3-x86_64.AppImage.asc
chmod +x electrum-4.0.3-x86_64.AppImage
gpg --verify electrum-4.0.3-x86_64.AppImage.asc

Make sure it says: gpg: Signature made Fri 11 Sep 2020 04:05:35 PM UTC
gpg:                using RSA key 6694D8DE7BE8EE5631BED9502BD5824B7F9470E6
gpg: Good signature from "Thomas Voegtlin (https://electrum.org) <[email protected]>" [unknown]
gpg:                 aka "ThomasV <[email protected]>" [unknown]
gpg:                 aka "Thomas Voegtlin <[email protected]>" [unknown]


If it says something different then that means the download has been compromised, you should download it again. But make sure that you at least see RSA key 6694D8DE7BE8EE5631BED9502BD5824B7F9470E6 somewhere in the output, that way you know the download is legit.

Then run:

Code:
./electrum-4.0.3-x86_64.AppImage

This runs Electrum. I tested this on 20.04 LTS, it should work on 16.04 LTS as well. If it doesn't I'll fire up a 16.04 VM and try to diagnose it.

Here is what I got as a result :
Code:
ophelie@ophelie-Lenovo-G70-80:~$ wget https://raw.githubusercontent.com/spesmilo/electrum/master/pubkeys/ThomasV.asc
--2020-10-09 18:53:34--  https://raw.githubusercontent.com/spesmilo/electrum/master/pubkeys/ThomasV.asc
Résolution de raw.githubusercontent.com (raw.githubusercontent.com)… 151.101.120.133
Connexion à raw.githubusercontent.com (raw.githubusercontent.com)|151.101.120.133|:443… connecté.
requête HTTP transmise, en attente de la réponse… 200 OK
Taille : 4739 (4,6K) [text/plain]
Enregistre : «ThomasV.asc»

ThomasV.asc         100%[===================>]   4,63K  --.-KB/s    ds 0s     

2020-10-09 18:53:34 (34,2 MB/s) - «ThomasV.asc» enregistré [4739/4739]

ophelie@ophelie-Lenovo-G70-80:~$ gpg --import ThomasV.asc
gpg: /home/ophelie/.gnupg/trustdb.gpg : base de confiance créée
gpg: clef 7F9470E6 : clef publique « Thomas Voegtlin (https://electrum.org)  » importée
gpg: Quantité totale traitée : 1
gpg:               importées : 1  (RSA: 1)
ophelie@ophelie-Lenovo-G70-80:~$ wget https://download.electrum.org/4.0.3/electrum-4.0.3- x86_64.AppImage
--2020-10-09 18:53:34--  https://download.electrum.org/4.0.3/electrum-4.0.3-
Résolution de download.electrum.org (download.electrum.org)… 2606:4700:3034::6812:2710, 2606:4700:3035::6812:2610, 2606:4700:3033::ac43:dd2f, ...
Connexion à download.electrum.org (download.electrum.org)|2606:4700:3034::6812:2710|:443… connecté.
requête HTTP transmise, en attente de la réponse… 404 Not Found
2020-10-09 18:53:34 erreur 404 : Not Found.

--2020-10-09 18:53:34--  http://x86_64.appimage/
Résolution de x86_64.appimage (x86_64.appimage)… échec : Nom ou service inconnu.
wget : impossible de résoudre l’adresse de l’hôte «x86_64.appimage»
ophelie@ophelie-Lenovo-G70-80:~$ wget https://download.electrum.org/4.0.3/electrum-4.0.3-x86_64.AppImage.asc
--2020-10-09 18:53:34--  https://download.electrum.org/4.0.3/electrum-4.0.3-x86_64.AppImage.asc
Résolution de download.electrum.org (download.electrum.org)… 2606:4700:3033::ac43:dd2f, 2606:4700:3035::6812:2610, 2606:4700:3034::6812:2710, ...
Connexion à download.electrum.org (download.electrum.org)|2606:4700:3033::ac43:dd2f|:443… connecté.
requête HTTP transmise, en attente de la réponse… 200 OK
Taille : non indiqué [text/plain]
Enregistre : «electrum-4.0.3-x86_64.AppImage.asc»

electrum-4.0.3-x86_     [ <=>                ]     833  --.-KB/s    ds 0s     

2020-10-09 18:53:34 (9,96 MB/s) - «electrum-4.0.3-x86_64.AppImage.asc» enregistré [833]

ophelie@ophelie-Lenovo-G70-80:~$ chmod + x electrum-4.0.3-x86_64.AppImage
chmod: impossible d'accéder à 'x': Aucun fichier ou dossier de ce type
chmod: impossible d'accéder à 'electrum-4.0.3-x86_64.AppImage': Aucun fichier ou dossier de ce type
ophelie@ophelie-Lenovo-G70-80:~$ gpg --verify electrum-4.0.3 -x86_64.AppImage.asc
gpg: impossible d'ouvrir « electrum-4.0.3 »
gpg: verify signatures failed: erreur d'ouverture de fichier
ophelie@ophelie-Lenovo-G70-80:~$

newbie
Activity: 12
Merit: 1
October 09, 2020, 11:52:07 AM
#9

I'm sorry, but I don't understand, I can't use the terminal. The only choice I am able to do is copy / paste your instructions into the terminal walking me through each step in detail. I'm totally bad at computers.
legendary
Activity: 1568
Merit: 6660
bitcoincleanup.com / bitmixlist.org
October 09, 2020, 11:48:23 AM
#8
The GPG verification you tried to do above won't work because you tried to import ThomasV.asc. (period at the end). It should be ThomasV.asc with no ending period. Please download it from here: https://raw.githubusercontent.com/spesmilo/electrum/master/pubkeys/ThomasV.asc

And then try importing the key again.

I have no technical knowledge and I understand absolutely nothing. This code in your link, do I have to copy / paste it in the terminal?

Alright let me make it simple for you. Paste all this in your terminal to download, verify and run the Electrum 4.0.3 program for Ubuntu (also importing the key in the process).

Code:
wget https://raw.githubusercontent.com/spesmilo/electrum/master/pubkeys/ThomasV.asc
gpg --import ThomasV.asc
wget https://download.electrum.org/4.0.3/electrum-4.0.3-x86_64.AppImage
wget https://download.electrum.org/4.0.3/electrum-4.0.3-x86_64.AppImage.asc
chmod +x electrum-4.0.3-x86_64.AppImage
gpg --verify electrum-4.0.3-x86_64.AppImage.asc

Make sure it says: gpg: Signature made Fri 11 Sep 2020 04:05:35 PM UTC
gpg:                using RSA key 6694D8DE7BE8EE5631BED9502BD5824B7F9470E6
gpg: Good signature from "Thomas Voegtlin (https://electrum.org) <[email protected]>" [unknown]
gpg:                 aka "ThomasV <[email protected]>" [unknown]
gpg:                 aka "Thomas Voegtlin <[email protected]>" [unknown]


If it says something different then that means the download has been compromised, you should download it again. But make sure that you at least see RSA key 6694D8DE7BE8EE5631BED9502BD5824B7F9470E6 somewhere in the output, that way you know the download is legit.

Then run:

Code:
./electrum-4.0.3-x86_64.AppImage

This runs Electrum. I tested this on 20.04 LTS, it should work on 16.04 LTS as well. If it doesn't I'll fire up a 16.04 VM and try to diagnose it.
legendary
Activity: 1624
Merit: 2481
October 09, 2020, 11:42:50 AM
#7
I have no technical knowledge and I understand absolutely nothing. This code in your link, do I have to copy / paste it in the terminal?

You need to open a terminal and enter the path where your AppImage is.
Then enter the command:
Code:
chmod +x NameOfYourFile.AppImage

Afterwards, it can simply be run using:
Code:
./NameOfFile.AppImage
newbie
Activity: 12
Merit: 1
October 09, 2020, 11:40:27 AM
#6
The GPG verification you tried to do above won't work because you tried to import ThomasV.asc. (period at the end). It should be ThomasV.asc with no ending period. Please download it from here: https://raw.githubusercontent.com/spesmilo/electrum/master/pubkeys/ThomasV.asc

And then try importing the key again.

I have no technical knowledge and I understand absolutely nothing. This code in your link, do I have to copy / paste it in the terminal?
legendary
Activity: 1568
Merit: 6660
bitcoincleanup.com / bitmixlist.org
October 09, 2020, 11:36:42 AM
#5
The GPG verification you tried to do above won't work because you tried to import ThomasV.asc. (period at the end). It should be ThomasV.asc with no ending period. Please download it from here: https://raw.githubusercontent.com/spesmilo/electrum/master/pubkeys/ThomasV.asc

And then try importing the key again.

I don't understand (chmod + x)

He means running

Code:
chmod +x 

in a terminal. This is to make it executable so you can just run

Code:

directly to open it (or just click on the AppImage file in a file manager).
newbie
Activity: 12
Merit: 1
October 09, 2020, 11:30:10 AM
#4
Indeed, the version is lower than 3. I think I installed it, but I do not see the icon. Here is what I got in the terminal for signature verification :

Code:
ophelie@ophelie-Lenovo-G70-80:~$ gpg --import ThomasV.asc.
gpg: impossible d'ouvrir « ThomasV.asc. » : Aucun fichier ou dossier de ce type
gpg: Quantité totale traitée : 0
ophelie@ophelie-Lenovo-G70-80:~$ wget https://download.electrum.org/4.0.3/Electrum-4.0.3.tar.gz.asc
--2020-10-09 18:24:11--  https://download.electrum.org/4.0.3/Electrum-4.0.3.tar.gz.asc
Résolution de download.electrum.org (download.electrum.org)… 2606:4700:3034::6812:2710, 2606:4700:3035::6812:2610, 2606:4700:3033::ac43:dd2f, ...
Connexion à download.electrum.org (download.electrum.org)|2606:4700:3034::6812:2710|:443… connecté.
requête HTTP transmise, en attente de la réponse… 200 OK
Taille : non indiqué [text/plain]
Enregistre : «Electrum-4.0.3.tar.gz.asc»

Electrum-4.0.3.tar.     [ <=>                ]     833  --.-KB/s    ds 0s      

2020-10-09 18:24:11 (4,95 MB/s) - «Electrum-4.0.3.tar.gz.asc» enregistré [833]

ophelie@ophelie-Lenovo-G70-80:~$ gpg --verify Electrum-4.0.3.tar.gz.asc


I don't understand (chmod + x)
legendary
Activity: 3472
Merit: 3217
Playbet.io - Crypto Casino and Sportsbook
October 09, 2020, 11:19:45 AM
#3
The Electrum you installed might be corrupted as you said the preferences don't work or grayed out?

Why not try to install the Electrum instead through python?
You can find the guide from Electrum download page here https://electrum.org/#download

Or follow what bob123 suggested above.
legendary
Activity: 1624
Merit: 2481
October 09, 2020, 10:22:46 AM
#2
If i am not mistaken, the version in the package repository of Ubuntu 16.04 is < 3.0.
Therefore it can't connect because it is too outdated.

Head over to https://electrum.org/#download and download the latest version (you can just use the AppImage).
Then verify the signature of the file (scroll down on that page to see how to do it).
And lastly, make the file executable (chmod +x) and run it. 
newbie
Activity: 12
Merit: 1
October 09, 2020, 06:11:06 AM
#1
Hello,

I installed the Electrum wallet, but it looks like it installed incorrectly due to it not being connected to any server automatically. I still see it in sync indefinitely, ie not connected. On the other hand, in the menus, the preference does not open when I click on it.
I installed it through the software library. My operating system version is Ubuntu 16.04 LTS

thank you in advance for your help
Jump to: