|
|
|
|
|
by tromp
1667 days ago
|
|
> You can literally validate the entire chain with a simple python script. I challenge you to present a "simple python script" that implements the exact bitcoin consensus rules (as codified in bitcoin core). Bitcoin is not all that simple and there's a nontrivial amount of complexity in bitcoin script alone [1]. > The chain is validated in its entirety upon first sync. 100% from genesis to tip. The default behavior is to skip signature verification for all signatures before some relatively recent block [2]. [1] https://github.com/bitcoin/bitcoin/blob/master/src/script/in... [2] https://github.com/bitcoin/bitcoin/pull/9484 |
|