Difference between revisions of "Proof of Publication"

From Bitcoin Wiki
Jump to: navigation, search
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

Hashbtc.jpgThis 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