Make a spendable Bitcoin transaction with a message

1

1

I am trying to send a bitcoin transaction which encodes a message. I know about OP_RETURN however this makes the transaction un-spendable. I want to make a spendable transaction that contains a message.

This transaction's message needs to be publicly on the blockchain as well.

How can I do this? Any supporting code would also be much appreciated.

Bitcoiner

Posted 2016-08-01T23:54:50.910

Reputation: 11

No answers