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
4Possible duplicate of Block Validation: who does it? How much it costs? And is it present in all protocols? ... See similar questions – RedGrittyBrick – 2019-08-27T13:57:22.787
Possible duplicate of Block Validation: who does it? How much it costs? And is it present in all protocols? ... See similar questions
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
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
Asked: 2019-08-27T12:09:40.170
Viewed: 24 times
Active: 2019-08-27T12:09:40.170
4
Possible duplicate of Block Validation: who does it? How much it costs? And is it present in all protocols? ... See similar questions
– RedGrittyBrick – 2019-08-27T13:57:22.787There 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