Block validation process

0

Can some one explain how the block validation is done in blockchain based system with suitable example.

Sanjeev Dwivedi

Posted 2019-08-27T12:09:40.170

Reputation: 37

Question was closed 2019-09-12T19:22:57.687

There are a lot of steps to validation, you can follow the process at the following code in a Bitcoin Core node: https://github.com/bitcoin/bitcoin/blob/ed9a2a37c1878ba6b75c39b7cb263dc16c52a295/src/validation.cpp#L3027

JBaczuk 2019-08-28T13:14:53.313

No answers