Merge pull request #8 from kanzure/include-link-to-papers
authorMatt Corallo <github@bluematt.me>
Thu, 23 Oct 2014 02:48:43 +0000 (19:48 -0700)
committerMatt Corallo <github@bluematt.me>
Thu, 23 Oct 2014 02:48:43 +0000 (19:48 -0700)
Link to an archive of Bitcoin papers

1  2 
index.html

diff --combined index.html
index 52c0add11672fa1f9900cfade65ccd0205535ee6,7d7752706525c95597b5e7f3d95867198e067b9c..3c26f3fd3fc9fe2b99de4cc0799bc396c8146477
@@@ -23,6 -23,7 +23,7 @@@ Useful resources
  <li><a href="http://download.wpsoftware.net/bitcoin/wizards/">Old #bitcoin-wizards logs here</a></li>
  <li><a href="http://bitcoin.sipa.be/">Sipa's hashrate statistics</a></li>
  <li><a href="https://en.bitcoin.it/wiki/User:Gmaxwell/alt_ideas">Gmaxwell's alt-ideas page</a></li>
+ <li><a href="http://diyhpl.us/~bryan/papers2/bitcoin/">Bitcoin-related papers archived by kanzure</a></li>
  </ul>
  
  Papers of interest:
  <li><a href="secp256k1.ecdsa.sage">ECDSA with secp256k1</a></li>
  </ul>
  
 +Implementations of cool things:
 +<ul>
 +<li><a href="https://github.com/unsystem/paypub">PayPub: Trustless payments for information publishing on Bitcoin</a></li>
 +<li><a href="https://github.com/zw/PoLtree/">proving Bitcoin liabilities, in Clojure.</a> or <a href="https://github.com/olalonde/proof-of-liabilities">Proof of Liabilities, in JavaScript</a></li>
 +<li><a href="https://github.com/petertodd/timelock">Create a secret key that can be decrypted in a known amount of time using parallel-serial hash chains.</a></li>
 +<li><a href="https://github.com/Blockstream/contracthashtool">Pay to Contract Hash calculator</a></li>
 +</ul>
 +
  Edit this page at <a href="https://github.com/TheBlueMatt/bitcoinninja">https://github.com/TheBlueMatt/bitcoinninja</a>
  
  </body>