-
Notifications
You must be signed in to change notification settings - Fork 16
/
blockchain-urls.bib
5396 lines (4810 loc) · 199 KB
/
blockchain-urls.bib
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%% eprint/preprint blockchain bibliography %%%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% \usepackage{url}
% Add this to your main .tex file
% so that URLs with special chars
% are handled correclty in misc
% entries using work arounds like
% howhpublished=
% note=`
% < 2008
@misc{dai1998bmoney,
title = {bmoney},
author = {Dai, Wei},
year = {1998},
howpublished = {\url{http://www.weidai.com/bmoney.txt}},
note = {Accessed: 2016-04-31},
url = {http://www.weidai.com/bmoney.txt}
}
@misc{back2002hashcash,
title = {Hashcash-a denial of service counter-measure},
author = {Back, Adam and others},
year = {2002},
howpublished = {\url{http://www.hashcash.org/papers/hashcash.pdf}},
note = {Accessed: 2016-03-09},
url = {http://www.hashcash.org/papers/hashcash.pdf}
}
% url = {http://archive.is/i0OYc}
@misc{szabo2003advances,
title = {Advances in Distributed Security},
author = {Szabo, Nick},
year = {2003},
howpublished = {\url{http://szabo.best.vwh.net/distributed.html}},
note = {Accessed: 2016-04-31},
}
@misc{finney2004rpow,
title = {Reusable Proofs of Work (RPOW)},
author = {Finney, Hal},
year = {2004},
howpublished = {\url{http://web.archive.org/web/20071222072154/http://rpow.net/}},
note = {Accessed: 2016-04-31},
url = {http://web.archive.org/web/20071222072154/http://rpow.net/}
}
@misc{szabo2005bitgold,
title = {Bit gold},
author = {Szabo, Nick},
year = {2005},
howpublished = {\url{http://unenumerated.blogspot.co.at/2005/12/bit-gold.html}},
note = {Accessed: 2016-04-31},
url = {http://unenumerated.blogspot.co.at/2005/12/bit-gold.html}
}
% 2008
@misc{nakamoto2008bitcoin,
author = {Nakamoto, Satoshi},
title = {Bitcoin: A Peer-to-Peer Electronic Cash System},
year = {2008},
month = {Dec},
howpublished = {\url{https://bitcoin.org/bitcoin.pdf}},
note = {Accessed: 2015-07-01},
url = {https://bitcoin.org/bitcoin.pdf}
}
% 2009
@misc{percival2009scrypt,
title = {Stronger key derivation via sequential memory-hard functions},
author = {Percival, Colin},
year = {2009},
howpublished = {\url{http://www.bsdcan.org/2009/schedule/attachments/87_scrypt.pdf}},
note = {Accessed: 2016-03-09},
url = {http://www.bsdcan.org/2009/schedule/attachments/87_scrypt.pdf}
}
@phdthesis{golze2009fairness,
title = {Fairness in \"{U}berlastsituationen mittels Proof-of-Work-Funktionen.},
author = {Golze, Sebastian},
year = {2009},
school = {Berlin Institute of Technology},
howpublished = {\url{https://depositonce.tu-berlin.de/bitstream/11303/2499/2/Dokument_41.pdf}},
note = {Accessed: 2016-03-09},
url = {https://depositonce.tu-berlin.de/bitstream/11303/2499/2/Dokument_41.pdf}
}
% 2010
% 2011
@misc{schwarz2011zooko,
author = {Aaron Schwarz},
title = {{Squaring the Triangle: Secure, Decentralized, Human-Readable Names}},
year = {2011},
month = {Jan},
howpublished = {\url{http://www.aaronsw.com/weblog/squarezooko}},
note = {Accessed 2014-11-14},
url = {http://www.aaronsw.com/weblog/squarezooko}
}
@misc{laurie2011decentralised,
title = {Decentralised currencies are probably impossible (but let's at least make them efficient)},
author = {Laurie, Ben},
year = {2011},
howpublished = {\url{http://w.fipr.org/files/decentralised-currencies.pdf}},
note = {Accessed 2016-09-02},
url = {http://w.fipr.org/files/decentralised-currencies.pdf}
}
@article{rosenfeld2011analysis,
title = {Analysis of Bitcoin pooled mining reward systems},
author = {Rosenfeld, Meni},
journal = {arXiv preprint arXiv:1112.4980},
year = {2011},
note = {Accessed 2017-11-24},
url = {https://arxiv.org/pdf/1112.4980.pdf}
}
% 2012
@misc{rosenfeld2012overview,
title = {Overview of colored coins},
author = {Rosenfeld, Meni},
journal = {White paper, bitcoil. co. il},
year = {2012},
howpublished = {\url{https://bitcoil.co.il/BitcoinX.pdf}},
note = {Accessed: 2016-03-09},
url = {https://bitcoil.co.il/BitcoinX.pdf}
}
@misc{ron2012quantitative,
author = {D. Ron and A. Shamir},
title = {Quantitative Analysis of the Full Bitcoin Transaction Graph},
publisher = {Cryptology ePrint Archive, Report 2012/584},
year = {2012},
howpublished = {\url{https://eprint.iacr.org/2012/584.pdf}},
note = {Accessed: 2016-03-09},
url = {https://eprint.iacr.org/2012/584.pdf}
}
@misc{taylor2012bitmessage,
author = {M. B. Taylor},
title = {Bitmessage: A Peer-to-Peer Message Authentication and Delivery System},
year = {2012},
month = {nov},
howpublished = {\url{https://bitmessage.org/bitmessage.pdf}},
note = {Accessed: 2015-05-06},
url = {https://bitmessage.org/bitmessage.pdf}
}
@MastersThesis{herrmann2012implementation,
title={Implementation, evaluation and detection of a doublespend-attack on Bitcoin},
author={Herrmann, Matthias},
year={2012},
month={Apr},
school={Master Thesis ETH Z{\"u}rich, 2012},
url={http://e-collection.library.ethz.ch/eserv/eth:5606/eth-5606-01.pdf?pid=eth:5606&dsID=eth-5606-01.pdf}
}
% 2013
@misc{bahack2013theoretical,
title = {Theoretical Bitcoin Attacks with less than Half of the Computational Power},
author = {Bahack, Lear},
year = {2013},
note = {Accessed: 2017-11-23},
url = {https://arxiv.org/pdf/1312.7013.pdf}
}
@misc{sompolinsky2013accelerating,
author = {Sompolinsky, Yonatan and Zohar, Aviv},
title = {Accelerating Bitcoin's Transaction Processing. Fast Money Grows on Trees, Not Chains},
journal = {IACR Cryptology ePrint Archive},
year = {2013},
pages = {881},
url = {http://eprint.iacr.org/2013/881.pdf}
}
@misc{sun2014solving,
title = {Solving Byzantine Problems in Synchronized Systems using Bitcoin},
author = {Sun, Felix and Duan, Peitong},
year = {2014},
howpublished = {\url{http://web.mit.edu/felixsun/www/projects/bitcoin.pdf}},
note = {Accessed: 2016-09-02},
url = {http://web.mit.edu/felixsun/www/projects/bitcoin.pdf}
}
@misc{courtois2013unreasonable,
title={The unreasonable fundamental incertitudes behind bitcoin mining},
author={Courtois, Nicolas T and Grajek, Marek and Naik, Rahul},
howpublished={arXiv preprint arXiv:1310.7935},
year={2013},
note = {Accessed: 2017-07-04},
url={https://arxiv.org/pdf/1310.7935.pdf}
}
@phdthesis{naik2013optimising,
title={Optimising the SHA256 Hashing Algorithm for Faster and More Efficient Bitcoin Mining},
author={Naik, Rahul P and Courtois, Nicolas T},
year={2013},
month={Sep},
school= {University College London},
url={http://www.nicolascourtois.com/bitcoin/Optimising%20the%20SHA256%20Hashing%20Algorithm%20for%20Faster%20and%20More%20Efficient%20Bitcoin%20Mining_Rahul_Naik.pdf}
}
% 2014
@misc{rosenfeld2014doublespending,
author = {M. Rosenfeld},
title = {Analysis of Hashrate-Based Double Spending},
journal = {CoRR},
volume = {abs/1402.2009},
year = {2014},
howpublished = {\url{http://arxiv.org/abs/1402.2009}},
note = {Accessed: 2016-03-09},
url = {https://arxiv.org/pdf/1402.2009.pdf}
}
%fromknecht2014certcoin
@article{fromknecht2014decentralized,
title = {A Decentralized Public Key Infrastructure with Identity Retention.},
author = {Fromknecht, Conner and Velicanu, Dragos and Yakoubov, Sophia},
journal = {IACR Cryptology ePrint Archive},
volume = {2014},
pages = {803},
year = {2014},
url = {https://eprint.iacr.org/2014/803.pdf}
}
%bentov2014withoutpow
@misc{bentov2014cryptocurrencies,
title = {Cryptocurrencies without proof of work},
author = {Bentov, Iddo and Gabizon, Ariel and Mizrahi, Alex},
journal = {arXiv preprint arXiv:1406.5694},
year = {2014},
howpublished = {\url{http://arxiv.org/pdf/1406.5694.pdf}},
note = {Accessed: 2016-03-09},
url = {http://arxiv.org/pdf/1406.5694.pdf}
}
%laviola2014anonymous
@misc{miller2014anonymous,
title = {Anonymous byzantine consensus from moderately-hard puzzles: A model for bitcoin},
author = {Miller, A and LaViola JJ},
year = {2014},
howpublished = {\url{https://socrates1024.s3.amazonaws.com/consensus.pdf}},
note = {Accessed: 2016-03-09},
url = {https://socrates1024.s3.amazonaws.com/consensus.pdf}
}
@misc{bruce2014miniblock,
author = {J. D. Bruce},
title = {The Mini-Blockchain Scheme (a.k.a Purely P2P Crypto-Currency With Finite Mini-Blockchain)},
year = {2014},
month = {Jul},
howpublished = {\url{http://cryptonite.info/files/mbc-scheme-rev2.pdf}},
note = {Accessed: 2014-04-05},
url = {http://cryptonite.info/files/mbc-scheme-rev2.pdf}
}
@misc{jacobs2014namecoin,
author = {F. Jacobs},
title = {Providing better confidentiality and authentication on the Internet using Namecoin and MinimaLT},
year = {2014},
month = {apr},
howpublished = {\url{https://raw.githubusercontent.com/FredericJacobs/safeweb/master/paper.pdf}},
note = {Accessed: 2014-04-02},
url = {https://raw.githubusercontent.com/FredericJacobs/safeweb/master/paper.pdf}
}
@misc{filecoin2014filecoin,
author = {Filecoin community},
title = {Filecoin: A Cryptocurrency Operated File Storage Network},
organization = {filecoin.io},
year = {2014},
month = {Oct},
howpublished = {\url{http://filecoin.io/filecoin.pdf}},
note = {Accessed: 2014-10-14},
url = {http://filecoin.io/filecoin.pdf}
}
@misc{back2014enabling,
title = {Enabling blockchain innovations with pegged sidechains},
author = {Back, Adam and Corallo, Matt and Dashjr, Luke and Friedenbach, Mark and Maxwell, Gregory and Miller, Andrew and Poelstra, Andrew and Tim{\'o}n, Jorge and Wuille, Pieter},
year = {2014},
howpublished = {\url{http://newspaper23.com/ripped/2014/11/http-_____-___-_www___-blockstream___-com__-_sidechains.pdf}},
note = {Accessed: 2016-07-05},
url = {http://newspaper23.com/ripped/2014/11/http-_____-___-_www___-blockstream___-com__-_sidechains.pdf}
}
@misc{beukema2014formalising,
title = {Formalising the Bitcoin protocol},
author = {Beukema, WJB},
year = {2014},
howpublished = {\url{http://referaat.cs.utwente.nl/conference/21/paper/7450/formalising-the-bitcoin-protocol.pdf}},
note = {Accessed: 2016-08-01},
url = {http://referaat.cs.utwente.nl/conference/21/paper/7450/formalising-the-bitcoin-protocol.pdf}
}
@misc{schwartz2014ripple,
title = {The Ripple protocol consensus algorithm},
author = {Schwartz, David and Youngs, Noah and Britto, Arthur},
journal = {Ripple Labs Inc White Paper},
year = {2014},
howpublished = {\url{https://ripple.com/files/ripple_consensus_whitepaper.pdf}},
note = {Accessed: 2016-08-08},
url = {https://ripple.com/files/ripple_consensus_whitepaper.pdf}
}
@misc{buterin2014ethereum,
title = {Ethereum: A next-generation smart contract and decentralized application platform},
author = {Buterin, Vitalik},
year = {2014},
howpublished = {\url{https://github.com/ethereum/wiki/wiki/White-Paper}},
note = {Accessed: 2016-08-22},
url = {https://github.com/ethereum/wiki/wiki/White-Paper}
}
@misc{wood2014ethereum,
title = {Ethereum: A secure decentralised generalised transaction ledger EIP-150 REVISION (759dccd - 2017-08-07)},
author = {Wood, Gavin},
journal = {Ethereum Project Yellow Paper},
year = {2017},
note = {Accessed: 2018-01-03},
url = {https://ethereum.github.io/yellowpaper/paper.pdf}
}
@misc{shomer2014phase,
title = {On the Phase Space of Block-Hiding Strategies in Bitcoin-like networks},
author = {Shomer, Assaf},
journal = {arXiv preprint arXiv:1402.4233},
year = {2014},
month = {Feb},
howpublished = {\url{https://arxiv.org/pdf/1402.4233v1.pdf}},
note = {Accessed: 2016-10-17},
url = {https://arxiv.org/pdf/1402.4233v1.pdf}
}
@misc{katz2014pseudonymous,
author = {Jonathan Katz and Andrew Miller and Elaine Shi},
title = {Pseudonymous Broadcast and Secure Computation from Cryptographic Puzzles},
howpublished = {Cryptology ePrint Archive, Report 2014/857},
year = {2014},
note = {\url{http://eprint.iacr.org/2014/857}},
url={http://eprint.iacr.org/2014/857.pdf}
}
@misc{courtois2014subversive,
title={On subversive miner strategies and block withholding attack in bitcoin digital currency},
author={Courtois, Nicolas T and Bahack, Lear},
howpublished={arXiv preprint arXiv:1402.1718},
year={2014},
note = {Accessed: 2016-07-04},
url={https://arxiv.org/pdf/1402.1718.pdf}
}
@misc{courtois2014longest,
title={On the longest chain rule and programmed self-destruction of crypto currencies},
author={Courtois, Nicolas T},
howpublished={arXiv preprint arXiv:1405.0534},
year={2014},
note = {Accessed: 2016-07-04},
url={https://arxiv.org/pdf/1405.0534.pdf}
}
@article{o2014bitcoin,
title={Bitcoin mining and its energy footprint},
author={O'Dwyer, Karl J and Malone, David},
year={2014},
publisher={IET},
url= {http://karlodwyer.com/publications/pdf/bitcoin_KJOD_2014.pdf}
}
% 2015
@misc{miller2015topology,
title = {Discovering bitcoin's public topology and influential nodes},
author = {Miller, Andrew and Litton, James and Pachulski, Andrew and Gupta, Neal and Levin, Dave and Spring, Neil and Bhattacharjee, Bobby},
year = {2015},
month = {May},
howpublished = {\url{http://cs.umd.edu/projects/coinscope/coinscope.pdf}},
note = {Accsessed: 2016-03-09},
url = {http://cs.umd.edu/projects/coinscope/coinscope.pdf}
}
@misc{bonneau2015random,
title = {On Bitcoin as a public randomness source},
author = {Bonneau, Joseph and Clark, Jeremy and Goldfeder, Steven},
year = {2015},
howpublished = {\url{https://eprint.iacr.org/2015/1015.pdf}},
note = {Accessed: 2015-10-25},
url = {https://eprint.iacr.org/2015/1015.pdf}
}
@misc{goldfeder2015threshold,
author = {Steven Goldfeder and Rosario Gennaro and Harry Kalodner and Joseph Bonneau and Joshua Kroll and Edward W. Felten and Arvind Narayanan},
title = {{Securing Bitcoin wallets via a new DSA/ECDSA threshold signature scheme}},
year = {2015},
howpublished = {\url{http://www.cs.princeton.edu/~stevenag/threshold_sigs.pdf}},
note = {Accessed: 2015-07-13},
url = {http://www.cs.princeton.edu/~stevenag/threshold_sigs.pdf}
}
@misc{gobel2015simulation,
title = {Bitcoin Blockchain Dynamics: the Selfish-Mine Strategy in the Presence of Propagation Delay},
author = {G{\"o}bel, Johannes and Keeler, Paul and Krzesinski, Anthony E and Taylor, Peter G},
journal = {arXiv preprint arXiv:1505.05343},
year = {2015},
howpublished = {\url{http://arxiv.org/pdf/1505.05343.pdf}},
note = {Accessed: 2015-03-01},
url = {http://arxiv.org/pdf/1505.05343.pdf}
}
@misc{chaudhary2015modeling,
title = {Modeling and verification of the bitcoin protocol},
author = {Chaudhary, Kaylash and Fehnker, Ansgar and van de Pol, Jaco and Stoelinga, Marielle},
journal = {arXiv preprint arXiv:1511.04173},
year = {2015},
howpublished = {\url{http://arxiv.org/pdf/1511.04173.pdf}},
note = {Accessed: 2016-08-01},
url = {http://arxiv.org/pdf/1511.04173.pdf}
}
@misc{mazieres2015modeling,
title = {The Stellar Consensus Protocol: A Federated Model for Internet-level Consensus},
author = {Mazieres, David},
year = {2015},
howpublished = {\url{https://www.stellar.org/papers/stellar-consensus-protocol.pdf}},
note = {Accessed: 2016-08-01},
url = {https://www.stellar.org/papers/stellar-consensus-protocol.pdf}
}
@misc{luu2015scp,
title = {SCP: a computationally-scalable Byzantine consensus protocol for blockchains},
author = {Luu, Loi and Narayanan, Viswesh and Baweja, Kunal and Zheng, Chaodong and Gilbert, Seth and Saxena, Prateek},
year = {2015},
howpublished = {\url{https://www.weusecoins.com/assets/pdf/library/SCP - A Computationally-Scalable Byzantine.pdf}},
note = {Accessed: 2016-08-10},
url = {https://www.weusecoins.com/assets/pdf/library/SCP - +A Computationally-Scalable Byzantine.pdf}
}
@misc{delmolino2015step,
title = {Step by Step Towards Creating a Safe Smart Contract: Lessons and Insights from a Cryptocurrency Lab.},
author = {Delmolino, Kevin and Arnett, Mitchell and Kosba, Ahmed E and Miller, Andrew and Shi, Elaine},
journal = {IACR Cryptology ePrint Archive},
year = {2015},
howpublished = {\url{http://eprint.iacr.org/2015/460.pdf}},
note = {Accessed: 2016-08-10},
url = {http://eprint.iacr.org/2015/460.pdf}
}
@misc{sapirshtein2015optimal,
title = {Optimal selfish mining strategies in Bitcoin},
author = {Sapirshtein, Ayelet and Sompolinsky, Yonatan and Zohar, Aviv},
journal = {arXiv preprint arXiv:1507.06183},
year = {2015},
howpublished = {\url{http://arxiv.org/pdf/1507.06183.pdf}},
note = {Accessed: 2016-08-22},
url = {http://arxiv.org/pdf/1507.06183.pdf}
}
@misc{kiayias2015speed,
title ={Speed-Security Tradeoff s in Blockchain Protocols},
author ={Kiayias, Aggelos and Panagiotakos, Giorgos},
year ={2015},
month ={Oct},
howpublished = {\url{https://eprint.iacr.org/2015/1019.pdf}},
note = {Accessed: 2016-10-17},
url={https://eprint.iacr.org/2015/1019.pdf}
}
@misc{andrychowicz2015multiparty,
title={Multiparty Computation Protocols Based on Cryptocurrencies},
author={Andrychowicz, Marcin},
year={2015},
howpublished={\url{https://depotuw.ceon.pl/bitstream/handle/item/1327/dis.pdf}},
note = {Accessed: 2017-02-15},
url={https://depotuw.ceon.pl/bitstream/handle/item/1327/dis.pdf}
}
@misc{mazieres2015stellar,
title={The stellar consensus protocol: A federated model for internet-level consensus},
author={Mazieres, David},
year={2015},
howpublished={\url{http://citeseerx.ist.psu.edu/viewdoc/download?doi=10.1.1.696.93&=&rep=rep1&=&type=pdf}},
note = {Accessed: 2017-02-20},
url={http://citeseerx.ist.psu.edu/viewdoc/download?doi=10.1.1.696.93&=&rep=rep1&=&type=pdf}
}
@misc{park2015spacemint,
author = {Sunoo Park and Krzysztof Pietrzak and Albert Kwon and Jo{\"e}l Alwen and Georg Fuchsbauer and Peter Ga{\v z}i},
title = {SpaceMint: A Cryptocurrency Based on Proofs of Space},
howpublished = {Cryptology ePrint Archive, Report 2015/528},
year = {2015},
note = {Accessed: 2017-06-29},
url={https://eprint.iacr.org/2015/528.pdf}
}
@misc{zyskind2015enigma,
title={Enigma: Decentralized computation platform with guaranteed privacy},
author={Zyskind, Guy and Nathan, Oz and Pentland, Alex},
howpublished={arXiv preprint arXiv:1506.03471},
year={2015},
note = {Accessed: 2017-08-22},
url={https://arxiv.org/pdf/1506.03471.pdf}
}
@misc{swanson2015consensus,
title={Consensus-as-a-service: a brief report on the emergence of permissioned, distributed ledger systems},
author={Swanson, Tim},
howpublished = {\url{http://www.ofnumbers.com/wp-content/uploads/2015/04/Permissioned-distributed-ledgers.pdf}},
year={2015},
month={Apr},
note = {Accessed: 2017-10-03},
url={http://www.ofnumbers.com/wp-content/uploads/2015/04/Permissioned-distributed-ledgers.pdf}
}
% 2016
@misc{ali2016blockstack,
title = {Blockstack: Design and Implementation of a Global Naming System with Blockchains},
author = {Ali, Muneeb and Nelson, Jude and Shea, Ryan and Freedman, Michael J},
year = {2016},
howpublished = {\url{http://www.the-blockchain.com/docs/Blockstack Design and Implementation of a Global Naming System.pdf}},
note = {Accessed: 2016-03-29},
url = {http://www.the-blockchain.com/docs/Blockstack Design and Implementation of a Global Naming System.pdf}
}
@misc{narayanan2016bitcoin,
title = {Bitcoin and Cryptocurrency Technologies},
author = {{Narayanan, Arvind and Bonneau, Joseph and Felten, Edward and Miller, Andrew and Goldfeder, Steven}},
year={2016},
booktitle = {Bitcoin and Cryptocurrency Technologies},
howpublished = {http://bitcoinbook.cs.princeton.edu/},
note = {Accessed: 2016-03-29},
url = {https://d28rh4a8wq0iu5.cloudfront.net/bitcointech/readings/princeton_bitcoin_book.pdf}
}
@misc{judmayer2016c4,
author = {Judmayer, Aljosha and Edgar Weippl},
title = {Cryptographic Currencies Crash Course (C4)},
journal = {Tutorial at WWW2016},
year = {2016},
month = {Apr},
howpublished = {\url{http://www2016.net/proceedings/companion/p1021.pdf}},
note = {Accessed: 2016-06-06},
url = {http://www2016.net/proceedings/companion/p1021.pdf}
}
@misc{bentov2016bitcoin,
title = {Bitcoin Beacon},
author = {Bentov, Iddo and Gabizon, Ariel and Zuckerman, David},
journal = {arXiv prepring arXiv:1605.04559},
year = {2016},
howpublished = { https://arxiv.org/pdf/1605.04559v2},
note = {Accessed: 2016-06-06},
url = {https://arxiv.org/pdf/1605.04559v2.pdf}
}
@misc{sompolinsky2016bitcoin,
title = {Bitcoin's Security Model Revisited},
author = {Sompolinsky, Yonatan and Zohar, Aviv},
journal = {arXiv preprint arXiv:1605.09193},
year = {2016},
howpublished = {\url{http://arxiv.org/pdf/1605.09193}},
note = {Accessed: 2016-07-04},
url = {http://arxiv.org/pdf/1605.09193.pdf}
}
@misc{anderson2016new,
title = {New kids on the block: an analysis of modern blockchains},
author = {Anderson, Luke and Holz, Ralph and Ponomarev, Alexander and Rimba, Paul and Weber, Ingo},
journal = {arXiv preprint arXiv:1606.06530},
year = {2016},
howpublished = {\url{http://arxiv.org/pdf/1606.06530.pdf}},
note = {Accessed: 2016-07-04},
url = {http://arxiv.org/pdf/1606.06530.pdf}
}
@misc{poon2016bitcoin,
title = {The bitcoin lightning network},
author = {Poon, Joseph and Dryja, Thaddeus},
year = {2016},
howpublished = {\url{https://lightning.network/lightning-network-paper.pdf}},
note = {Accessed: 2016-07-07},
url = {https://lightning.network/lightning-network-paper.pdf}
}
@misc{pass2016analysis,
title = {Analysis of the Blockchain Protocol in Asynchronous Networks},
author = {Pass, Rafael and Seeman, Lior and shelat, abhi},
year = {2016},
howpublished = {\url{http://eprint.iacr.org/2016/454.pdf}},
note = {Accessed: 2016-08-01},
url = {http://eprint.iacr.org/2016/454.pdf}
}
@misc{pass2016hybrid,
title = {Hybrid Consensus: Scalable Permissionless Consensus},
author = {Pass, Rafael and Shi, Elaine},
year = {2016},
month = {Sep},
howpublished = {\url{https://eprint.iacr.org/2016/917.pdf}},
note = {Accessed: 2016-10-17},
url = {https://eprint.iacr.org/2016/917.pdf}
}
@misc{nelson2016extending,
title = {Extending Existing Blockchains with Virtualchain},
author = {Nelson, Jude and Ali, Muneeb and Shea, Ryan and Freedman, Michael J},
year = {2016},
howpublished = {\url{https://www.zurich.ibm.com/dccl/papers/nelson_dccl.pdf}},
note = {Accessed: 2016-08-01},
url = {https://www.zurich.ibm.com/dccl/papers/nelson_dccl.pdf}
}
@misc{cachin2016architecture,
title = {Architecture of the Hyperledger Blockchain Fabric},
author = {Cachin, Christian},
year = {2016},
howpublished = {\url{https://www.zurich.ibm.com/dccl/papers/cachin_dccl.pdf}},
note = {Accessed: 2016-08-10},
url = {https://www.zurich.ibm.com/dccl/papers/cachin_dccl.pdf}
}
@misc{vukolic2016eventually,
title = {Eventually Returning to Strong Consistency},
author = {Vukolic, Marko},
year = {2016},
howpublished = {\url{https://pdfs.semanticscholar.org/a6a1/b70305b27c556aac779fb65429db9c2e1ef2.pdf}},
note = {Accessed: 2016-08-10},
url = {https://pdfs.semanticscholar.org/a6a1/b70305b27c556aac779fb65429db9c2e1ef2.pdf}
}
@misc{gramoli2016danger,
title = {On the Danger of Private Blockchains},
author = {Gramoli, Vincent},
year = {2016},
howpublished = {\url{https://www.zurich.ibm.com/dccl/papers/gramoli_dccl.pdf}},
note = {Accessed: 2016-08-10},
url = {https://www.zurich.ibm.com/dccl/papers/gramoli_dccl.pdf}
}
@misc{bhargavan2016short,
title={Short Paper: Formal Verification of Smart Contracts},
author={Bhargavan, Karthikeyan and Delignat-Lavaud, Antoine and Fournet, C{\'e}dric and Gollamudi, Anitha and Gonthier, Georges and Kobeissi, Nadim and Rastogi, Aseem and Sibut-Pinote, Thomas and Swamy, Nikhil and Zanella-B{\'e}guelin, Santiago},
year={2016},
month={Aug},
howpublished = {\url{https://www.cs.umd.edu/~aseem/solidetherplas.pdf}},
note = {Accessed: 2018-09-19},
url={https://www.cs.umd.edu/~aseem/solidetherplas.pdf}
}
@misc{pettersson2016safer,
title={Safer smart contracts through type-driven development},
author={Pettersson, Jack and Edstr{\"o}m, Robert},
school={Chalmers University of Technology and University of Gothenburg},
year={2016},
address = {Gothenburg, Sweden},
howpublished = {\url{https://publications.lib.chalmers.se/records/fulltext/234939/234939.pdf}},
note = {Accessed: 2016-08-10},
url={https://publications.lib.chalmers.se/records/fulltext/234939/234939.pdf}
}
@misc{blocki2016designing,
title ={Designing Proof of Human-work Puzzles for Cryptocurrency and Beyond},
author ={Blocki, Jeremiah and Zhou, Hong-Sheng},
publisher = {Cryptology ePrint Archive, Report 2016/145},
year ={2016},
month ={Aug},
howpublished = {\url{https://eprint.iacr.org/2016/145.pdf}},
note = {Accessed: 2016-10-17},
url ={https://eprint.iacr.org/2016/145.pdf}
}
@misc{cachin2016non,
title={Non-determinism in Byzantine Fault-Tolerant Replication},
author={Cachin, Christian and Schubert, Simon and Vukolic, Marko},
year={2016},
month={Mar},
howpublished={\url{http://www.zurich.ibm.com/~cca/papers/sieve.pdf}},
note={Accessed: 2016-11-08},
url={http://www.zurich.ibm.com/~cca/papers/sieve.pdf}
}
%tailored for permissioned blockchain environment
@misc{abraham2016bvp,
title={BVP: Byzantine Vertical Paxos},
author={Abraham, Ittai and Malkhi, Dahlia},
year={2016},
month={May},
howpublished={\url{https://www.zurich.ibm.com/dccl/papers/abraham_dccl.pdf}},
note={Accessed: 2016-11-08},
url={https://www.zurich.ibm.com/dccl/papers/abraham_dccl.pdf}
}
@misc{wust2016security,
title={Security of Blockchain Technologies},
author={W{\"u}st, Karl},
publisher={Master's Thesis - Department of Computer Science, ETH Z{\"u}rich},
year={2016},
month={Jul},
howpublished={\url{http://e-collection.library.ethz.ch/eserv/eth:49632/eth-49632-01.pdf}},
note={Accessed: 2016-11-08},
url={http://e-collection.library.ethz.ch/eserv/eth:49632/eth-49632-01.pdf}
}
@phdthesis{miller2016provable,
title={Provable Security for Cryptocurrencies},
author={Miller, Andrew},
year={2016},
school={University of Maryland, College Park},
howpublished={\url{http://www.cs.umd.edu/~jkatz/THESES/amiller-thesis.pdf}},
note={Accessed: 2016-11-08},
url={http://www.cs.umd.edu/~jkatz/THESES/amiller-thesis.pdf}
}
@misc{pass2016fruitchains,
title={Fruitchains: A fair blockchain},
author={Pass, Rafael and Shi, Elaine},
publisher = {Cryptology ePrint Archive, Report 2016/916},
year={2016},
howpublished={\url{http://eprint.iacr.org/2016/916.pdf}},
note={Accessed: 2016-11-08},
url={http://eprint.iacr.org/2016/916.pdf}
}
@misc{bentov2016sleepy,
title={The sleepy model of consensus},
author={Bentov, Iddo and Pass, Rafael and Shi, Elaine},
publisher = {Cryptology ePrint Archive, Report 2016/918},
year={2016},
howpublished={\url{https://eprint.iacr.org/2016/918.pdf}},
note={Accessed: 2016-11-08},
url={https://eprint.iacr.org/2016/918.pdf}
}
@misc{bentov2016snow,
title={Snow White: Provably Secure Proofs of Stake},
author={Bentov, Iddo and Pass, Rafael and Shi, Elaine},
publisher = {Cryptology ePrint Archive, Report 2016/919},
year={2016},
howpublished={ https://eprint.iacr.org/2016/919.pdf},
note={Accessed: 2016-11-08},
url={https://eprint.iacr.org/2016/919.pdf}
}
@misc{garay2016bootstrapping,
author = {Garay, Juan A. and Kiayias, Aggelos and Leonardos, Nikos and Panagiotakos, Giorgos},
title = {Bootstrapping the Blockchain --- Directly},
publisher = {Cryptology ePrint Archive, Report 2016/991},
year = {2016},
month={Oct},
howpublished = {\url{http://eprint.iacr.org/2016/991}},
note={Accessed: 2016-11-08},
url={https://eprint.iacr.org/2016/991.pdf}
}
@misc{atzei2016survey,
author = {Atzei, Nicola and Bartoletti, Massimo and Cimoli, Tiziana},
title = {A survey of attacks on Ethereum smart contracts},
publisher = {Cryptology ePrint Archive, Report 2016/1007},
year = {2016},
month ={Oct},
howpublished={\url{http://eprint.iacr.org/2016/1007}},
note={Accessed: 2016-11-08},
url = { https://eprint.iacr.org/2016/1007.pdf}
}
@misc{kiayias2016provably,
author = {Kiayias, Aggelos and Konstantinou, Ioannis and Russell, Alexander and David, Bernardo and Oliynykov, Roman },
title = {A Provably Secure Proof-of-Stake Blockchain Protocol},
publisher = {Cryptology ePrint Archive, Report 2016/889},
month = {Sep},
year = {2016},
howpublished = {\url{http://eprint.iacr.org/2016/889}},
note = {Accessed: 2016-11-09},
url = {http://eprint.iacr.org/2016/889.pdf}
}
% honey badger async. (randomized) bft protocol
@misc{miller2016honey,
title={The honey badger of BFT protocols},
author={Miller, Andrew and Xia, Yu and Croman, Kyle and Shi, Elaine and Song, Dawn},
publisher={Cryptology ePrint Archive: Report 2016/199},
year={2016},
howpublished={\url{https://eprint.iacr.org/2016/199.pdf}},
note={Accessed: 2017-01-10},
url={https://eprint.iacr.org/2016/199.pdf}
}
@misc{clack2016smart,
author = {Christopher D. Clack and Vikram A. Bakshi and Lee Braine},
title = {Smart Contract Templates: foundations, design landscape and research directions},
journal = {CoRR},
volume = {abs/1608.00771},
year = {2016},
howpublished={\url{https://arxiv.org/pdf/1608.00771v2.pdf}},
note={Accessed: 2017-01-10},
url = {https://arxiv.org/pdf/1608.00771v2.pdf}
}
@misc{lajoie2016increasing,
title={Increasing the robustness of the Bitcoincrypto-system in presence of undesirable behaviours},
author={Lajoie-Mazenc, Thibaut},
publisher={Master's Thesis sumbmitted at KTH CSC},
year={2016},
howpublished={\url{http://www.nada.kth.se/~ann/exjobb/thibaut_lajoie-mazenc.pdf}},
note={Accessed: 2017-01-19},
url={http://www.nada.kth.se/~ann/exjobb/thibaut_lajoie-mazenc.pdf}
}
@misc{baars2016towards,
title={Towards Self-Sovereign Identity using Blockchain Technology},
author={Baars, Djuri},
year={2016},
publisher={Master's Thesis at University of Twente},
howpublished={\url{http://essay.utwente.nl/71274/1/Baars_MA_BMS.pdf}},
note={Accessed: 2017-01-19},
url={http://essay.utwente.nl/71274/1/Baars_MA_BMS.pdf}
}
@misc{abraham2016solidus,
title={Solidus: An Incentive-compatible Cryptocurrency Based on Permissionless Byzantine Consensus},
author={Abraham, Ittai and Malkhi, Dahlia and Nayak, Kartik and Ren, Ling and Spiegelman, Alexander},
journal = {CoRR},
volume = {abs/1612.02916},
year={2016},
month={Dec},
howpublished={\url{https://arxiv.org/abs/1612.02916}},
note={Accessed: 2017-02-06},
url={https://arxiv.org/pdf/1612.02916.pdf}
}
@misc{buchman2016tendermint,
title={Tendermint: Byzantine Fault Tolerance in the Age of Blockchains},
author={Buchman, Ethan},
publisher={Master's Thesis at University of Guelph, Ontario},
year={2016},
month={Jun},
note={Accessed: 2017-02-06},
howpublished={\url{http://atrium.lib.uoguelph.ca/xmlui/bitstream/handle/10214/9769/Buchman_Ethan_201606_MAsc.pdf}},
url={http://atrium.lib.uoguelph.ca/xmlui/bitstream/handle/10214/9769/Buchman_Ethan_201606_MAsc.pdf}
}
@misc{duong2016hop,
author = {Tuyet Duong and Lei Fan and Hong-Sheng Zhou},
title = {2-hop Blockchain: Combining Proof-of-Work and Proof-of-Stake Securely},
howpublished = {Cryptology ePrint Archive, Report 2016/716},
year = {2016},
note={Accessed: 2017-02-06},
url={https://eprint.iacr.org/2016/716.pdf}
}
@misc{garay2016bitcoin,
title = {The Bitcoin Backbone Protocol with Chains of Variable Difficulty},
author = {Juan A. Garay and Aggelos Kiayias and Nikos Leonardos},
journal = {{IACR} Cryptology ePrint Archive, Report 2016/1048},
year = {2016},
note = {Accessed: 2017-02-06},
howpublished = {\url{http://eprint.iacr.org/2016/1048.pdf}},
url = {http://eprint.iacr.org/2016/1048.pdf},
}
@misc{kiayias2016trees,
title = {On Trees, Chains and Fast Transactions in the Blockchain.},
author = {Kiayias, Aggelos and Panagiotakos, Giorgos},
journal = {IACR Cryptology ePrint Archive, Report 2016/545},
year = {2016},
note = {Accessed: 2017-02-06},
howpublished = {\url{http://eprint.iacr.org/2016/545.pdf}},
url = {http://eprint.iacr.org/2016/545.pdf},
}
@misc{jarecki2016highly,
title = {Highly-Efficient and Composable Password-Protected Secret Sharing (Or: How to Protect Your Bitcoin Wallet Online)},
author = {Jarecki, Stanislaw and Kiayias, Aggelos and Krawczyk, Hugo and Xu, Jiayu},
journal = {IACR Cryptology ePrint Archive, Report 2016/144},
year = {2016},
note = {Accessed: 2017-02-06},
howpublished = {\url{http://eprint.iacr.org/2016/144.pdf}},
url = {http://eprint.iacr.org/2016/144.pdf},
}
@misc{gencer2016service,
title = {Service-Oriented Sharding with Aspen},
author = {Gencer, Adem Efe and van Renesse, Robbert and Sirer, Emin G{\"u}n},
journal = {arXiv preprint arXiv:1611.06816},
year = {2016},
howpublished = {\url{http://arxiv.org/pdf/1611.06816.pdf}},
note = {Accessed: 2017-02-06},
url = {http://arxiv.org/pdf/1611.06816.pdf}
}
@misc{kiayias2016blockchain,
author = {Aggelos Kiayias and
Elias Koutsoupias and
Maria Kyropoulou and
Yiannis Tselekounis},
title = {Blockchain Mining Games},
journal = {CoRR},
volume = {abs/1607.02420},
year = {2016},
note = {Accessed: 2017-02-07},
howpublished = {\url{http://arxiv.org/abs/1607.02420}},
url= {https://arxiv.org/pdf/1607.02420.pdf}
}
@misc{micali2016algorand,
author = {Silvio Micali},
title = {ALGORAND: The Efficient and Democratic Ledger},
journal = {CoRR},
volume = {abs/1607.01341},
year = {2016},
howpublished = {http://arxiv.org/abs/1607.01341},
note={Accessed: 2017-02-09},
url={https://arxiv.org/pdf/1607.01341.pdf}
}
@misc{miller2016zero,
author = {Andrew Miller and Iddo Bentov},
title = {Zero-Collateral Lotteries in Bitcoin and Ethereum},
journal = {CoRR},
volume = {abs/1612.05390},
year = {2016},
howpublished = {http://arxiv.org/abs/1612.05390},
note={Accessed: 2017-02-13},
url={https://arxiv.org/pdf/1612.05390.pdf}
}
@misc{natoli2016balance,
author = {Christopher Natoli and Vincent Gramoli},
title = {The Balance Attack Against Proof-Of-Work Blockchains: The {R3} Testbed as an Example},
journal = {CoRR},
volume = {abs/1612.09426},
year = {2016},
howpublished = {http://arxiv.org/abs/1612.09426},
note={Accessed: 2017-02-15},
url={https://arxiv.org/pdf/1612.09426.pdf}
}
@misc{jain2016verify,
title={How to verify computation with a rational network},
author={Jain, Sanjay and Saxena, Prateek and Stephan, Frank and Teutsch, Jason},
journal={arXiv preprint arXiv:1606.05917},
year={2016},
howpublished = {http://arxiv.org/abs/1606.05917},
note={Accessed: 2017-02-15},
url={https://arxiv.org/pdf/1606.05917.pdf}
}
@misc{duong2016securing,
title={Securing Bitcoin-like Backbone Protocols against a Malicious Majority of Computing Power},
author={Duong, Tuyet and Fan, Lei and Veale, Thomas and Zhou, Hong-Sheng},
year = {2016},
howpublished = {\url{http://eprint.iacr.org/2016/716}},
note={Accessed: 2017-02-15},
url={https://eprint.iacr.org/eprint-bin/getfile.pl?entry=2016/716&version=20160721:174624&file=716.pdf}
}
@misc{kiayias2016ouroboros,
title={Ouroboros: A Provably Secure Proof-of-Stake Blockchain Protocol},
author={Kiayias, Aggelos and Russell, Alexander and David, Bernardo and Oliynykov, Roman},
year={2016},
howpublished={https://pdfs.semanticscholar.org/a583/3270b14e251f0b16d86438d04652b1b8d7f3.pdf},
note={Accessed: 2018-08-19},
url={https://pdfs.semanticscholar.org/a583/3270b14e251f0b16d86438d04652b1b8d7f3.pdf}
}
@misc{sompolinsky2016spectre,
author = {Yonatan Sompolinsky and Yoad Lewenberg and Aviv Zohar},
title = {SPECTRE: A Fast and Scalable Cryptocurrency Protocol},
howpublished = {Cryptology ePrint Archive, Report 2016/1159},
year = {2016},
note={Accessed: 2017-02-20},
url={http://eprint.iacr.org/2016/1159.pdf}
}
@misc{camacho2016decor,
title={DECOR+ LAMI: A Scalable Blockchain Protocol},
author={Camacho, Philippe and Lerner, Sergio Demian},
year={2016},
note={Accessed: 2017-02-20},
howpublished={https://scalingbitcoin.org/papers/DECOR-LAMI.pdf},
url={https://scalingbitcoin.org/papers/DECOR-LAMI.pdf}
}