Post
Topic
Board Announcements (Altcoins)
Re: [ANN][MINT] Mintcoin Earth Friendly Lighting Fast 15% PoS - New Wallet Coming Up
by
kamronk
on 13/07/2015, 14:51:40 UTC
Hello everybody!

I'm pretty late on getting help on this, but has anyone seen this error before when starting up the mintcoin daemon

Quote
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)