-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathreferences.bib
218 lines (192 loc) · 5.38 KB
/
references.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
@MISC{quantdecent,
title={Quantifying Decentralization},
author={S. Srinivasan, Balaji and Lee, Leland},
editor={news.earn.com},
month={July},
year={2017},
url={https://news.earn.com/quantifying-decentralization-e39db233c28e},
note={[Online; posted 27-July-2017]},
}
@article{bitcoinpaper,
title={Bitcoin: A Peer-to-Peer Electronic Cash System},
author={Nakamoto, Satoshi},
journal={metzdowd.com},
year={2008}
}
@article{ethpaper,
title={Ethereum White Paper: A Next Generation Smart Contract \& Decentralized Application Platform},
author={Buterin, Vitalik},
journal={Ethereum Github Wiki},
year={2014}
}
@article{daohack,
title={A \$50 Million Hack Just Showed That the DAO Was All Too Human},
author={Klint Finley},
journal={Wired},
year={2016}
}
@MISC{daofork,
title={EIP 779: DAO Fork},
author={Casey Detrio},
editor={Ethereum EIP Github},
month={November},
year={2017},
url={https://github.com/ethereum/EIPs/blob/master/EIPS/eip-779.md},
note={[Online; posted 26-November-2017]}
}
@MISC{etcdec,
title={The Ethereum Classic Declaration of Independence},
author={The Ethereum Classic Community},
year={2016},
month={July},
url={https://ethereumclassic.org/assets/ETC_Declaration_of_Independence.pdf},
notes={[Online; posted 29-July-2016]}
}
@MISC{bitcoinmailing,
title={Bitcoin v0.1 released},
author={Satoshi Nakamoto},
year={2009},
month={January},
url={https://satoshi.nakamotoinstitute.org/emails/cryptography/16/},
}
@MISC{bitcoincode,
title={Bitcoin Code},
author={Satoshi Nakamoto, Hal Finney},
year={2009},
month={January},
url={https://satoshi.nakamotoinstitute.org/code/},
}
@MISC{bip42,
title={BIP 42: A finite monetary supply for Bitcoin},
author={Pieter Wuille},
year={2014},
month={April},
url={https://github.com/bitcoin/bips/blob/master/bip-0042.mediawiki},
}
@MISC{eip649,
title={EIP 649: Metropolis Difficulty Bomb Delay and Block Reward Reduction},
author={Schoedon, Afri and Buterin, Vitalik},
year={2017},
month={June},
url={https://github.com/ethereum/EIPs/blob/master/EIPS/eip-649.md}
}
@MISC{eip1234,
title={EIP 1234: Constantinople Difficulty Bomb Delay and Block Reward Adjustment},
author={Schoedon, Afri},
year={2018},
month={July},
url={https://github.com/ethereum/EIPs/blob/master/EIPS/eip-1234.md}
}
@MISC{ecip1017,
title={ECIP 1017: Monetary Policy and Final Modification to the Ethereum Classic Emission Schedule},
author={Matthew Mazur},
year={2016},
month={November},
url={https://github.com/ethereumclassic/ECIPs/blob/master/_specs/ecip-1017.md}
}
@article{pow,
author={Jakobsson, Markus; Juels, Ari},
title={Proofs of Work and Bread Pudding Protocols},
journal={Secure Information Networks: Communications and Multimedia Security, IFIP — The International Federation for Information Processing},
volume={23},
publisher = {Springer, Boston, MA},
year={1999}
}
@MISC{progpow,
title={EIP-1057: ProgPoW, a Programmatic Proof-of-Work},
authors={IfDefElse},
year={2018},
month={may},
url={https://github.com/ethereum/EIPs/blob/master/EIPS/eip-1057.md}
}
@MISC{pos,
title={A Proof of Stake Design Philosophy},
author={Vitalik Buterin},
year={2016},
month={December},
url={https://medium.com/@VitalikButerin/a-proof-of-stake-design-philosophy-506585978d51}
}
@article{hashcash,
author={Adam Back},
title={Hashcash - A Denial of Service Counter-Measure},
year={2002},
month={August},
journal={Tech Report}
}
@MISC{ethash,
author={Ethereum Community},
title={Ethash},
year={2015},
month={January},
url={https://github.com/ethereum/wiki/wiki/Ethash}
}
@MISC(byzantium,
author={Alex Beregszaszi},
title={EIP 609: Hardfork Meta: Byzantium},
year={2017},
month={April},
url={https://github.com/ethereum/EIPs/blob/master/EIPS/eip-609.md}
)
@MISC{atlantis,
author={Isaac Ardis},
title={Atlantis EVM and Protocol Upgrades},
year={2019},
month={February},
url={https://github.com/ethereumclassic/ECIPs/blob/master/_specs/ecip-1054.md}
}
@MISC{bip65,
author={Peter Todd},
title={BIP 65: OP CHECKLOCKTIMEVERIFY},
year={2014},
month={October},
url={https://github.com/bitcoin/bips/blob/master/bip-0065.mediawiki}
}
@MISC{reorg,
author={Bitcoin Wiki},
title={Chain Reorganization},
year={2019},
month={May},
url={https://en.bitcoin.it/wiki/Chain_Reorganization},
}
@MISC{51per,
author={Mark Nesbitt},
title={Deep Chain Reorganization Detected on Ethereum Classic (ETC)},
year={2019},
month={January},
url={https://blog.coinbase.com/ethereum-classic-etc-is-currently-being-51-attacked-33be13ce32de}
}
@MISC{bitconf,
author={Anthony Lusardi},
title={Your Exchange Needs More Confirmations: The BitConf Measure},
year={2018},
month={December},
url={https://medium.com/@pyskell/your-exchange-needs-more-confirmations-the-bitconf-measure-872b69babc8f}
}
@MISC{confirmations,
title={Why Is My Transaction Pending},
author={Coinbase},
year={2019},
url={https://support.coinbase.com/customer/en/portal/articles/593836-why-is-my-transaction-pending-}
}
@MISC{maillist,
title={Bitcoin P2P e-cash paper},
author={Cryptography Mailing List},
year={2008},
month={November},
url={https://satoshi.nakamotoinstitute.org/emails/cryptography/6/}
}
@MISC{ecip1015,
title={ECIP 1015: Long-term gas cost changes for IO-heavy operations to mitigate transaction spam attacks},
author={Cody Burns},
year={2016},
month={October},
url={https://github.com/ethereumclassic/ECIPs/blob/master/_specs/ecip-1015.md}
}
@article{entropy,
title={A Mathematical Theory of Communication},
author={C. E. Shannon},
journal={The Bell System Technical Journal},
volume={27},
year={1948},
month={October}
}