Bitcoin: How can I leave a message in the block chain?
-
A transaction has to be made to be included in the block chain, but how can I leave a message (encrypted or not) in order to certify I have certain information at a specific time. And how can I access to that message later? A service that lets you do something like this is http://www.proofofexistence.com/
-
Answer:
There is nothing in the blockchain that let's you directly add a message to it. The service you linked describes what they do: This is done by generating a valid bitcoin transaction to two specially crafted addresses which encode/contain the hash. So you can embed a message by creating a bitcoin address with the SHA-256 hash of the message, and then have another service that maps that hash to your original message. This answer provides some other hacks that could be used to do this: http://bitcoin.stackexchange.com/questions/2631/what-are-the-key-differences-between-different-ways-of-embedding-messages-in-the Basically, you have to use something in the block that accepts data, encode your message and then embed that data into the element. There aren't too many parts of a block that accept this easily.
Paul Unterberg at Quora Visit the source
Other answers
OP_RETURN outputs are specifically designed to allow you to embed 40 bytes in a transaction. They're also not an opaque way to store information, everyone knows OP_RETURN outputs exist to have informational content. There are websites that aggregate them.
Andrew Barisser
Related Q & A:
- How can I send a picture message to a phone from my email online?Best solution by Yahoo! Answers
- How can i send a message to my friends?Best solution by Yahoo! Answers
- How can I send a message to all my friends on facebook at the same time?Best solution by Stack Overflow
- How can I send a message to yahoo groups without requiring the approval of the moderators?Best solution by Yahoo! Answers
- How can I send a message on youtube?Best solution by Yahoo! Answers
Just Added Q & A:
- How many active mobile subscribers are there in China?Best solution by Quora
- How to find the right vacation?Best solution by bookit.com
- How To Make Your Own Primer?Best solution by thekrazycouponlady.com
- How do you get the domain & range?Best solution by ChaCha
- How do you open pop up blockers?Best solution by Yahoo! Answers
For every problem there is a solution! Proved by Solucija.
-
Got an issue and looking for advice?
-
Ask Solucija to search every corner of the Web for help.
-
Get workable solutions and helpful tips in a moment.
Just ask Solucija about an issue you face and immediately get a list of ready solutions, answers and tips from other Internet users. We always provide the most suitable and complete answer to your question at the top, along with a few good alternatives below.