did not get very far with abe.... it runs and all but not able to read anything
Traceback (most recent call last):
File "Abe/DataStore.py", line 2525, in catch_up
store.catch_up_dir(dircfg)
File "Abe/DataStore.py", line 2785, in catch_up_dir
store.import_blkdat(dircfg, ds, blkfile['name'])
File "Abe/DataStore.py", line 2899, in import_blkdat
hash = chain.ds_block_header_hash(ds)
File "Abe/Chain/__init__.py", line 136, in ds_block_header_hash
ds.input[ds.read_cursor : ds.read_cursor + 80])
File "Abe/Chain/SiFChain.py", line 29, in block_header_hash
return sifcoin_hash.getPoWHash(header)
NameError: global name 'sifcoin_hash' is not defined
Abe initialized.
it's running now on a node I made but returns nothing obviously, i now understnad what Graham meant when he said it may be impossible since difining sifcoin_hash is not so straightforward as in other proof of work coins..... I will think it over if i come up with something clever will let you know....