区块链技术8和9:比特币机制(1)(2)

区块链技术8和9:比特币机制(1)(2)

均为个人笔记,欢迎纠错
区块链技术8:比特币机制(2)
区块链技术9:比特币机制(3)

ScriptPubKey ScriptSig 收入提供 支出
P2PK <pubKey>
OP_CHECKSIG
<sig> pubKey outpoint
P2PKH OP_DUP
OP_HASH160
<pubKey hash>
OP_EQUALVERIFY
OP_CHECKSIG
<sig>
<pubKey>
pubKey hash pubKey
P2SH OP_HASH160
<redeem script hash>
OP_EQUAL
OP_CHECKMULSIG
<signatures>
<redeem script>
script hash script
P2MULSIG m
<pubKey>
.
.
.
<pubKey>
n
OP_CHECKMULSIG
OP_0
<signatures>
pubKey outpoint


(问题是表格的最后两列我已经不知道是什么意思了,整理需趁早)

猜你喜欢

转载自blog.csdn.net/m_pNext/article/details/114239540