Post
Topic
Board Development & Technical Discussion
Merits 4 from 3 users
Re: How does nLockTime work? (ELI5)
by
BitMaxz
on 20/03/2020, 01:17:20 UTC
⭐ Merited by fillippone (2) ,Abiky (1) ,ETFbitcoin (1)
It was discussed here before you can check it from here How to send a transaction at a specific time?

You can follow the guide from posted above with coinb.in until step 5 and then sign the transaction in the Bitcoin core wallet.

To sign the generated hex from coinb.in to Bitcoin core you can use this command to console.

Code:
signrawtransaction "hexstring"
Hexstring should be the hex generated from coinb.in