Author

Topic: Has anyone else ran into this issue? (Read 708 times)

legendary
Activity: 1400
Merit: 1000
March 09, 2015, 01:35:58 AM
#2
im trying to teach myself how to make a coin for fun & i just ran into this problem

Code:
main.cpp:2626: bool LoadBlockIndex(bool): Assertion `block.GetHash() == (!fTestNet ? hashGenesisBlock : hashGenesisBlockTestNet)' failed.

i got this after inserting the genesis block hash & recompiling.

any ideas?
you didn't insert the genesis block hash to all the right places
hero member
Activity: 490
Merit: 500
March 09, 2015, 12:22:52 AM
#1
im trying to teach myself how to make a coin for fun & i just ran into this problem

Code:
main.cpp:2626: bool LoadBlockIndex(bool): Assertion `block.GetHash() == (!fTestNet ? hashGenesisBlock : hashGenesisBlockTestNet)' failed.

i got this after inserting the genesis block hash & recompiling.

any ideas?
Jump to: