Hash Time Locked Contract (HTLC) using bitcoin-qt

0

Is it possible to manually create a Hash Time Locked Contract using the bitcoin-qt command line?

I have dabbled with manually creating createrawtransaction / sendrawtransaction using the bitcoin-qt clients command line, and wanted to know how to manually create a Hash Time Locked Contract.

When I say "manually", I mean, really getting your hands dirty, like using notepad to construct the contract/script, putting the values into bitcoin-cli, to convert it into a hash, ready for it to be sent using sendrawtransaction.

oshirowanen

Posted 2018-05-05T11:40:29.203

Reputation: 83

Question was closed 2018-05-07T18:38:35.080

This seems to be very similar to https://bitcoin.stackexchange.com/q/74753/5406, do you mind if we close it as a duplicate thereof?

Murch 2018-05-07T18:37:42.327

Sure, no problem.oshirowanen 2018-05-07T19:24:59.857

No answers