Fix #14
[bitcoinninja] / index.html
index 07d5dc8d592b5e7748a1c044ee57d315ffa08cfb..3d6a06b8be4e655b609e83ce87b6b7a516518d77 100644 (file)
@@ -23,6 +23,8 @@ 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 herf="https://en.bitcoin.it/wiki/Hardfork_Wishlist">Hardfork wishlist</a></li>
+<li><a href="http://diyhpl.us/~bryan/papers2/bitcoin/">Bitcoin-related papers archived by kanzure</a></li>
 </ul>
 
 Papers of interest:
@@ -31,6 +33,7 @@ Papers of interest:
 <li><a href="http://freico.in/docs/freimarkets.pdf">Freimarkets: a bitcoin extension to support user issued assets, p2p lending, options and more.</a></li>
 <li><a href="http://blockstream.com/sidechains.pdf">Enabling Blockchain Innovations with Pegged Sidechains</a></li>
 <li><a href="https://bitcoin.org/bitcoin.pdf">Bitcoin: A Peer-to-Peer Electronic Cash System</a></li>
+<li><a href="http://lightning.network/lightning-network-paper.pdf">Lightning Network: Payment Chanel Networks Squared</a></li>
 </ul>
 
 <a href="http://sagemath.org/">Sage</a> notebooks:
@@ -38,6 +41,16 @@ 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/bitcoin/bitcoin">The one that started it all</a></li>
+<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>
+<li><a href="https://github.com/vinumeris/lighthouse/blob/master/docs/Design%20doc.md">Lighthouse - simple SIGHASH_ANYONECANPAY multi-party payments</a></li>
+</ul>
+
 Edit this page at <a href="https://github.com/TheBlueMatt/bitcoinninja">https://github.com/TheBlueMatt/bitcoinninja</a>
 
 </body>