Author

Topic: Genesis Hash (Read 616 times)

newbie
Activity: 22
Merit: 0
December 08, 2015, 01:42:46 PM
#8
nNonce and nTime, got it!

Problems solved, the error was i diden't deleted the old genesis/merkler hash when i run the first build  Roll Eyes

Now i have to try without -testnet and understanding checkpoints.
legendary
Activity: 2548
Merit: 1054
CPU Web Mining 🕸️ on webmining.io
December 08, 2015, 01:22:27 PM
#7
Timestamp is not all you need to change in second link
newbie
Activity: 22
Merit: 0
December 08, 2015, 10:43:28 AM
#6
tried with different coin, same error. any help?
newbie
Activity: 22
Merit: 0
December 08, 2015, 12:24:11 AM
#5
but i have already changed the pszTimestamp , two times, same error.  Undecided
legendary
Activity: 2548
Merit: 1054
CPU Web Mining 🕸️ on webmining.io
December 07, 2015, 11:29:34 PM
#4
I know, that's what the second link is for  Wink
newbie
Activity: 22
Merit: 0
December 07, 2015, 10:32:50 PM
#3

Thanks!
But now i have this

Code:
LibrexCoind: main.cpp:2542: bool LoadBlockIndex(bool): Assertion `block.GetHash() == (!fTestNet ? hashGenesisBlock : hashGenesisBlockTestNet)' failed.
Aborted

newbie
Activity: 22
Merit: 0
December 07, 2015, 08:15:51 PM
#1
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
Jump to: