Bitcoin Forum
September 30, 2025, 04:31:42 AM *
News: Latest Bitcoin Core release: 29.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: [1]
1  Bitcoin / Development & Technical Discussion / Re: CHECKSEQUENCEVERIFY After x time of last transaction on: May 29, 2018, 12:34:16 AM
I could make it so not just 30 days, but 30 days from last transaction.
No, you cannot.

That’s a shame.
Do you know of any way where i can have a multi-sig address which will allow one of the signers to use only their single key after a set amount of time after each transaction/update on the address?

I want to have an address that requires 2 people to sign for outgoing transactions. But if after 30 days nothing has been done with the address at all a single user can sign a transaction. But if there is ever anything such as an incoming or outgoing transaction the 30 days is reset.
2  Bitcoin / Development & Technical Discussion / CHECKSEQUENCEVERIFY After x time of last transaction on: May 28, 2018, 06:30:58 AM
Hello all,
I am just doing some research on bitcoin and some features. And i came accross CHECKSEQUENCEVERIFY Which seems likes a great feature.
I was just wanting to know if anyone can help... is it possible to use it with the time you specify to be relative to the last transaction on the selected address?

So if i had...

Code:
 IF
        2 <Alice's pubkey> <Bob's pubkey> <Escrow's pubkey> 3 CHECKMULTISIG
    ELSE
        "30d" CHECKSEQUENCEVERIFY DROP
        <Alice's pubkey> CHECKSIG
    ENDIF

I could make it so not just 30 days, but 30 days from last transaction.
Pages: [1]
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!