added the selfish mining paper
[bitcoinninja] / index.html
index 201347bd9205003dc18ccee12b406b8dee7f72c8..fd234a2f7c6cc1c33983951a3c509939c146b524 100644 (file)
@@ -29,10 +29,12 @@ Useful resources:
 
 Papers of interest:
 <ul>
-<li><a href="https://github.com/citp/bitcoin-sok">Bitcoin systematization of knowledge</a></li>
+<li><a href="http://www.jbonneau.com/doc/BMCNKF15-IEEESP-bitcoin.pdf">Bitcoin systematization of knowledge</a></li>
+<li><a href="http://arxiv.org/pdf/1311.0243v5.pdf">Majority is not Enough: Bitcoin Mining is Vulnerable</a></li>
 <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 Channel Networks Squared</a></li>
 </ul>
 
 <a href="http://sagemath.org/">Sage</a> notebooks:
@@ -47,6 +49,7 @@ Implementations of cool things:
 <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>