I have built this in linux from the git source, but I'm getting this error: (I renamed the bitcoind file produced)
protosharesd: main.cpp:2839: bool InitBlockIndex(): Assertion `hash == hashGenesisBlock' failed.
Aborted
Looks like I have to do the following to fix it:
The first time you run the compiled code (daemon or qt), it will say "assertion failed". Just exit the program, go to
config dir (under AppData/Roaming), open the debug.log, get the hash after "block.GetHash() = ", copy and paste it to the beginnig of main.cpp, hashGenesisBlock. Also get the merkle root in the same log file, paste it to the ... position in the following code, in LoadBlockIndex()
Hmm - no, you shouldn't need to do this unless you've got an out of date repo for some reason.