Author

Topic: Genesis block LoadBlockIndex(bool): Assertion `block.GetHash() == (!fTestNet ? (Read 1614 times)

member
Activity: 98
Merit: 10
delete old blocks and chainstate dirs

I deleted all the data directory, still the same errors :/
hero member
Activity: 525
Merit: 529
delete old blocks and chainstate dirs
member
Activity: 98
Merit: 10
I have found my nonce, GB and merkle, I updated my main.cpp and main.h with corrosponding, compiled it, ran with -testnet  but got that

Quote
error:  LoadBlockIndex(bool): Assertion `block.GetHash() == (!fTestNet ? hashGenesisBlock : hashGenesisBlockTestNet)'


when I run without -testnet I get the following error:

Quote
main.cpp:2600: bool LoadBlockIndex(bool): Assertion `block.CheckBlock()' failed.

Anyone any ideas why?
Jump to: