
Re: Merged mining block number - 19200 - must upgrade
I'll try it again. When you hash a message, you don't hash it in a single operation. You divide it in blocks, hashman, and then you hash it step by step.
Let's say your block is composed of 4 blocks
M = {m0, m1, m2, m3}
H(M) = H(H(H(m0, m1), m2), m3) = H(B, m3)
If the last part m3 is the nounce, you don't have to calculate B=H(H(m0, m1), m2) again and again because you already know it. You can try different m3 just calculating H(B, m3) for each try.
But you're mining with different hash power for each network !!! At different times or with different cores.
You're wasting twice the time and electricity.
I'm not mining. And the purpose of merged mining is not making miners richer but making namecoin more secure.
If you keep mining only in bitcoin, a merged miner will have more profits than you.
It will make unprofitable to mine only one of them if you prefer.
Whatever how you want to see it: is going to be stupid not to mine both networks at the same time.