It was the Bitcointalk forum that inspired us to create Bitcointalksearch.org - Bitcointalk is an excellent site that should be the default page for anybody dealing in cryptocurrency, since it is a virtual gold-mine of data. However, our experience and user feedback led us create our site; Bitcointalk's search is slow, and difficult to get the results you need, because you need to log in first to find anything useful - furthermore, there are rate limiters for their search functionality.
The aim of our project is to create a faster website that yields more results and faster without having to create an account and eliminate the need to log in - your personal data, therefore, will never be in jeopardy since we are not asking for any of your data and you don't need to provide them to use our site with all of its capabilities.
We created this website with the sole purpose of users being able to search quickly and efficiently in the field of cryptocurrency so they will have access to the latest and most accurate information and thereby assisting the crypto-community at large.
# pip2 install Electrum-2.7.2.tar.gz
You are using pip version 7.0.3, however version 8.1.2 is available.
You should consider upgrading via the 'pip install --upgrade pip' command.
Processing ./Electrum-2.7.2.tar.gz
Requirement already satisfied (use --upgrade to upgrade): slowaes>=0.1a1 in /usr/lib/python2.7/site-packages/slowaes-0.1a1-py2.7.egg (from Electrum==2.7.2)
Requirement already satisfied (use --upgrade to upgrade): ecdsa>=0.9 in /usr/lib/python2.7/site-packages (from Electrum==2.7.2)
Requirement already satisfied (use --upgrade to upgrade): pbkdf2 in /usr/lib/python2.7/site-packages/pbkdf2-1.3-py2.7.egg (from Electrum==2.7.2)
Requirement already satisfied (use --upgrade to upgrade): requests in /usr/lib/python2.7/site-packages/requests-2.11.1-py2.7.egg (from Electrum==2.7.2)
Requirement already satisfied (use --upgrade to upgrade): qrcode in /usr/lib/python2.7/site-packages (from Electrum==2.7.2)
Requirement already satisfied (use --upgrade to upgrade): protobuf in /usr/lib/python2.7/site-packages/protobuf-3.1.0.post1-py2.7.egg (from Electrum==2.7.2)
Requirement already satisfied (use --upgrade to upgrade): dnspython in /usr/lib/python2.7/site-packages (from Electrum==2.7.2)
Requirement already satisfied (use --upgrade to upgrade): jsonrpclib in /usr/lib/python2.7/site-packages/jsonrpclib-0.1.7-py2.7.egg (from Electrum==2.7.2)
Requirement already satisfied (use --upgrade to upgrade): six in /usr/lib/python2.7/site-packages (from qrcode->Electrum==2.7.2)
Requirement already satisfied (use --upgrade to upgrade): setuptools in /usr/lib/python2.7/site-packages (from protobuf->Electrum==2.7.2)
Installing collected packages: Electrum
Running setup.py install for Electrum
Successfully installed Electrum-2.7.2
$ electrum
Traceback (most recent call last):
File "/usr/bin/electrum", line 75, in
check_imports()
File "/usr/bin/electrum", line 60, in check_imports
from google.protobuf import descriptor
ImportError: cannot import name descriptor
$ head `which electrum`|grep '#\!'|tr -d '#!'
/usr/bin/python
$ which electrum
/usr/bin/electrum
$ /usr/bin/python -V
Python 2.7.5
$ which python
/usr/bin/python
version="2.7.8"
wget https://download.electrum.org/$version/Electrum-$version.tar.{gz,gz.asc} https://github.com/spesmilo/electrum/raw/master/pubkeys/ThomasV.asc
gpg --import ThomasV.asc
gpg --verify Electrum-$version.tar.{gz.asc,gz}
pip2 install Electrum-$version.tar.gz
rm -rf /home/user/Electrum/Electrum-2.7.2
$ head `which electrum`|grep '#\!'|tr -d '#!'
/usr/bin/python
$ which electrum
/usr/bin/electrum
$ /usr/bin/python -V
Python 2.7.5
$ which python
/usr/bin/python
which electrum
head `which electrum`|grep '#\!'|tr -d '#!'
/usr/bin/python -V
python -V
which python
$ electrum
Traceback (most recent call last):
File "/usr/bin/electrum", line 75, in
check_imports()
File "/usr/bin/electrum", line 60, in check_imports
from google.protobuf import descriptor
ImportError: cannot import name descriptor
python /home/user/Electrum/Electrum-2.7.2/electrum