Post
Topic
Board Bitcoin Technical Support
Merits 5 from 2 users
Re: Multisig question
by
ranochigo
on 17/07/2023, 03:05:11 UTC
⭐ Merited by o_e_l_e_o (4) ,MusaMohamed (1)
Yes, it actually is possible. I stumbled upon this a while back and thought it was a pretty nice usecase.

Here's the thread: https://bitcointalk.org/index.php?topic=1231148.msg12830232#msg12830232.

We simplified and expanded on it afterwards in another discussion, I was the OP IIRC. The simplified scripting would be something like

pub_key OP_CHECKSIG
OP_IF (num of sig required) pub_key1 pub_key2 (total pubkeys) OP_CHECKMULTISIG
OP_ENDIF
OP_VERIFY