Post
Topic
Board Development & Technical Discussion
Re: Delayed transactions (using nTimeLock)
by
gmaxwell
on 04/01/2013, 15:47:00 UTC
- Can you easily introduce a locked transaction using the standard client? If not, how?
I thought everyone else had good answeres to your other questions... but you can create locked transactions using createraw transaction and then just manually editing the hex transaction.  You'll need to consult the bitcoin wiki on the layout but it's quite easy to adjust the locktime and sequence by hand and decoderawtransaction will show you your success.