区块链技术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 |
标签:比特,HASH160,机制,区块,pubKey,OP 来源: https://blog.csdn.net/m_pNext/article/details/114239540