2-of-3 multisignature account with limitations on withdrawal

1

I want to create a 2 of 3 multi-signature account from where one can withdraw money only after a certain period of time. How can this be done?

prajna

Posted 2019-09-16T12:38:48.497

Reputation: 31

Answers

0

You will likely need to add an OP_CHECKSEQUENCEVERIFY guard before the OP_CHECKMULTISIG statement in your output script.

https://github.com/bitcoin/bips/blob/master/bip-0112.mediawiki

pinhead

Posted 2019-09-16T12:38:48.497

Reputation: 2 356