0
1
That is the question, why a block needs to have a Merkle root hash, as Iundestand, once a block is mined the hash value of this block is stored at the header of the next one so, it generates the chain.
Is some data is changed, the hash will not be the same so, it is possible to notice that some data is changed.
So I see that storing the merkle root hash at the header of a block is unuseful as it is doing the same thing as hash pointer of the next block of the chain is doing
1”This feature is currently not used in Bitcoin, but it will be on the future”...? This is false, light clients use the merkle root to verify the validity of transactions. So the tech is in fact widely deployed and utilized right now. – chytrik – 2018-07-30T07:12:54.307
I have investigated a bit more, and i tkink that the hash of the block is only performed over the block header, and in the block header there is the Merkle root (If a transaction is changed, merkel root value changge and as the merkle root is stored in the header, the hash of the header will change) – david.t_92 – 2018-07-30T07:38:04.943