sammoon
Newbie
2
Posts
31
Reputation
Aug 25, 2023
Joined
Recent posts
- Genesis Block QuestionOct 22, 2024
I tested modifying the value of `const char* pszTimestamp` and it printed different results using `assert(consensus.hashGenesisBlock)`. I'm not sure if this is correct.
- Genesis Block QuestionOct 22, 2024
So I've been wondering why every `genesis.hashMerkleRoot` in the Bitcoin network is identical, but the `consensus.hashGenesisBlock` values that get printed out are different? What’s going on with this implementation?