Mining in blockchain

1 year ago

We looked at Merkle proof in the previous article and that concluded our discussions on blocks and their structure. In…

What is Merkle proof and why do we need it?

1 year ago

In the last article, we discussed the Merkle tree and how we can use that to ensure integrity, that is,…

Block structure in blockchain

1 year ago

In this article, we talk about block structure in blockchain, the block header and how we generate the Merkle root.…Read…

Difficulty adjustment in blockchain

1 year ago

We looked at the Proof-of-Work algorithm in the previous article, and in this article, we shall look at how we…

How Proof of Work is used to establish consensus in blockchain

1 year ago

In the previous article, we saw how we use a puzzle to achieve consensus. In this article, we will see…

Blockchain consensus using a puzzle

1 year ago

In the previous article, we saw how we order transactions in a blockchain by hashing transactions. However, this alone doesn’t…

Establishing an order of transactions in blockchain

1 year ago

In the previous article, we took a look at how we verify transactions in detail. In this article, we will…

Verifying blockchain transactions

1 year ago

We discussed proving ownership of bitcoins in the previous article. Let’s discuss how verifying transactions works at length in this…

Proving ownership of coins in blockchain

1 year ago

This article discusses blockchain account addresses, how they are used to prove ownership of bitcoins and how blockchain transactions work.…Read…

Understanding blockchain transactions

1 year ago

In the previous article, we discussed hashing, asymmetric encryption, and digital signatures. In this article, we will dwell on how…