I want to try to make an altcoin (not for distributing it) but i can't figure out where to put the genesis hash. For the fork i used librexcoin (
https://github.com/librexcoin/librexcoin/blob/master/src/main.cpp).
Can someone help me? Thanks..
EDIT: This is the error
/LibrexCoind --testnet
LibrexCoind: main.cpp:2542: bool LoadBlockIndex(bool): Assertion `block.GetHash() == (!fTestNet ? hashGenesisBlock : hashGenesisBlockTestNet)' failed.
Aborted