Post
Topic
Board Bitcoin Discussion
Merits 4 from 4 users
Re: Using Locktime for inheritance planning, backups or gifts
by
Robot1982
on 06/09/2019, 17:11:32 UTC
⭐ Merited by LoyceV (1) ,squatter (1) ,vapourminer (1) ,JayJuanGee (1)
Just as a note, you don't have to use block height in the locktime. You can actually use UNIX timestamps which is more precise than using block height (you can't know for sure how many blocks will be mined in 18 years). A value over 500000000 for nLockTime will be a UNIX timestamp: https://en.bitcoin.it/wiki/Protocol_documentation#tx I already tested this and it works as expected.