Bitcoin Forum
September 29, 2025, 12:50:05 PM *
News: Latest Bitcoin Core release: 29.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: [1]
1  Bitcoin / Electrum / Re: electrum transaction stuck on: October 07, 2017, 08:19:04 PM
What version are you using?
2  Bitcoin / Electrum / Re: CANT UPGRADE ELECTRUM IN TAILS B/C "unsupported operand types" on: October 07, 2017, 05:41:51 PM
Thanks for the response Abdussamad.

Forgive me for being a noob, but how would i go about doing that.  I already have the tarball saved in Persistence, im just unsure, about runing pip2, bc i thought thats what i already tried to do in terminal.

3  Bitcoin / Electrum / Re: Upgrading Electrum from 2.7.9 (Linux Tails OS), but Having Mutiple Errors on: October 06, 2017, 05:44:13 PM
In case anybody looks at this in the future I seem to have figured my problem out slightly.

First I downloaded the newest electrum tarball

Second I extracted it to home/amnesia/tor browser

Third I copied it and moved it to home/amnesia/persistent

Fourth I right clicked the entire folder and "opened in terminal"

My terminal was labelled as ~/Persistent/Electrum-2.9.3/Electrum-2.9.3$

I typed in "python electrum" in my terminal

and voila, the new Electrum 2.9.3 came up. 

Similar to "TheBeginner's" thread i now have the blue dot in the corner apparently meaning a proxy or sm.  just wanted to update incase anyone else stumbles accross this and it can help them.

Thanks
4  Bitcoin / Electrum / CANT UPGRADE ELECTRUM IN TAILS B/C "unsupported operand types" on: October 06, 2017, 03:18:37 PM
Trying to install electrum 2.9.3 for days....

used:

sudo apt-get install python-qt4 python-pip

and everything went well.

Next I typed:

sudo pip2 install https://download.electrum.org/2.9.3/Electrum-2.9.3.tar.gz

and I got:
"  Collecting https://download.electrum.org/2.9.3/Electrum-2.9.3.tar.gz
Exception:
Traceback (most recent call last):
File "/usr/lib/python2.7/dist-packages/pip/basecommand.py", line 215, in main status = self.run(options, args)
File "/usr/lib/python2.7/dist-packages/pip/commands/install.py", line 353, in run
    wb.build(autobuilding=True)
File "/usr/lib/python2.7/dist-packages/pip/wheel.py", line 749, in build self.requirement_set.prepare_files(self.finder)
File "/usr/lib/python2.7/dist-packages/pip/req/req_set.py", line 380, in prepare_files
    ignore_dependencies=self.ignore_dependencies))
File "/usr/lib/python2.7/dist-packages/pip/req/req_set.py", line 620, in _prepare_file
    session=self.session, hashes=hashes)
File "/usr/lib/python2.7/dist-packages/pip/download.py", line 821, in unpack_url
    hashes=hashes
File "/usr/lib/python2.7/dist-packages/pip/download.py", line 853, in_download_http_url
    stream=True,
File "/usr/share/python-wheels/request-2.12.4-py2.py3-none-any.whl/requests/sessions.py", line 501, in get
    return self.request('GET', url, **kwargs)
File "/usr/lib/python2.7/dist-packages/pip/download.py", line 386, in request return super(PipSession, self).request(method, url, *args, **kwargs)
File "/usr/share/python-wheels/request-2.12.4-py2.py3-none-any.whl/requests/sessions.py", line 488, in request
    resp= self.send(prep, **send_kwargs)
File "/usr/share/python-wheels/request-2.12.4-py2.py3-none-any.whl/requests/sessions.py", line 609, in send
    r = adapter.send(request, **kwargs)
File "/usr/share/python-wheels/CacheControl-0.11.7-py2.py3-none-any.whl/cachecontrol/adapters.py", line 47, in send
    resp=super(CacheControlAdapter, self).send(request, **kw)
File "/usr/share/python-wheels/request-2.12.4-py2.py3-none-any.whl/requests/adapters.py", line 423, in send
    timeout=timeout
File "/usr/share/python-wheels/urllib3-1.19.1-py2.py3-none-any.whl/urllib3/connectionpool.py", line 643, in urlopen
    stacktrace=sys.exc_info()[2])
File "/usr/share/python-wheels/urllib3-1.19.1-py2.py3-none-any.whl/urllib3/util/retry.py", line 315, in increment
    total -=1
TypeError: unsupportrd operand type(s) for -=: 'Retry' and 'int'
"

Anyone else ever encountered this??  Im just trying to upgrade Electrum in Tails OS(USB), but stumped...
More than happy to send BTC to those who help!!
5  Bitcoin / Electrum / Re: Upgrading Electrum from 2.7.9 (Linux Tails OS), but Having Mutiple Errors on: October 05, 2017, 11:28:27 PM


Quote

Open terminal by pressing CTRL+ALT+T and type the following:

cd ~

to navigate to your home directory.
Then issue the below command:

wget -P Downloads/ https://svn.apache.org/repos/asf/oodt/tools/oodtsite.publisher/trunk/distribute_setup.py
Next step is to run the downloaded script. To do this, issue this command:

sudo python Downloads/distribute_setup.py
and type your user password when prompted (Please, note that your account needs to be a member of Administrators group in order to issue sudo).
Hit Enter and let the script run.


After doing so I got:
"Traceback (most recent call last):
File "Downloads/distribute_setup.py", line 485, in <module> main (sys.argv[1:])
File "Downloads/distribute_setup.py", line 480, in main tarball = download_setuptools()
File "Downloads/distribute_setup.py", line 193, in download_setuptools src= urlopen(url)
File "/usr/lib/python2.7/urllib2.py", line 154, in urlopen return opener.open(url, data, timeout)
File "/usr/lib/python2.7/urllib2.py", line 429, in open response = self._open(req, data)
File "/usr/lib/python2.7/urllib2.py", line 447, in _open '_open', req)
File "/usr/lib/python2.7/urllib2.py", line 407, in_call_chain result = func(*args)
File "/usr/lib/python2.7/urllib2.py", line 1228, in http_open return self.do_open(httplib.HTTPconnection, req)
File "/usr/lib/python2.7/urllib2.py", line 1198, in do_open raise URLError(err)

urllib2.URLError: <urlopen error [Errno -3] Temporary failure in name resolution> "


Any suggestions?

6  Bitcoin / Electrum / Re: Upgrading Electrum from 2.7.9 (Linux Tails OS), but Having Mutiple Errors on: October 05, 2017, 10:56:47 PM
Isn't Tails derived from Ubuntu?
Because
https://askubuntu.com/questions/268539/unable-to-locate-package-python-pip


Quote

Open terminal by pressing CTRL+ALT+T and type the following:

cd ~

to navigate to your home directory.
Then issue the below command:

wget -P Downloads/ https://svn.apache.org/repos/asf/oodt/tools/oodtsite.publisher/trunk/distribute_setup.py
Next step is to run the downloaded script. To do this, issue this command:

sudo python Downloads/distribute_setup.py
and type your user password when prompted (Please, note that your account needs to be a member of Administrators group in order to issue sudo).
Hit Enter and let the script run.
To ensure easy_install is installed, issue the command below:

which easy_install

The typical response in case the installation completed successfully would look something like this:

/usr/local/bin/easy_install
The next thing to do is use easy_install to install pip. For that you’ll need to issue:

sudo easy_install pip
Enter your password if prompted to confirm command.
Let the installer run and once the installation is completed type:

which pip

This command should typically respond with something like this:

/usr/local/bin/pip

LeGaulois thanks for the response!!

I already have a tab open with that askubuntu thread open. !!  Wink

Forgive me for not understanding the true nature of my problem, but is following these steps all I need to do to solve this problem? I dont want to screw anything up

7  Bitcoin / Electrum / Re: Upgrading Electrum from 2.7.9 (Linux Tails OS), but Having Mutiple Errors on: October 05, 2017, 10:19:50 PM
I have read on the py.pa website that while linux systems come with systemtools and python-pip they are odten outdated.  That being said it seems like should try installing python-pip but I also return this error message:

sudo apt-get install python-pip

[sudo] password for amnesia: ****

"Reading package lists... Done
Building dependency tree
Reading state information... Done
E: Unable to locate package python-pip"

8  Bitcoin / Electrum / Re: electrum wallet not received my bitcoins on: October 05, 2017, 07:58:42 PM
You could always check your transaction on Blockchain to make sure its not just an issue with your wallet
9  Bitcoin / Electrum / Re: Wallet stuck synching only with balance on: October 05, 2017, 07:47:39 PM
You probably had setuptools and pip2 already installed.  Maybe try logging in from a different location or server to see funds?
10  Bitcoin / Electrum / Upgrading Electrum from 2.7.9 (Linux Tails OS), but Having Mutiple Errors on: October 05, 2017, 07:36:29 PM
Hey all,

Long time lurker, finally reaching out for some help. Trying to upgrade from Electrum 2.7.9 but having difficulties. Just upgraded to Tails 3.2, and trying to upgrade Electrum because its apparently over a year old. I tried to install setuptools first, and ran into this problem:

First I went to:

apt-get install python-setuptools

and got

"E. Unable to lock the administration directory, are you root?"

Next:

sudo -s so i could get root, and permission

After:

apt-get install python-setuptools
"Reading package lists...Done
 Building Dependency tree
 Reading state information... Done
Package python-setuptools is not available, but is referred to by another package.
This may mean the package is missing, has been obsoleted, or is only available from another source

E: Package 'python-setuptools' has no installation candidate"

My knowledge is very limited but my immediate thought is that I need to install something else I am missing.  Can anyone help?
11  Bitcoin / Electrum / Re: Wallet stuck synching only with balance on: October 05, 2017, 07:01:18 PM
I have followed Abdussamad's advice and

apt-get install python-setuptools and had to use sudo -s to get the root permission( if thats what its called). 

After trying to install setuptools i got this error message:

"Package python-setuptools is not available, but is referred to by another package.

This may mean the package is missing, has been obsoleted, or is only available from another source

E: Package 'python-setuptools' has no installation candidate"

Can someone assist me with the next step from here? I too am trying to upgrade from electrum 2.7.9.
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!