Proof of Publication: Difference between revisions

From Bitcoin Wiki
Jump to navigation Jump to search
No edit summary
No edit summary
Line 5: Line 5:
The technique entails encoding the secure hash of a certain publication (plaintext) inside the Bitcoin blockchain. It was probablly first described in the paper from 2012 titled "CommitCoin: Carbon Dating Commitments with Bitcoin" ([http://people.scs.carleton.ca/~clark/papers/2012_fc.pdf extended abstract] and [http://eprint.iacr.org/2011/677.pdf technical report]).
The technique entails encoding the secure hash of a certain publication (plaintext) inside the Bitcoin blockchain. It was probablly first described in the paper from 2012 titled "CommitCoin: Carbon Dating Commitments with Bitcoin" ([http://people.scs.carleton.ca/~clark/papers/2012_fc.pdf extended abstract] and [http://eprint.iacr.org/2011/677.pdf technical report]).


== Relevant website ==
== References ==
* [http://proofofexistence.com/ proofofexistence.com] - Store hashes of data in the blockchain.
* [http://proofofexistence.com/ proofofexistence.com] - Store hashes of data in the blockchain.
* [http://coinsecrets.org/ coinsecrets.org] - list of metadata recently embedded in the bitcoin blockchain using OP_RETURN outputs.
* [http://coinsecrets.org/ coinsecrets.org] - list of metadata recently embedded in the bitcoin blockchain using OP_RETURN outputs.
* [https://github.com/mastercoin-MSC/spec/issues/198 OP_RETURN in the Master Protocol]


[[Category:Proof-of-x]]
[[Category:Proof-of-x]]

Revision as of 12:50, 12 June 2014

This page is a stub. Help by expanding it.

A method that uses Bitcoin or Bitcoin-like technologies to authenticate that a certain information was published at a certain date, or was known at a certain date.

The technique entails encoding the secure hash of a certain publication (plaintext) inside the Bitcoin blockchain. It was probablly first described in the paper from 2012 titled "CommitCoin: Carbon Dating Commitments with Bitcoin" (extended abstract and technical report).

References