I am trying to create my own genesis block using the bitcoin source code but my new hashes are not being accepted by the assert statements. Step 1: I have changed the pszTimestamp variable in chainparams.cpp to generate my own genesis hash. I have added into the code some print statements to check the genesisRead more