Bitcoin Forum

Alternate cryptocurrencies => Altcoin Discussion => Topic started by: Nukeless on August 07, 2018, 10:27:56 PM



Title: Trying to generate merkle root/genesis block from dash codebase
Post by: Nukeless on August 07, 2018, 10:27:56 PM
Hey guys, I've been trying to generate a new merkle root and genesis block using the proton codebase (Which is essentially the dash codebase). I haven't changed any parameters and I have removed the checkpoints. If I straight up compile it I get a core dump when running but no valid merkle root is generated or recorded in the debug.log. There is a section of code that is commented out that seems to be used for the generation of a new genesis block but I'm not entirely sure what it does. https://pastebin.com/yVYjj348 <--- link to commented out code. Any thoughts? This if from the chainparams.cpp file btw.