So I am currently in the mist of forking a coin, I need some developer help here.
I was following a Tutorial for Forking by Aqua on YouTube, I do have knowledge in programming.
I am forking Denarius:
https://github.com/carsenk/denarius/tree/master/srcNow, I was going through the process, and not everything is the exact same in the tutorial to this github, however, I had a major problem.
When I got to part 3 in the tutorial , I get to the part where I need to generate a new genesis block or mine a new one or whatever... and proceeding.. I get this error on run:
main.cpp:3226: bool LoadBlockIndex(bool): Assertion 'block.GetHash() == (!fTestNet ? hashGenesisBlock : hashGenesisBlockTestNet)' failed.
How would I go about fixing this?