Post
Topic
Board Beginners & Help
Re: lock a wallet untill a future block will be found
by
DannyHamilton
on 24/04/2014, 21:16:40 UTC
You can create a transaction that cannot be executed until after a specific time or block.
Look here: https://en.bitcoin.it/wiki/Protocol_specification#tx and https://en.bitcoin.it/wiki/NLockTime
Grin Grin Grin
thank you !!   
that is  exactly what I was looking for . 

You'll have to be careful not to spend the outputs that are used in the LockTime transaction, otherwise that transaction will be invalid when your niece goes to claim it.

She will have to store the transaction somewhere that she can find it when the correct block comes along. If she can't find the transaction, she won't be able to broadcast it.

You'll also both want to keep up with any news about bitcoin in the meantime, since (depending on how long a time period you're talking about) there could theoretically be significant changes to the protocol that render the transaction invalid (in which case you'd need to issue a new transaction).