Post
Topic
Board Altcoin Discussion
Topic OP
Genesis Hash
by
BadBunny
on 08/12/2015, 00:15:51 UTC
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
Code:
/LibrexCoind --testnet
LibrexCoind: main.cpp:2542: bool LoadBlockIndex(bool): Assertion `block.GetHash() == (!fTestNet ? hashGenesisBlock : hashGenesisBlockTestNet)' failed.
Aborted