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.
root@raspberrypi:/home/pi/Desktop/BitcoinArmoryRPi# python ArmoryQt.py
********************************************************************************
Loading Armory Engine:
Armory Version: 0.90
PyBtcWallet Version: 1.35
Detected Operating system: Linux
OS Variant : ('debian', '7.2', '')
User home-directory : /root
Satoshi BTC directory : /root/.bitcoin/
Armory home dir : /root/.armory/
LevelDB directory : /root/.armory/databases
Armory settings file : /root/.armory/ArmorySettings.txt
Armory log file : /root/.armory/armorylog.txt
(ERROR) Traceback (most recent call last):
File "ArmoryQt.py", line 32, in
from armoryengine import *
File "/home/pi/Desktop/BitcoinArmoryRPi/armoryengine.py", line 10916, in
from jsonrpc import ServiceProxy, authproxy
ImportError: cannot import name authproxy
Error in sys.excepthook:
Traceback (most recent call last):
File "/home/pi/Desktop/BitcoinArmoryRPi/armoryengine.py", line 618, in logexcept_override
sys.__excepthook__(type, value, tback)
AttributeError: 'NoneType' object has no attribute '__excepthook__'
Original exception was:
Traceback (most recent call last):
File "ArmoryQt.py", line 32, in
from armoryengine import *
File "/home/pi/Desktop/BitcoinArmoryRPi/armoryengine.py", line 10916, in
from jsonrpc import ServiceProxy, authproxy
ImportError: cannot import name authproxy
mkdir -p /tmp/BitcoinArmoryRPi/img/
mkdir -p /tmp/BitcoinArmoryRPi/extras/
mkdir -p /tmp/BitcoinArmoryRPi/jsonrpc/
mkdir -p /tmp/BitcoinArmoryRPi/dialogs/
cp *.py *.so README LICENSE /tmp/BitcoinArmoryRPi/
cp img/* /tmp/BitcoinArmoryRPi/img/
cp extras/*.py /tmp/BitcoinArmoryRPi/extras/
cp jsonrpc/*.py /tmp/BitcoinArmoryRPi/jsonrpc/
cp dialogs/*.py /tmp/BitcoinArmoryRPi/dialogs/
cd /tmp
tar cvfz BitcoinArmoryRPi.tar.gz BitcoinArmoryRPi
root@raspberrypi:/home/pi/Desktop/BitcoinArmoryRPi# python ArmoryQt.py
********************************************************************************
Loading Armory Engine:
Armory Version: 0.90
PyBtcWallet Version: 1.35
Detected Operating system: Linux
OS Variant : ('debian', '7.2', '')
User home-directory : /root
Satoshi BTC directory : /root/.bitcoin/
Armory home dir : /root/.armory/
LevelDB directory : /root/.armory/databases
Armory settings file : /root/.armory/ArmorySettings.txt
Armory log file : /root/.armory/armorylog.txt
(ERROR) Traceback (most recent call last):
File "ArmoryQt.py", line 32, in
from armoryengine import *
File "/home/pi/Desktop/BitcoinArmoryRPi/armoryengine.py", line 10916, in
from jsonrpc import ServiceProxy, authproxy
ImportError: cannot import name authproxy
Error in sys.excepthook:
Traceback (most recent call last):
File "/home/pi/Desktop/BitcoinArmoryRPi/armoryengine.py", line 618, in logexcept_override
sys.__excepthook__(type, value, tback)
AttributeError: 'NoneType' object has no attribute '__excepthook__'
Original exception was:
Traceback (most recent call last):
File "ArmoryQt.py", line 32, in
from armoryengine import *
File "/home/pi/Desktop/BitcoinArmoryRPi/armoryengine.py", line 10916, in
from jsonrpc import ServiceProxy, authproxy
ImportError: cannot import name authproxy
git clone https://github.com/joshmarshall/jsonrpclib
cd jsonrpclib/
python setup.py install
apt-get install bzr
bzr checkout http://bzr.json-rpc.org/trunk ; cd trunk/python-jsonrpc
sudo python setup.py install