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.
datadir = /Users/thisuser/Library/Application Support/Bitcoin/blocks
datadir = /Users/thisuser/Library/Application Support/Bitcoin
python -m Abe.abe --config abe-my.conf --commit-bytes 100000 --no-serve
error:
failed to catch up {'blkfile_offset': 0, 'blkfile_number': 1, 'chain_id': Decimal('9'), 'loader': None, 'dirname': u'/root/.elephantcoin', 'id': 5L}
Traceback (most recent call last):
File "Abe/DataStore.py", line 2596, in catch_up
store.catch_up_dir(dircfg)
File "Abe/DataStore.py", line 2854, in catch_up_dir
store.import_blkdat(dircfg, ds, blkfile['name'])
File "Abe/DataStore.py", line 2982, in import_blkdat
store.import_block(b, chain_ids = chain_ids)
File "Abe/DataStore.py", line 1750, in import_block
raise MerkleRootMismatch(b['hash'], tx_hash_array)
MerkleRootMismatch: Block header Merkle root does not match its transactions. block hash=13405c6ebfa325bf97847d3b998341b4f3db5805c55bd413543cccb74e262258
# Verify Merkle root.
#if b['hashMerkleRoot'] != util.merkle(tx_hash_array):
#raise MerkleRootMismatch(b['hash'], tx_hash_array)
Skipped 1 bytes at block end
block_tx 641 644
Skipped 1 bytes at block end
block_tx 642 645
Skipped 1 bytes at block end
block_tx 643 646
Skipped 1 bytes at block end
block_tx 644 647
block_tx 644 648
Skipped 46 bytes at block end
Exception at 13428709007330245116
Failed to catch up {'blkfile_offset': 104283, 'blkfile_number': 1, 'chain_id': 8L, 'loader': None, 'dirname': u'/root/.elephantcoin', 'id': 1L}
Traceback (most recent call last):
File "Abe/DataStore.py", line 2637, in catch_up
store.catch_up_dir(dircfg)
File "Abe/DataStore.py", line 2895, in catch_up_dir
store.import_blkdat(dircfg, ds, blkfile['name'])
File "Abe/DataStore.py", line 3022, in import_blkdat
b = store.parse_block(ds, chain_id, magic, length)
File "Abe/DataStore.py", line 3053, in parse_block
d['transactions'].append(deserialize.parse_Transaction(ds))
File "Abe/deserialize.py", line 90, in parse_Transaction
d['txOut'].append(parse_TxOut(vds))
File "Abe/deserialize.py", line 65, in parse_TxOut
d['value'] = vds.read_int64()
File "Abe/BCDataStream.py", line 72, in read_int64
def read_int64 (self): return self._read_num(' File "Abe/BCDataStream.py", line 110, in _read_num
(i,) = struct.unpack_from(format, self.input, self.read_cursor)
OverflowError: Python int too large to convert to C long
dbtype MySQLdb
connect-args {"user":"abe","db":"abetest","passwd":"################################"}
upgrade
port 27700
host exploretheblocks.com
datadir += [{
"dirname" : "/root/.elephantcoin",
"chain": "ElephantCoin",
"code3": "ELP",
"address_version": "\u005c"
}]
ignore-bit8-chains = ["Bitcoin", "Testnet", "ElephantCoin"]
blocknotify=python -m Abe.abe --config /etc/abe/abe.conf --no-serve
while true; do python -m Abe.abe --config abe.conf --no-serve; sleep 10; done
* * * * * /usr/bin/wget -q -O /dev/null http://john-edwin-tobey.org:2750/
dbtype MySQLdb
connect-args {"user":"****","db":"abe","port":3306,"host":"127.0.0.1"}
#datadir =C:\****
default-loader =rpc
datadir [{"dirname":"C:\\*****","chain":"Bitcoin","loader":"rpc"}]
upgrade
port 2750
datadir = /Users/thisuser/Library/Application Support/Bitcoin/blocks
datadir = /Users/thisuser/Library/Application Support/Bitcoin
datadir = /Users/thisuser/Library/Application Support/Bitcoin/blocks
datadir = /Users/thisuser/Library/Application Support/Bitcoin
$ python -m Abe.abe --config /usr/local/mysql/my-abe.cnf --commit-bytes 100000 --no-serve
Skipping datadir /Users/thisuser/Library/Application Support/Bitcoin/blocks: [Errno 2] No such file or directory: '/Users/thisuser/Library/Application Support/Bitcoin/blocks/blk0001.dat'
datadir = /Users/thisuser/Library/Application Support/Bitcoin/blocks
$ ls
blk00000.dat blk00002.dat index rev00001.dat rev00003.dat
blk00001.dat blk00003.dat rev00000.dat rev00002.dat
ImportError: dlopen(/Users/thisuser/.python-eggs/MySQL_python-1.2.4-py2.7-macosx-10.7-intel.egg-tmp/_mysql.so, 2): no suitable image found. Did find:
/Users/thisuser/.python-eggs/MySQL_python-1.2.4-py2.7-macosx-10.7-intel.egg-tmp/_mysql.so: mach-o, but wrong architecture
import MySQLdb
ImportError: dlopen(/Users/thisuser/.python-eggs/MySQL_python-1.2.4-py2.7-macosx-10.7-intel.egg-tmp/_mysql.so, 2): no suitable image found. Did find:
/Users/thisuser/.python-eggs/MySQL_python-1.2.4-py2.7-macosx-10.7-intel.egg-tmp/_mysql.so: mach-o, but wrong architecture
import MySQLdb
$ ARCHFLAGS="-arch i386" python -m Abe.abe --config /usr/local/mysql/abe-my.cnf --commit-bytes 100000 --no-serve
Traceback (most recent call last):
File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/runpy.py", line 162, in _run_module_as_main
"__main__", fname, loader, pkg_name)
File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/runpy.py", line 72, in _run_code
exec code in run_globals
File "/Library/Python/2.7/site-packages/Abe/abe.py", line 2026, in
sys.exit(main(sys.argv[1:]))
File "/Library/Python/2.7/site-packages/Abe/abe.py", line 2020, in main
store = make_store(args)
File "/Library/Python/2.7/site-packages/Abe/abe.py", line 115, in make_store
store = DataStore.new(args)
File "/Library/Python/2.7/site-packages/Abe/DataStore.py", line 2843, in new
return DataStore(args)
File "/Library/Python/2.7/site-packages/Abe/DataStore.py", line 139, in __init__
store.module = __import__(args.dbtype)
File "build/bdist.macosx-10.7-intel/egg/MySQLdb/__init__.py", line 19, in
File "build/bdist.macosx-10.7-intel/egg/_mysql.py", line 7, in
File "build/bdist.macosx-10.7-intel/egg/_mysql.py", line 6, in __bootstrap__
ImportError: dlopen(/Users/thisuser/.python-eggs/MySQL_python-1.2.4-py2.7-macosx-10.7-intel.egg-tmp/_mysql.so, 2): no suitable image found. Did find:
/Users/thisuser/.python-eggs/MySQL_python-1.2.4-py2.7-macosx-10.7-intel.egg-tmp/_mysql.so: mach-o, but wrong architecture