\[unsolved\] FTC & ABE Blockexplorer \* Hasn't posted further information
-
Hello,
i’ve a little problem to import feathercoin datas in my ABE Blockexplorer and i’ve seen, that you have run it yourself an this side and can give me a tipp.
This is the data directory snippet from my used abe.conf:[code]datadir += [{
“dirname”: “/home/cryptocoins/.feathercoin”,
“loader”: “rpc,blkfile”,
“chain”: “Feathercoin”,
“code3”: “FTC”,
“address_version”: “\u000e”
}][/code]
and this is the error which abe are shown:[code]Failed to catch up {‘blkfile_offset’: 0, ‘blkfile_number’: 1, ‘chain_id’: Decimal(‘11’), ‘loader’: u’rpc,blkfile’, ‘dirname’: u’/home/cryptocoins/.feathercoin’, ‘id’: 15L}
Traceback (most recent call last):
File “DataStore.py”, line 2637, in catch_up
if not store.catch_up_rpc(dircfg):
File “DataStore.py”, line 2772, in catch_up_rpc
if store.offer_existing_block(hash, chain_id):
File “DataStore.py”, line 2510, in offer_existing_block
store.offer_block_to_chains(b, frozenset([chain_id]))
File “DataStore.py”, line 2392, in offer_block_to_chains
b[‘top’] = store.adopt_orphans(b, 0, chain_ids, chain_ids)
File “DataStore.py”, line 1979, in adopt_orphans
stack.pop()()
File “DataStore.py”, line 1984, in doit
store._adopt_orphans_1(stack)
File “DataStore.py”, line 2095, in _adopt_orphans_1
store._populate_block_txin(int(next_id))
File “DataStore.py”, line 1928, in _populate_block_txin
(block_id, txin_id, oblock_id))
File “DataStore.py”, line 512, in sql
store._execute(cached, params)
File “DataStore.py”, line 489, in _execute
store.cursor.execute(stmt, params)
File “/usr/lib/python2.7/dist-packages/MySQLdb/cursors.py”, line 174, in execute
self.errorhandler(self, exc, value)
File “/usr/lib/python2.7/dist-packages/MySQLdb/connections.py”, line 36, in defaulterrorhandler
raise errorclass, errorvalue
IntegrityError: (1062, “Duplicate entry ‘449-450’ for key ‘PRIMARY’”)
[/code]It seems, that abe does not found the blk00000.dat in the given folder from the abe.conf.
The Feathercoin data structure is different as the bitcoin structure (see pictures in the attachment.)
Any ideas, how i can resolve this problem?
[attachment deleted by admin]
-
Its a hard error to reproduce (for me), did you manage to find what was wrong?