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.
./pywallet.py --dumpwallet --passphrase=[PASS]
Traceback (most recent call last):
File "pywallet.py", line 5010, in
db_env = create_env(db_dir)
File "pywallet.py", line 1269, in create_env
r = db_env.open(db_dir, (DB_CREATE|DB_INIT_LOCK|DB_INIT_LOG|DB_INIT_MPOOL|DB_INIT_TXN|DB_THREAD|DB_RECOVER))
bsddb.db.DBRunRecoveryError: (-30975, 'DB_RUNRECOVERY: Fatal error, run database recovery -- unable to join the environment')
Segmentation fault: 11
dev-python/bsddb3-5.3.0
C:\Users\infinitevs>pywallet.py --dumpwallet --dumpwithbalance
Traceback (most recent call last):
File "C:\Program Files\Python2.7\Scripts\pywallet.py", line 5025, in
read_wallet(json_db, db_env, determine_db_name(), True, True, "", options.dumpbalance is not None)
File "C:\Program Files\Python2.7\Scripts\pywallet.py", line 2537, in read_wallet
k["balance"] = balance(balance_site, k["addr"])
File "C:\Program Files\Python2.7\Scripts\pywallet.py", line 2684, in balance
page=urllib.urlopen("%s=%s" % (site, address))
C:\Users\infinitevs>pywallet.py --dumpwallet --dumpwithbalance
Traceback (most recent call last):
File "C:\Program Files\Python2.7\Scripts\pywallet.py", line 5025, in
read_wallet(json_db, db_env, determine_db_name(), True, True, "", options.dumpbalance is not None)
File "C:\Program Files\Python2.7\Scripts\pywallet.py", line 2537, in read_wallet
k["balance"] = balance(balance_site, k["addr"])
File "C:\Program Files\Python2.7\Scripts\pywallet.py", line 2684, in balance
page=urllib.urlopen("%s=%s" % (site, address))
File "C:\Program Files\Python2.7\Lib\urllib.py", line 87, in urlopen
return opener.open(url)
File "C:\Program Files\Python2.7\Lib\urllib.py", line 208, in open
return getattr(self, name)(url)
File "C:\Program Files\Python2.7\Lib\urllib.py", line 345, in open_http
h.endheaders(data)
File "C:\Program Files\Python2.7\Lib\httplib.py", line 969, in endheaders
self._send_output(message_body)
File "C:\Program Files\Python2.7\Lib\httplib.py", line 829, in _send_output
self.send(msg)
File "C:\Program Files\Python2.7\Lib\httplib.py", line 791, in send
self.connect()
File "C:\Program Files\Python2.7\Lib\httplib.py", line 772, in connect
self.timeout, self.source_address)
File "C:\Program Files\Python2.7\Lib\socket.py", line 553, in create_connection
for res in getaddrinfo(host, port, 0, SOCK_STREAM):
IOError: [Errno socket error] [Errno 11004] getaddrinfo failed
dev-python/bsddb3-5.3.0