仓库源文站点原文

This series of articles are my notes of "Bitcoin and Cryptocurrency Technologies" online course.

Bitcoin Script is using to transfer coins instead of just signature and public key address, which allows more flexibilities for Bitcoin transactions.

A Standard Transaction

Let's say Alice wants to spend some coins she received from a previous transaction, this is how the procedure looks like.

Check Multi-Signatures

Specifies N public keys, if T out of N signatures are verified as valid, the coins can be redeemed.(T<=N)

Reference