shuijian-xu / bitcoin

0 stars 0 forks source link

Merkle Root #202

Open shuijian-xu opened 4 years ago

shuijian-xu commented 4 years ago

The Merkle root encodes all the ordered transactions in a 32-byte hash. We will discuss how this is important for simplified payment verification (SPV) clients and how they can use the Merkle root along with data from the server to get a proof of inclusion in Chapter 11.