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.
/usr/bin/ArmoryDB --db-type="DB_FULL" --satoshi-datadir="/media/Disk3/Bitcoin/bitcoin/blocks" --datadir="/media/Disk3/Bitcoin/armory" --dbdir="/media/Disk3/Bitcoin/armory/databases"
server {
listen 9002;
server_name 10.10.10.26;
location / {
root /;
fastcgi_pass 127.0.0.1:9001;
fastcgi_index /;
fastcgi_buffering on;
fastcgi_buffer_size 4k;
fastcgi_buffers 16 4k;
fastcgi_param SCRIPT_FILENAME /scripts$fastcgi_script_name;
include fastcgi_params;
}
}
ArmoryQt.exe --armorydb-ip=10.10.10.26 --armorydb-port=9002
Traceback (most recent call last):
File "ArmoryQt.py", line 44, in
File "armoryengine\ALL.pyc", line 10, in
File "armoryengine\BDM.pyc", line 372, in
File "armoryengine\BDM.pyc", line 158, in __init__
File "armoryengine\BDM.pyc", line 173, in instantiateBDV
TypeError: in method 'BlockDataViewer_getNewBDV', argument 1 of type 'string const &'
"F:\Program Files\Armory\ArmoryQt.exe" --armorydb-ip=127.0.0.1 --armorydb-port=9001 --datadir="F:\Program Files\Armory\Data_ArmoryQt"
"F:\Program Files\Armory\ArmoryQt.exe" --armorydb-ip=127.0.0.1 --armorydb-port=9001 --datadir="F:\Program Files\Armory\Data_ArmoryQt"
armoryqt.exe --armorydb-ip=127.0.0.1 --armorydb-port=9050
Traceback (most recent call last):
File "ArmoryQt.py", line 44, in
File "armoryengine\ALL.pyc", line 10, in
File "armoryengine\BDM.pyc", line 372, in
File "armoryengine\BDM.pyc", line 158, in __init__
File "armoryengine\BDM.pyc", line 173, in instantiateBDV
TypeError: in method 'BlockDataViewer_getNewBDV', argument 1 of type 'string const &'
armoryqt.exe --armorydb-ip=127.0.0.1 --armorydb-port=9050
Traceback (most recent call last):
File "ArmoryQt.py", line 44, in
File "armoryengine\ALL.pyc", line 10, in
File "armoryengine\BDM.pyc", line 372, in
File "armoryengine\BDM.pyc", line 158, in __init__
File "armoryengine\BDM.pyc", line 173, in instantiateBDV
TypeError: in method 'BlockDataViewer_getNewBDV', argument 1 of type 'string const &'
Traceback (most recent call last):
File "ArmoryQt.py", line 2781, in browseLockboxes
self.lbDialog = DlgLockboxManager(self, self)
File "/home/andy/bitcoin/BitcoinArmory/ui/MultiSigDialogs.py", line 808, in __init__
self.changeLBFilter()
File "/home/andy/bitcoin/BitcoinArmory/ui/MultiSigDialogs.py", line 1845, in changeLBFilter
TheBDM.bdv().updateLockboxesLedgerFilter(lbIDList)
File "/home/andy/bitcoin/BitcoinArmory/CppBlockUtils.py", line 2573, in
__getattr__ = lambda self, name: _swig_getattr(self, BlockDataViewer, name)
File "/home/andy/bitcoin/BitcoinArmory/CppBlockUtils.py", line 74, in _swig_getattr
return _swig_getattr_nondynamic(self, class_type, name, 0)
File "/home/andy/bitcoin/BitcoinArmory/CppBlockUtils.py", line 69, in _swig_getattr_nondynamic
return object.__getattr__(self, name)
AttributeError: type object 'object' has no attribute '__getattr__'