diff --git a/literature/index.md b/literature/index.md index b57e7de..b9753db 100644 --- a/literature/index.md +++ b/literature/index.md @@ -9,12 +9,20 @@ title: Literature To this, only two modifications have since been made: -* Introduction of blind merged mining. +* Introduction of [blind merged mining](http://www.truthcoin.info/blog/blind-merged-mining/). * Forcing deposits to select the sidechain-UTXO as an input, such that all of the sidechain's money is always in a single UTXO. -### Theoretical Work: Why it isn't bad that miners can rob the sidechain -Video Series on "Sidechain Privatization", which I usually refer to as "smart contract ecology". + +## Presentations + +### Sidechain Privatization + +Series on "smart contract ecology" / "why it isn't bad that miner can rob the sidechain". + +[Slides](/media/psztorc-sidechain-privatization.pdf) + +Youtube Videos: 1. [Intro, Problem, and Outline](https://www.youtube.com/watch?v=xGu0o8HH10U&list=PLw8-6ARlyVciMH79ZyLOpImsMug3LgNc4&index=1) 2. [When Contracts Attack - Oracles](https://www.youtube.com/watch?v=2OOKgTSrITs&list=PLw8-6ARlyVciMH79ZyLOpImsMug3LgNc4&index=2) @@ -23,14 +31,15 @@ Video Series on "Sidechain Privatization", which I usually refer to as "smart co 5. [Why do we allow Contracts to "Censor" our "Freedom"?](https://www.youtube.com/watch?v=GsnDUAkwlOw&list=PLw8-6ARlyVciMH79ZyLOpImsMug3LgNc4&index=5) -Which is itself an expansion of [this post](http://www.truthcoin.info/blog/contracts-oracles-sidechains/) and [this post](http://www.truthcoin.info/blog/drivechain-op-code/). - -The conclusions are summarized in [this post about "Wise Contracts"](http://www.truthcoin.info/blog/wise-contracts/). ### Risk Analysis -"Sidechain Risks" - Comprehensive [Video Series](https://www.youtube.com/playlist?list=PLw8-6ARlyVciNjgS_NFhAu-qt7HPf_dtg) +Series on "Sidechain Risks" + +[Slides](/media/psztorc-sidechain-risks.pdf) + +Youtube [Playlist](https://www.youtube.com/playlist?list=PLw8-6ARlyVciNjgS_NFhAu-qt7HPf_dtg) 1. [Intro](https://www.youtube.com/watch?v=0goYH2sDw0w&list=PLw8-6ARlyVciNjgS_NFhAu-qt7HPf_dtg&index=1) 2. [The Docile Miner](https://www.youtube.com/watch?v=91TufmffIDg&list=PLw8-6ARlyVciNjgS_NFhAu-qt7HPf_dtg&index=2) @@ -45,6 +54,24 @@ The conclusions are summarized in [this post about "Wise Contracts"](http://www. * [Miner Threat Model and Equilibrium Analysis](http://www.truthcoin.info/blog/mining-threat-equilibrium/) * [Blind Merged Mining](http://www.truthcoin.info/blog/blind-merged-mining/) -### Milan Presentation +### Milan Presentation - Sidechain Scaling + +Subtitle: Better Strategy Can Improve TX-Throughput, Even if it Can't Improve TX-Physics + +[Slides](/media/psztorc-milan.pdf) + +[Youtube Video](https://www.youtube.com/watch?v=Gzg_u9gHc5Q&t=6575s) + +### Construct 2017 + +Subtitle: Overview / Teaser / Demo + +[Slides](/media/psztorc-drivechain-construct-2017.pdf) + + + +## Blog Posts -[Sidechain Scaling - Better Strategy Can Improve TX-Throughput, Even if it Can't Improve TX-Physics](https://www.youtube.com/watch?v=Gzg_u9gHc5Q&t=6575s) \ No newline at end of file +* [Sidechain Governance via Miners](http://www.truthcoin.info/blog/contracts-oracles-sidechains/). +* [Drivechain OP Code, Sidechains vs Smart Contracts](http://www.truthcoin.info/blog/drivechain-op-code/). +* [Upgrading Smart Contracts to "Wise Contracts"](http://www.truthcoin.info/blog/wise-contracts/). \ No newline at end of file diff --git a/media/slides/psztorc-drivechain-construct-2017.pdf b/media/slides/psztorc-drivechain-construct-2017.pdf new file mode 100644 index 0000000..522211a Binary files /dev/null and b/media/slides/psztorc-drivechain-construct-2017.pdf differ diff --git a/media/slides/psztorc-milan.pdf b/media/slides/psztorc-milan.pdf new file mode 100644 index 0000000..9532ac4 Binary files /dev/null and b/media/slides/psztorc-milan.pdf differ diff --git a/media/slides/psztorc-sidechain-privatization.pdf b/media/slides/psztorc-sidechain-privatization.pdf new file mode 100644 index 0000000..0e7c90b Binary files /dev/null and b/media/slides/psztorc-sidechain-privatization.pdf differ diff --git a/media/slides/psztorc-sidechain-risks.pdf b/media/slides/psztorc-sidechain-risks.pdf new file mode 100644 index 0000000..a32ea4d Binary files /dev/null and b/media/slides/psztorc-sidechain-risks.pdf differ