[Bitcoin-ml] Messaging through transaction

Chris Priest cp368202 at ohiou.edu
Wed Dec 27 17:13:48 UTC 2017


It depends on what you mean by "text message". If you mean a message that
is written by the sender, and intended to only be read by the sender, then
you can use the memo server specification:
https://github.com/priestc/MultiExplorer/blob/master/memo_server_spec.md

If you mean a message that is written by the sender, and intended to only
be read by the receiver, then that is a bit more difficult. You'd need to
cypher the text using the public key of the recipient, and the recipient
would have to decypher that text with their private key. I'm not
knowledgeable enough about cryptography to know if such is even possible.
If it is possible, then the memo specification should be extended to
include such "two way" memos.

On Wed, Dec 27, 2017 at 9:40 AM, Amr Aboelela via bitcoin-ml <
bitcoin-ml at lists.linuxfoundation.org> wrote:

> I would like to add the ability to send text messages while sending
> transaction, can that be implemented in bitcoin cash or do I have to make a
> hard fork for that?
>
> Sent from my iPhone
> _______________________________________________
> bitcoin-ml mailing list
> bitcoin-ml at lists.linuxfoundation.org
> https://lists.linuxfoundation.org/mailman/listinfo/bitcoin-ml
>



-- 
Chris Priest
786-531-5938
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.linuxfoundation.org/pipermail/bitcoin-ml/attachments/20171227/b6169dd6/attachment.html>


More information about the bitcoin-ml mailing list