Hello community,
I need your help once.
I try all the time to set up the Abe with the CacheCoin. Only I get it back, unfortunately not.
This is my abe.conf
dbtype MySQLdb
connect-args {"user":"abe","db":"abe","passwd":"xxxxx"}
port 333
host 84.200.24.190
datadir += [{
"dirname" : "/root/.cachecoin",
"chain": "Cachecoin",
"code3": "CAC",
"address_version": "u001c",
"magic": "u00d9u00e6u00e7u00e5"
}]
If I want to make the run now
python -m Abe.abe --config abe-smc.conf --commit-bytes 100000 --no-serve
If the following error...
failed to load /root/.cachecoin/bitcoin.conf: [Errno 2] No such file or directory: u'/root/.cachecoin/bitcoin.conf'
catch_up_rpc: abort
Opened /root/.cachecoin/blk0001.dat
Exception at 72056512947683466
Failed to catch up {'blkfile_offset': 0, 'blkfile_number': 1, 'chain_id': Decimal('2'), 'loader': None, 'dirname': u'/root/.cachecoin', 'id': 4L}
Traceback (most recent call last):
File "Abe/DataStore.py", line 2623, in catch_up
store.catch_up_dir(dircfg)
File "Abe/DataStore.py", line 2881, in catch_up_dir
store.import_blkdat(dircfg, ds, blkfile['name'])
File "Abe/DataStore.py", line 3008, in import_blkdat
b = store.parse_block(ds, chain_id, magic, length)
File "Abe/DataStore.py", line 3039, in parse_block
d['transactions'].append(deserialize.parse_Transaction(ds))
File "Abe/deserialize.py", line 88, in parse_Transaction
d['txIn'].append(parse_TxIn(vds))
File "Abe/deserialize.py", line 46, in parse_TxIn
d['sequence'] = vds.read_uint32()
File "Abe/BCDataStream.py", line 71, in read_uint32
def read_uint32 (self): return self._read_num(' File "Abe/BCDataStream.py", line 110, in _read_num
(i,) = struct.unpack_from(format, self.input, self.read_cursor)
error: unpack_from requires a buffer of at least 4 bytes
Can someone help me here?
All Scypt Coins I get to run, but that's here so scrypt_jane?
Thank you in advance for your help!