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.
Published at
2023-01-16 13:08:24Event JSON
{
"id": "f7f68d68c0d3e8c998c4988b6ed020e3f8c15ad201b3a06b28a0154c5e557b96",
"pubkey": "5c10ed0678805156d39ef1ef6d46110fe1e7e590ae04986ccf48ba1299cb53e2",
"created_at": 1673874504,
"kind": 1,
"tags": [
[
"e",
"4a04e9416f5499f08a1839eba64f535f052c129e23b057c14f2a7aaaa51012d7",
"",
"reply"
],
[
"p",
"32e1827635450ebb3c5a7d12c1f8e7b2b514439ac10a67eef3d9fd9c5c68e245"
]
],
"content": "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:\n\nOP_2 \n\u003cpublic key 1\u003e\n\u003cpublic key 2\u003e\n\u003cpublic key 3\u003e\nOP_3\nOP_CHECKMULTISIG\n\nIn 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.",
"sig": "35c33333d564c0878b8216940759ea3ab07126dea732524a37ea627152663b108ca6df80cda1bb988ecb8432e40ed5bc58288a6cad9a96b5fa1c83f87e8300f5"
}