Post
Topic
Board Announcements (Altcoins)
Re: [LAUNCHED][POW]⚡ELECTRONEUM⚡Official Moderated Thread
by
Call_Me_Bambi
on 11/02/2018, 11:14:56 UTC
I'm getting the following error when running the deamon. I hadn't synced for about 4 days and when it reached about 1 day, block 150083, it started spewing out this and will not complete the sync.
Any help ?

Code:
2018-02-11 03:35:08.088 [P2P2]  ERROR   cn      src/cryptonote_core/cryptonote_core.cpp:662
Exception at [core::handle_incoming_txs()], what=Error finding txpool tx meta: MDB_BAD_TXN: Transaction must abort, has a child, or is invalid

2018-02-11 03:35:08.089 [P2P2]  WARN    blockchain.db.lmdb      src/blockchain_db/lmdb/db_lmdb.cpp:72
DB error attempting to fetch block index from hashMDB_BAD_TXN: Transaction must abort, has a child, or is invalid

2018-02-11 03:35:08.090 [P2P2]  ERROR   cn      src/cryptonote_core/cryptonote_core.cpp:1138
Exception at [core::handle_incoming_block()], what=DB error attempting to fetch block index from hashMDB_BAD_TXN: Transaction must abort, has achild, or is invalid

2018-02-11 03:35:08.092 [P2P2]  WARN    blockchain.db.lmdb      src/blockchain_db/lmdb/db_lmdb.cpp:72
Failed to commit a transaction to the db: MDB_BAD_TXN: Transaction must abort, has a child, or is invalid


Since ETN is based on Monero try the following option with the daemon or similar(just google) :-

--db-salvage

Last resort is to delete the blockcahin!

I tried the --db-salvage and it did not work. This is the second time the deamon threw a wobbly and, like you said, had to delete blockchain and start from scratch, this will take 3 days no stop to re-sync. Is there a bootstap file available to speed this up ?

EDIT:
Can I import the keys from the cli wallet into the Web wallet and recover my coins that way ?