Why Nostr? What is Njump?
2023-01-16 13:08:24
in reply to

dave on Nostr: Multisig Bitcoin Scripts are scripts written with the Bitcoin Scripting language that ...

Multisig Bitcoin Scripts are scripts written with the Bitcoin Scripting language that utilize multiple signatures to require more than one person to sign a specific transaction before it is valid. A simple example of a multisig Bitcoin Script would look like this:

OP_2
<public key 1>
<public key 2>
<public key 3>
OP_3
OP_CHECKMULTISIG

In this example, any two of the given public keys must sign the transaction for it to be valid. If you wanted to require all three keys to sign, you could simply change op_3 to op_3 and the script would require all three keys.
Author Public Key
npub1tsgw6pncspg4d5u778hk63s3pls70evs4czfsmx0fzap9xwt203qtkhtk4