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 --datadir=data/ --wallet=wallet-9.dat
# moving wallet-9.dat to its own data9/wallet.dat
$ ./pywallet.py --dumpwallet --datadir=data9/
$ git remote -v
origin [email protected]:jackjack-jj/pywallet.git (fetch)
origin [email protected]:jackjack-jj/pywallet.git (push)
$ git log
commit b52c955f8c93a75745166ebf281448016e1f22e2
Merge: 069ef00 7c847c1
Author: jackjack-jj
Date: Mon Sep 8 20:59:58 2014 +0200
Merge pull request #11 from gurnec/crypto-fixes
Fix wallet creation bugs related to crypto
./pywallet.py --info --wallet=w.dat --dumpwallet --datadir=/tmp/1/
Traceback (most recent call last):
File "./pywallet.py", line 4994, in
if not keyinfo(options.key, options.keyishex):
File "./pywallet.py", line 2703, in keyinfo
pkey = regenerate_key(sec)
File "./pywallet.py", line 1245, in regenerate_key
b = ASecretToSecret(sec)
File "./pywallet.py", line 1237, in ASecretToSecret
vch = DecodeBase58Check(sec)
File "./pywallet.py", line 1204, in DecodeBase58Check
vchRet = b58decode(sec, None)
File "./pywallet.py", line 1168, in b58decode
for (i, c) in enumerate(v[::-1]):
TypeError: 'NoneType' object has no attribute '__getitem__'
root@GB-Tron2:~/Test# python2.7 pywallet/pywallet.py --dumpwallet --wallet=testwallet.py
Traceback (most recent call last):
File "pywallet/pywallet.py", line 5004, in
db_env = create_env(db_dir)
File "pywallet/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.DBNoSuchFileError: (2, 'No such file or directory -- /root/.bitcoin/__db.001: No such file or directory')