You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Dec 4, 2024. It is now read-only.
I suffered a catastrophic issue with my original chain which ran for over 15 million blocks. The local GETH Rootchain I was running failed due to corrupted data after a power outage caused a unsafe shutdown. Upon restarting, it auto truncated the chain and completely ruined the blockchain data. Since the Rootchain no longer functioned, neither did my Edge powered chain.
In an attempt to fix this, I tried using the Regenesis process to start a new Edge chain using the old data. I was successfully able to recover the old Trie data and go through the Regenesis process with no issue at all (Create Genesis file, Deploy Stake Manager, Deploy Rootchain Contracts, Whitelist Validators, Register Validators, Stake Validators, and Finalize Genesis Set). The issue arises once I go to start the new chain after the Regenesis Process and copying over old Trie Data. For reference, I have started an entirely new Rootchain and Edge nodes, using new keys across the board.