Hello everybody!
I'm pretty late on getting help on this, but has anyone seen this error before when starting up the mintcoin daemon
root@bigsmall:~/Mintcoin-Desktop-Wallet/src# ./mintcoind
mintcoind: main.cpp:2585: bool LoadBlockIndex(bool): Assertion `block.GetHash() == (!fTestNet ? hashGenesisBlock : hashGenesisBlockTestNet)' failed.
Aborted
Some notes to add to the context here:
I'm building the daemon on an ARM processor, and had to remove a number of arguments in the make files that pertained to i86 processors. The daemon built successfully after a number of error resolutions that most of which pertained to ARM processors.
Is there any other info I could provide on this? (OS = ubuntu 14.04, mintcoin source direct from github)