Bitcoin Forum
April 27, 2024, 10:27:12 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: [1]
1  Bitcoin / Electrum / Re: Can't install / uninstall Electrum. on: November 12, 2019, 08:39:23 PM
Thanks for the reply Jackg.

That re-run of the installation certainly seems to have done something as I now have it running from the file in /.local/bin/.
Electrum directories present - installation appears complete

Thank you for the contribution and interest.


2  Bitcoin / Electrum / Re: Can't install / uninstall Electrum. on: November 12, 2019, 05:10:12 PM
A bit more information..........................

I tried the option "Run without installing" on the Electrum web site - worked perfectly.

Then I ran install again.

sudo apt-get install python3-setuptools python3-pip
python3 -m pip install --user Electrum-3.3.8.tar.gz[fast]

I'm sure the python installation command is working correctly.
Problem seems to lie with the Electrum installation command as, amongst other things, the Electrum icon has still not re-appeared.

Hope this helps.
3  Bitcoin / Electrum / Can't install / uninstall Electrum. on: November 12, 2019, 03:41:43 PM
Hardware :- Acer Aspire 7740G laptop.         OS :- Ubuntu 19.04


Intention here is to have a fresh installation of Electrum on my laptop.
I cleared ALL references to Electrum from the Home directory and did a fresh system installation of Ubuntu 19.04

I did a fresh Electrum 3.3.8 installation from the website - no errors reported.

I noticed there was no Electrum icon, no Electrum 3.3.8 sub-directory and no .electrum sub directory.

I tried "/.local/bin/electrum" in terminal and got the reply :-  No such file or directory. (The file / directories ARE present)

No Electrum

I tried a re-install and got.................................

jrm@jrm-Aspire-7740:~$ python3 -m pip install --user Electrum-3.3.8.tar.gz[fast]
Processing ./Electrum-3.3.8.tar.gz
Requirement already satisfied: aiohttp>=3.3.0 in ./.local/lib/python3.7/site-packages (from Electrum==3.3.8) (3.6.1)
Requirement already satisfied: aiohttp_socks in ./.local/lib/python3.7/site-packages (from Electrum==3.3.8) (0.2.2)
Requirement already satisfied: aiorpcx<0.19,>=0.18 in ./.local/lib/python3.7/site-packages (from Electrum==3.3.8) (0.18.3)
Requirement already satisfied: certifi in /usr/lib/python3/dist-packages (from Electrum==3.3.8) (2018.8.24)
Requirement already satisfied: dnspython in ./.local/lib/python3.7/site-packages (from Electrum==3.3.8) (1.16.0)
Requirement already satisfied: ecdsa>=0.13 in ./.local/lib/python3.7/site-packages (from Electrum==3.3.8) (0.13.2)
Requirement already satisfied: jsonrpclib-pelix in ./.local/lib/python3.7/site-packages (from Electrum==3.3.8) (0.4.0)
Requirement already satisfied: protobuf in /usr/lib/python3/dist-packages (from Electrum==3.3.8) (3.6.1)
Requirement already satisfied: pyaes>=0.1a1 in ./.local/lib/python3.7/site-packages (from Electrum==3.3.8) (1.6.1)
Requirement already satisfied: qdarkstyle<2.7 in ./.local/lib/python3.7/site-packages (from Electrum==3.3.8) (2.6.8)
Requirement already satisfied: qrcode in ./.local/lib/python3.7/site-packages (from Electrum==3.3.8) (6.1)
Requirement already satisfied: pycryptodomex in ./.local/lib/python3.7/site-packages (from Electrum==3.3.8) (3.9.0)
Requirement already satisfied: multidict<5.0,>=4.5 in ./.local/lib/python3.7/site-packages (from aiohttp>=3.3.0->Electrum==3.3.8) (4.5.2)
Requirement already satisfied: chardet<4.0,>=2.0 in /usr/lib/python3/dist-packages (from aiohttp>=3.3.0->Electrum==3.3.8) (3.0.4)
Requirement already satisfied: async-timeout<4.0,>=3.0 in ./.local/lib/python3.7/site-packages (from aiohttp>=3.3.0->Electrum==3.3.8) (3.0.1)
Requirement already satisfied: yarl<2.0,>=1.0 in ./.local/lib/python3.7/site-packages (from aiohttp>=3.3.0->Electrum==3.3.8) (1.3.0)
Requirement already satisfied: attrs>=17.3.0 in ./.local/lib/python3.7/site-packages (from aiohttp>=3.3.0->Electrum==3.3.8) (19.1.0)
Requirement already satisfied: six in /usr/lib/python3/dist-packages (from qrcode->Electrum==3.3.8) (1.12.0)
Requirement already satisfied: idna>=2.0 in /usr/lib/python3/dist-packages (from yarl<2.0,>=1.0->aiohttp>=3.3.0->Electrum==3.3.8) (2.6)
Building wheels for collected packages: Electrum
  Running setup.py bdist_wheel for Electrum ... done
  Stored in directory: /home/jrm/.cache/pip/wheels/25/1d/54/2e2e33fc2da3e0cc0205d592464ea2a7b13a0c5b0d9cfd03ce
Successfully built Electrum
Installing collected packages: Electrum
  Found existing installation: Electrum 3.3.8
    Uninstalling Electrum-3.3.8:
Successfully uninstalled Electrum-3.3.8
    Successfully installed Electrum-3.3.8   

Tells me it's successfully installed so I tried uninstalling Electrum...........................

jrm@jrm-Aspire-7740:~$ sudo pip3 uninstall Electrum 3.3.8
The directory '/home/jrm/.cache/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag.
Uninstalling Electrum-3.3.8:
  Would remove:
    /home/jrm/.local/bin/electrum
    /home/jrm/.local/lib/python3.7/site-packages/Electrum-3.3.8.dist-info/*
    /home/jrm/.local/lib/python3.7/site-packages/electrum/*
    /home/jrm/.local/lib/python3.7/site-packages/home/jrm/.local/share/applications/electrum.desktop
    /home/jrm/.local/lib/python3.7/site-packages/home/jrm/.local/share/icons/electrum.png
Proceed (y/n)? y
  Successfully uninstalled Electrum-3.3.8
Skipping 3.3.8 as it is not installed.                       

I found another "uninstall command line" and tried that......................................
jrm@jrm-Aspire-7740:~$ python3 /usr/lib/python3/dist-packages/pip uninstall electrum
Skipping electrum as it is not installed.

I am stumped as to why the 'fresh' installation did not work in the first place.

Anyone see where I'm going wrong ?
4  Bitcoin / Electrum / Re: Electrum 'disappeared' after Ubuntu update. on: September 26, 2019, 02:32:16 PM
~/.local/bin/electrum

That was the answer - I just wasn't locating the executable.

Many thanks to you all for the assistance.
5  Bitcoin / Electrum / Re: Electrum 'disappeared' after Ubuntu update. on: September 26, 2019, 12:42:03 PM
Thank you for your replies.

nc50lc - I have the wallet re-seed key. I re-installed Electrum - installation seemed to run perfectly but no icon when complete. Using terminal, the reply to command 'electrum' was once again, command not found !
TryNinja - Electrum is NOT present in usr/local/bin/ - the directory is actually empty.

Further help stili needed - thank you !

6  Bitcoin / Electrum / Electrum 'disappeared' after Ubuntu update. on: September 26, 2019, 11:24:51 AM
Newbie here...........

Last week, I had Electrum 3.3.4 running on Ubuntu 18.04 - ran flawlessly.
I updated Ubuntu to 19.04 - Electrum appears to have 'disappeared' !
Icon has gone - typing 'electrum' into Terminal produces reply "Command not found"
The Home/Electrum directory is present and, I presume, correct.
Can anyone help show me the correct way to re-connect with the wallet.

Many thanks,
7  Bitcoin / Electrum / Re: old electrum wallet (2.5.4) keeps re-appearing after 3.3.8 install. on: July 18, 2019, 04:32:44 PM
Apologies to all who have contributed for the delay in replying.

Abdussamad - your moniker 'legendary' is well earned !!
I used the first of your command lines and a 3.3.8 window opened more or less immediately and, after several 'synchronizing' sessions, the content was present and correct.

Many thanks for your sterling help.

Semperlinux.
8  Bitcoin / Electrum / Re: old electrum wallet (2.5.4) keeps re-appearing after 3.3.8 install. on: July 17, 2019, 04:09:41 PM
Tried your recommendation - completed with 'Electrum uninstalled'

Start icon disappeared - forgot to check /.electrum directory.
Installed 3.3.8 according to Electrum website - copy / paste terminal commands using PIP to install.
Install ran perfectly - /.Electrum directories present but no start icon. There is no /Electrum directory entries / structure present (I have this on my 3.3.8 laptop installation.
Tried command line start (electrum) - no joy.

Now I have no wallet at all. Help !?!
9  Bitcoin / Electrum / old electrum wallet (2.5.4) keeps re-appearing after 3.3.8 install. on: July 17, 2019, 02:58:59 PM
Hardware is Acer desktop running Ubuntu 18.04.2.

My old Electrum wallet would not synchronize so I did a backup, downloaded 3.3.8 and installed. Everything ran fine - no errors.
When I re-started the wallet, up came my old 2.5.4 version - obviously, still no sync.
Have tried several times - no luck.
Should I be deleting something in /.Electrum ?
Pages: [1]
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!