forked from ElementsProject/lightning
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
First up, a draft of a paper showing the differences between the LN draft and this. Signed-off-by: Rusty Russell <[email protected]>
- Loading branch information
1 parent
8f64eb9
commit e4921b9
Showing
21 changed files
with
13,442 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
*.aux | ||
*.bbl | ||
*.blg | ||
*.dvi | ||
*.log | ||
*.out | ||
*.tex |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,64 @@ | ||
@InProceedings{Decker2015Making, | ||
author = {Christian Decker and James Guthrie and Jochen Seidel and Roger Wattenhofer}, | ||
note = {\tt decker@ethz.ch and wattenhofer@ethz.ch}, | ||
title = {{Making Bitcoin Exchanges Transparent}}, | ||
booktitle = {{20th European Symposium on Research in Computer Security (ESORICS), Vienna, Austria}}, | ||
month = {September}, | ||
year = {2015} | ||
} | ||
@misc{Poon2015Lightning, | ||
author = {Joseph Poon and Thaddeus Dryja}, | ||
title = {The Bitcoin Lightning Network DRAFT Version 0.5}, | ||
note = {\url{http://lightning.network/lightning-network-paper-DRAFT-0.5.pdf}}, | ||
year = {2015}, | ||
urldate = {2015-02-28} | ||
} | ||
@misc{nakamoto2008bitcoin, | ||
title={{Bitcoin: A peer-to-peer electronic cash system}}, | ||
author={Nakamoto, Satoshi}, | ||
year={2008} | ||
} | ||
@misc{BitcoinChannels, | ||
title = {{Rapidly-adjusted (micro)payments to a pre-determined party}}, | ||
urldate = {2015-07-13}, | ||
note = {\url{https://en.bitcoin.it/wiki/Contract#Example_7:_Rapidly-adjusted_.28micro.29payments_to_a_pre-determined_party}} | ||
} | ||
@article{DBLP:journals/corr/DeckerW14, | ||
author = {Christian Decker and | ||
Roger Wattenhofer}, | ||
title = {Bitcoin Transaction Malleability and MtGox}, | ||
journal = {CoRR}, | ||
volume = {abs/1403.6676}, | ||
year = {2014}, | ||
url = {http://arxiv.org/abs/1403.6676}, | ||
timestamp = {Tue, 01 Apr 2014 11:56:46 +0200}, | ||
biburl = {http://dblp.uni-trier.de/rec/bib/journals/corr/DeckerW14}, | ||
bibsource = {dblp computer science bibliography, http://dblp.org} | ||
} | ||
@misc{BIP62, | ||
author = { Pieter Wuille }, | ||
title = { Dealing with malleability }, | ||
urldate = {2015-07-13}, | ||
note = {\url{https://github.com/bitcoin/bips/blob/master/bip-0062.mediawiki}} | ||
} | ||
@misc{BIP65, | ||
author = { Peter Todd }, | ||
title = {{OP\_CHECKLOCKTIMEVERIFY}}, | ||
urldate = {2015-07-13}, | ||
note = {\url{https://github.com/bitcoin/bips/blob/master/bip-0065.mediawiki}} | ||
} | ||
@misc{friedenbach_bitcoin-development_2015, | ||
title = {[Bitcoin-development] [{BIP} draft] Consensus-enforced transaction replacement signalled via sequence numbers}, | ||
note = {\url{http://lists.linuxfoundation.org/pipermail/bitcoin-dev/2015-June/008452.html}}, | ||
type = {E-mail}, | ||
author = {Friedenbach, Mark}, | ||
urldate = {2015-07-13}, | ||
date = {2015-06-02} | ||
} | ||
@misc{nolan_alt, | ||
title = {Alt chains and atomic transfers}, | ||
note = {\url{https://bitcointalk.org/index.php?topic=193281.msg2224949#msg2224949}}, | ||
author = {Nolan, Tier}, | ||
urldate = {2015-07-14}, | ||
file = {Alt chains and atomic transfers:/home/rusty/.mozilla/firefox/vfn6if9k.default/zotero/storage/PEHK469N/index.html:text/html} | ||
} |
Large diffs are not rendered by default.
Oops, something went wrong.
Oops, something went wrong.