OK, I think i found where to find the address and magic...but now i get the error
Using...
python -m Abe.abe --config abe-tek.conf --commit-bytes 100000 --no-serve
Opened /home/nathan/.tekcoin/blk0001.dat
Exception at 72056512226263178
Failed to catch up {'blkfile_offset': 0, 'blkfile_number': 1, 'chain_id': 11, 'loader': None, 'conf': None, 'dirname': u'/home/nathan/.tekcoin', 'id': 6L}
Traceback (most recent call last):
File "Abe/DataStore.py", line 2692, in catch_up
store.catch_up_dir(dircfg)
File "Abe/DataStore.py", line 2950, in catch_up_dir
store.import_blkdat(dircfg, ds, blkfile['name'])
File "Abe/DataStore.py", line 3072, in import_blkdat
b = chain.ds_parse_block(ds)
File "Abe/Chain.py", line 59, in ds_parse_block
d['transactions'].append(chain.ds_parse_transaction(ds))
File "Abe/Chain.py", line 52, in ds_parse_transaction
return deserialize.parse_Transaction(ds)
File "Abe/deserialize.py", line 90, 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