Bitcoin Forum

Bitcoin => Electrum => Topic started by: j4ckiEHoe on May 18, 2018, 06:29:50 AM



Title: Electrum is not starting
Post by: j4ckiEHoe on May 18, 2018, 06:29:50 AM
Good day guys,

I am sorry if this is wrong section to post this topic, moderator can please move. So my problem is that of
electrum bitcoin client not launching when i double click on the icon. I still ran it last week to conduct a transaction
so this whole thing is strange to me.

Just to point out that 4 days ago, my computer suddenly unmounted my home directory and according to a README file it
created in the /home/ directory, "it had to unmount /home in order to protect my data", the README file also contained instructions on
how to re-mount which i followed and everything  was back to normal. could this be the reason why electrum is not working?

I use ubuntu linux 16.04 LTS. Please help


Title: Re: Electrum is not starting
Post by: OmegaStarScream on May 18, 2018, 08:20:49 AM
Ignoring the mounting issue, I used to have the same problem and It was solved by deleting the config file in your AppData (equivalent in Ubuntu):

https://i.imgur.com/1vsANG4.png

Alternatively, you could try to re-install it and recover it using your seed.


Title: Re: Electrum is not starting
Post by: j4ckiEHoe on May 18, 2018, 10:12:56 AM
i have deleted the the config and its still not working.  :'(


Title: Re: Electrum is not starting
Post by: mdayonliner on May 18, 2018, 10:36:33 AM
i have deleted the the config and its still not working.  :'(
Have you tried reinstalling the exe file. Uninstall Electrum, re-start then reinstall it again. See if it works.


Title: Re: Electrum is not starting
Post by: NeuroticFish on May 18, 2018, 10:41:13 AM
On windows when this happens (rarely after updating to a very new version) I use to remove (or move away) everything except the wallets folder.
Maybe it'll do the trick for you too.

Or you can move away everything. Then after you see it start again you copy back the wallet(s). You may have to open/select the wallet(s) by hand.


Title: Re: Electrum is not starting
Post by: Abdussamad on May 18, 2018, 11:19:01 AM
run it in a terminal with the -v switch like  so `electrum -v`. then pastebin the output and link us here.


Title: Re: Electrum is not starting
Post by: j4ckiEHoe on May 18, 2018, 02:45:45 PM
here is the output of "electrum -v"

https://paste.ubuntu.com/p/ctHZBpdPGn/


Title: Re: Electrum is not starting
Post by: NeuroticFish on May 18, 2018, 03:03:32 PM
Quote
pkg_resources.DistributionNotFound: The 'qrcode' distribution was not found and is required by Electrum

I guess that you've uninstalled something you shouldn't have. Does this ^^ ring any bell?


Title: Re: Electrum is not starting
Post by: TryNinja on May 18, 2018, 03:05:53 PM
Someone was getting the same error as you. Here is what he said:

Edit: Ok, finally solved (I hope!) by installing qrcode version 5.0.1 (looks like version 6.0 is somehow corrupted?) and several other required packages.. It wasn't easy for me as a beginner..  ???

Try to run: pip install qrcode


Title: Re: Electrum is not starting
Post by: j4ckiEHoe on May 18, 2018, 03:50:46 PM
i just tried "pip install qrcode" and this is the output

https://paste.ubuntu.com/p/jH2MT9GnD6/ 

 :'(


Title: Re: Electrum is not starting
Post by: j4ckiEHoe on May 18, 2018, 05:14:29 PM
Quote
pkg_resources.DistributionNotFound: The 'qrcode' distribution was not found and is required by Electrum

I guess that you've uninstalled something you shouldn't have. Does this ^^ ring any bell?

only thing i tried doing was downloading the latest version and trying to upgrade the version of electrum i  running


Title: Re: Electrum is not starting
Post by: Abdussamad on May 19, 2018, 03:39:19 AM
Try `sudo pip3 install qrcode` Note you have to use pip3 not just pip. pip is for python 2 while electrum uses python3 so you have to use pip3.

If that does't work then how did you install electrum in the first place? If it was using pip3 then i suggest doing `sudo pip3 uninstall electrum` and `sudo pip3 install <pathtoelectrumtarball>` again to get it to install all the dependencies.



Title: Re: Electrum is not starting
Post by: j4ckiEHoe on May 19, 2018, 09:43:08 AM
So it works now  ;D

like the fella up here said, i moved all files out of .electrum leaving only wallets folder, then i ran

Code:
sudo -H pip3 uninstall electrum

then i downloaded the offline copy from the official website, switched to its directory and ran

Code:
sudo python3 setup.py install

and it works fine now, Also, it didnt overwrite the wallets file so i didn't have to manually select my wallet. i'm happy now guys, thanks  :)


Title: Re: Electrum is not starting
Post by: j4ckiEHoe on May 19, 2018, 10:46:19 AM
^

i do not understand you mate, my electrum doesn't have 2FA so i doubt i can help in that regard,

cheers


Title: Re: Electrum is not starting
Post by: j4ckiEHoe on May 19, 2018, 11:45:42 AM
now guys i noticed my electrum only comes up when i run it from command line
using "electrum -v" but the  doesnt run if i double GUI, what do i do?


Title: Re: Electrum is not starting
Post by: j4ckiEHoe on May 19, 2018, 11:47:32 AM

i am sorry but i do not know anything about the 2FA feature. You can create a new topic in this forum,
the guys here are friendly and will be willing to help you. Cheers mate  :)


Title: Re: Electrum is not starting
Post by: Abdussamad on May 20, 2018, 06:51:15 AM
now guys i noticed my electrum only comes up when i run it from command line
using "electrum -v" but the  doesnt run if i double GUI, what do i do?

that's because you didn't install it to using sudo pip3. look into the shortcut properties and adjust the executable path to the absolute path of the electrum folder. `which electrum` in the terminal will tell you where it is located.