mirror of
https://github.com/bitcoinbook/bitcoinbook
synced 2024-12-23 15:18:11 +00:00
Merge branch 'chapter/Chapter5' into develop
This commit is contained in:
commit
db09a6c42d
27
ch05.asciidoc
Normal file
27
ch05.asciidoc
Normal file
@ -0,0 +1,27 @@
|
||||
== Chapter 5 - Transactions
|
||||
=== Introduction
|
||||
=== ScriptPubKey and ScriptSig
|
||||
|
||||
[[scriptSig and scriptPubKey]]
|
||||
.Combining scriptSig and scriptPubKey to evaluate a transaction script
|
||||
image::images/scriptSig_and_scriptPubKey.png["scriptSig_and_scriptPubKey"]
|
||||
|
||||
=== Transaction Script Language
|
||||
=== Stack-Based Script Evaluation
|
||||
=== Common Transaction Scripts
|
||||
|
||||
==== Pay to Public Key Hash
|
||||
|
||||
[[P2PubKHash1]]
|
||||
.Evaluating a script for a Pay-to-Public-Key-Hash transaction (Part 1 of 2)
|
||||
image::images/Tx_Script_P2PubKeyHash_1.png["Tx_Script_P2PubKeyHash_1"]
|
||||
|
||||
[[P2PubKHash2]]
|
||||
.Evaluating a script for a Pay-to-Public-Key-Hash transaction (Part 2 of 2)
|
||||
image::images/Tx_Script_P2PubKeyHash_2.png["Tx_Script_P2PubKeyHash_2"]
|
||||
|
||||
|
||||
=== Complex Transaction Scripts
|
||||
=== P2SH Scripts
|
||||
=== Multi-Signature Scripts
|
||||
=== Transaction Malleability
|
BIN
images/Tx_Script_P2PubKeyHash_1.png
Normal file
BIN
images/Tx_Script_P2PubKeyHash_1.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 47 KiB |
BIN
images/Tx_Script_P2PubKeyHash_2.png
Normal file
BIN
images/Tx_Script_P2PubKeyHash_2.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 74 KiB |
BIN
images/scriptSig_and_scriptPubKey.png
Normal file
BIN
images/scriptSig_and_scriptPubKey.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 24 KiB |
Loading…
Reference in New Issue
Block a user