handouts/ho07.tex
author Christian Urban <urbanc@in.tum.de>
Sat, 23 Sep 2017 19:52:27 +0100
changeset 523 7a6e8f603e08
parent 517 handouts/ho08.tex@9a6480cb6e37
child 534 62985f147c85
permissions -rw-r--r--
updated
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
318
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents:
diff changeset
     1
\documentclass{article}
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents:
diff changeset
     2
\usepackage{../style}
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents:
diff changeset
     3
\usepackage{../graphics}
320
bd5775cc8a45 updated
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents: 319
diff changeset
     4
\usepackage{../langs}
426
6d13b8da019e updated
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents: 371
diff changeset
     5
\usepackage{../data}
6d13b8da019e updated
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents: 371
diff changeset
     6
446
64c20ed7941a updated
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents: 442
diff changeset
     7
%https://crypto.stanford.edu/cs251/
456
f65e4fa6e902 updated
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents: 446
diff changeset
     8
%https://programmingblockchain.gitbooks.io/programmingblockchain/content/
318
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents:
diff changeset
     9
458
aebcaa545f81 updated
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents: 456
diff changeset
    10
% bug in smart contracts
aebcaa545f81 updated
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents: 456
diff changeset
    11
% https://www.benthamsgaze.org/2016/06/17/smart-contracts-beyond-the-age-of-innocence/
aebcaa545f81 updated
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents: 456
diff changeset
    12
% http://hackingdistributed.com/2016/06/18/analysis-of-the-dao-exploit/
aebcaa545f81 updated
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents: 456
diff changeset
    13
461
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents: 458
diff changeset
    14
% hard forks
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents: 458
diff changeset
    15
% https://github.com/bitcoin/bips/blob/master/bip-0050.mediawiki
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents: 458
diff changeset
    16
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents: 458
diff changeset
    17
% only 25% needed to obtain larger shares of mining
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents: 458
diff changeset
    18
% http://www.cs.cornell.edu/~ie53/publications/btcProcFC.pdf
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents: 458
diff changeset
    19
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents: 458
diff changeset
    20
% re-identification attacks
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents: 458
diff changeset
    21
% https://cseweb.ucsd.edu/~smeiklejohn/files/imc13.pdf
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents: 458
diff changeset
    22
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents: 458
diff changeset
    23
% bit-coin papers
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents: 458
diff changeset
    24
% https://crypto.stanford.edu/cs251/syllabus.html
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents: 458
diff changeset
    25
514
a118052cf1d4 updated
Christian Urban <urbanc@in.tum.de>
parents: 500
diff changeset
    26
% bit coin talk --- at 20:00 mins
a118052cf1d4 updated
Christian Urban <urbanc@in.tum.de>
parents: 500
diff changeset
    27
%https://www.usenix.org/conference/lisa16/conference-program/presentation/perlman
a118052cf1d4 updated
Christian Urban <urbanc@in.tum.de>
parents: 500
diff changeset
    28
a118052cf1d4 updated
Christian Urban <urbanc@in.tum.de>
parents: 500
diff changeset
    29
% In fact, far from freeing people from the oppression of the state,
a118052cf1d4 updated
Christian Urban <urbanc@in.tum.de>
parents: 500
diff changeset
    30
% blockchains perversely promise the perfect tool for a fully
a118052cf1d4 updated
Christian Urban <urbanc@in.tum.de>
parents: 500
diff changeset
    31
% auditable, tax compliant, cashless society. Similarly, the belief it
a118052cf1d4 updated
Christian Urban <urbanc@in.tum.de>
parents: 500
diff changeset
    32
% is an anonymous digital cash has quickly vanished and we are now
a118052cf1d4 updated
Christian Urban <urbanc@in.tum.de>
parents: 500
diff changeset
    33
% seeing a large number of analytics companies, set-up specifically to
a118052cf1d4 updated
Christian Urban <urbanc@in.tum.de>
parents: 500
diff changeset
    34
% work with law enforcement agencies, to police this new parallel
a118052cf1d4 updated
Christian Urban <urbanc@in.tum.de>
parents: 500
diff changeset
    35
% financial system.
a118052cf1d4 updated
Christian Urban <urbanc@in.tum.de>
parents: 500
diff changeset
    36
%
a118052cf1d4 updated
Christian Urban <urbanc@in.tum.de>
parents: 500
diff changeset
    37
% But today blockchain is riddled with
a118052cf1d4 updated
Christian Urban <urbanc@in.tum.de>
parents: 500
diff changeset
    38
% contradictions and misunderstandings. Most of its problems are very
a118052cf1d4 updated
Christian Urban <urbanc@in.tum.de>
parents: 500
diff changeset
    39
% fixable, if you want to fix them
a118052cf1d4 updated
Christian Urban <urbanc@in.tum.de>
parents: 500
diff changeset
    40
516
0fbfb0a86fa8 updated
Christian Urban <urbanc@in.tum.de>
parents: 514
diff changeset
    41
0fbfb0a86fa8 updated
Christian Urban <urbanc@in.tum.de>
parents: 514
diff changeset
    42
% history of bitcoins
0fbfb0a86fa8 updated
Christian Urban <urbanc@in.tum.de>
parents: 514
diff changeset
    43
% https://futurism.com/images/this-week-in-tech-jan-15-22-2016/
0fbfb0a86fa8 updated
Christian Urban <urbanc@in.tum.de>
parents: 514
diff changeset
    44
318
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents:
diff changeset
    45
\begin{document}
426
6d13b8da019e updated
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents: 371
diff changeset
    46
\fnote{\copyright{} Christian Urban, 2014, 2015}
318
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents:
diff changeset
    47
480
ab31912a3b65 updated
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents: 461
diff changeset
    48
\section*{Handout 7 (Bitcoins)}
318
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents:
diff changeset
    49
319
e6afcdabd3ea updated
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents: 318
diff changeset
    50
In my opinion Bitcoins are an elaborate Ponzi
318
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents:
diff changeset
    51
scheme\footnote{\url{http://en.wikipedia.org/wiki/Ponzi_scheme}}---still
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents:
diff changeset
    52
the ideas behind them are really beautiful and not too
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents:
diff changeset
    53
difficult to understand. Since many colourful claims about
320
bd5775cc8a45 updated
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents: 319
diff changeset
    54
Bitcoins float around in the mainstream and not-so-mainstream
bd5775cc8a45 updated
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents: 319
diff changeset
    55
media, it will be instructive to re-examine such claims from a
bd5775cc8a45 updated
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents: 319
diff changeset
    56
more technically informed vantage point. For example, it is
bd5775cc8a45 updated
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents: 319
diff changeset
    57
often claimed that Bitcoins are anonymous and free from any
bd5775cc8a45 updated
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents: 319
diff changeset
    58
potential government meddling. It turns out that the first
bd5775cc8a45 updated
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents: 319
diff changeset
    59
claim ignores a lot of research in de-anonymising social
bd5775cc8a45 updated
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents: 319
diff changeset
    60
networks, and the second underestimates the persuasive means a
bd5775cc8a45 updated
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents: 319
diff changeset
    61
government has at its disposal. 
319
e6afcdabd3ea updated
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents: 318
diff changeset
    62
320
bd5775cc8a45 updated
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents: 319
diff changeset
    63
There are a lot of articles, blogposts, research papers
bd5775cc8a45 updated
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents: 319
diff changeset
    64
etc.~available about Bitcoins. Below I will follow closely the
bd5775cc8a45 updated
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents: 319
diff changeset
    65
very readable explanations from
318
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents:
diff changeset
    66
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents:
diff changeset
    67
\begin{center}
319
e6afcdabd3ea updated
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents: 318
diff changeset
    68
\url{http://www.michaelnielsen.org/ddi/how-the-bitcoin-protocol-actually-works/} \;\;and\smallskip\\
318
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents:
diff changeset
    69
\url{http://www.imponderablethings.com/2013/07/how-bitcoin-works-under-hood.html}
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents:
diff changeset
    70
\end{center}
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents:
diff changeset
    71
320
bd5775cc8a45 updated
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents: 319
diff changeset
    72
\noindent The latter also contains a link to a nice youtube
323
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents: 322
diff changeset
    73
video about the technical details behind Bitcoins. I will
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents: 322
diff changeset
    74
also use some of their pictures.
318
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents:
diff changeset
    75
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents:
diff changeset
    76
Let us start with the question who invented Bitcoins? You
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents:
diff changeset
    77
could not make up the answer, but we actually do not know who
319
e6afcdabd3ea updated
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents: 318
diff changeset
    78
the inventor is. All we know is that the first paper
318
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents:
diff changeset
    79
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents:
diff changeset
    80
\begin{center}
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents:
diff changeset
    81
\url{https://bitcoin.org/bitcoin.pdf}
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents:
diff changeset
    82
\end{center}
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents:
diff changeset
    83
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents:
diff changeset
    84
\noindent is signed by Satoshi Nakamoto, which however is
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents:
diff changeset
    85
likely only a pen name. There is a lot of speculation who
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents:
diff changeset
    86
could be the inventor, or inventors, but we simply do not
428
39fa24c5d85e updated
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents: 426
diff changeset
    87
know. This part of Bitcoins is definitely anonymous so far.
39fa24c5d85e updated
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents: 426
diff changeset
    88
The paper above is from the end of 2008; the first Bitcoin
39fa24c5d85e updated
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents: 426
diff changeset
    89
transaction was made in January 2009. The rules in Bitcoin are
39fa24c5d85e updated
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents: 426
diff changeset
    90
set up so that there will only ever be 21 Million Bitcoins
39fa24c5d85e updated
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents: 426
diff changeset
    91
with the maximum reached around the year 2140. Currently there
39fa24c5d85e updated
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents: 426
diff changeset
    92
are already 11 Million Bitcoins in `existence'. Contrast this
39fa24c5d85e updated
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents: 426
diff changeset
    93
with traditional fiat currencies where money can be printed
39fa24c5d85e updated
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents: 426
diff changeset
    94
almost at will. The smallest unit of a Bitcoin is called a
39fa24c5d85e updated
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents: 426
diff changeset
    95
Satoshi, which is the $10^{-8}$th part of a Bitcoin. Remember
39fa24c5d85e updated
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents: 426
diff changeset
    96
a Penny is the $10^{-2}$th part of a Pound.
318
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents:
diff changeset
    97
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents:
diff changeset
    98
The two main cryptographic building blocks of Bitcoins are
321
250fd40211c7 updated
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents: 320
diff changeset
    99
cryptographic hashing functions (SHA-256) and public-private
250fd40211c7 updated
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents: 320
diff changeset
   100
keys using the elliptic-curve encryption scheme for digital
250fd40211c7 updated
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents: 320
diff changeset
   101
signatures. Hashes are used to generate `fingerprints' of data
250fd40211c7 updated
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents: 320
diff changeset
   102
that ensure integrity (absence of tampering). Public-private
250fd40211c7 updated
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents: 320
diff changeset
   103
keys are used for signatures. For example sending a message,
250fd40211c7 updated
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents: 320
diff changeset
   104
say $msg$, together with the encrypted version
318
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents:
diff changeset
   105
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents:
diff changeset
   106
\[
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents:
diff changeset
   107
msg, \{msg\}_{K^{priv}}
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents:
diff changeset
   108
\]
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents:
diff changeset
   109
320
bd5775cc8a45 updated
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents: 319
diff changeset
   110
\noindent allows everybody with access to the corresponding
323
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents: 322
diff changeset
   111
public key $K^{pub}$ to verify that the message came from the
320
bd5775cc8a45 updated
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents: 319
diff changeset
   112
person who knew the private key. Signatures are used in
bd5775cc8a45 updated
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents: 319
diff changeset
   113
Bitcoins for verifying the addresses where the Bitcoins are
bd5775cc8a45 updated
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents: 319
diff changeset
   114
sent from. Addresses in Bitcoins are essentially the public
bd5775cc8a45 updated
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents: 319
diff changeset
   115
keys. There are $2^{160}$ possible addresses, which is such a
bd5775cc8a45 updated
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents: 319
diff changeset
   116
vast amount that there is not even a check for duplicates, or
bd5775cc8a45 updated
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents: 319
diff changeset
   117
already used addresses. If you start with a random number to
bd5775cc8a45 updated
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents: 319
diff changeset
   118
generate a public-private key pair it is very unlikely that
bd5775cc8a45 updated
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents: 319
diff changeset
   119
you step on somebody else's shoes. Compare this with the
339
0e78c809b17f updated
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents: 336
diff changeset
   120
email-addresses you wanted to register with, say
0e78c809b17f updated
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents: 336
diff changeset
   121
Gmail, but which are always already taken.
318
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents:
diff changeset
   122
323
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents: 322
diff changeset
   123
One major difference between Bitcoins and traditional banking
346
5a6e8b7d20f7 updated
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents: 339
diff changeset
   124
is that you do not have a place, or few places, that record the
321
250fd40211c7 updated
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents: 320
diff changeset
   125
balance on your account. Traditional banking involves a
250fd40211c7 updated
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents: 320
diff changeset
   126
central ledger which specifies the current balance in each
250fd40211c7 updated
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents: 320
diff changeset
   127
account, for example 
318
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents:
diff changeset
   128
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents:
diff changeset
   129
\begin{center}
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents:
diff changeset
   130
\begin{tabular}{l|r}
321
250fd40211c7 updated
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents: 320
diff changeset
   131
account owner & balance\\\hline
318
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents:
diff changeset
   132
Alice   & \pounds{10.01}\\
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents:
diff changeset
   133
Bob     & \pounds{4.99}\\
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents:
diff changeset
   134
Charlie & -\pounds{1.23}\\
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents:
diff changeset
   135
Eve     & \pounds{0.00}
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents:
diff changeset
   136
\end{tabular}
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents:
diff changeset
   137
\end{center}
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents:
diff changeset
   138
319
e6afcdabd3ea updated
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents: 318
diff changeset
   139
\noindent Bitcoins work differently in that there is no such
e6afcdabd3ea updated
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents: 318
diff changeset
   140
central ledger, but instead a public record of all
e6afcdabd3ea updated
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents: 318
diff changeset
   141
transactions ever made. This means spending money corresponds
320
bd5775cc8a45 updated
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents: 319
diff changeset
   142
to sending messages of the (oversimplified) form 
318
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents:
diff changeset
   143
319
e6afcdabd3ea updated
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents: 318
diff changeset
   144
\begin{equation}
e6afcdabd3ea updated
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents: 318
diff changeset
   145
\{\text{I, Alice, am giving Bob one Bitcoin.}\}_{K^{priv}_{Alice}}
e6afcdabd3ea updated
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents: 318
diff changeset
   146
\end{equation}
318
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents:
diff changeset
   147
320
bd5775cc8a45 updated
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents: 319
diff changeset
   148
\noindent These messages, called transactions, are the only
bd5775cc8a45 updated
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents: 319
diff changeset
   149
data that is ever stored in the Bitcoin system (we will come
bd5775cc8a45 updated
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents: 319
diff changeset
   150
to the precise details later on). The transactions are
321
250fd40211c7 updated
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents: 320
diff changeset
   151
encrypted with Alice's private key so that everybody,
323
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents: 322
diff changeset
   152
including Bob, can use Alice's public key $K^{pub}_{Alice}$ to
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents: 322
diff changeset
   153
verify that this message came really from Alice, or more
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents: 322
diff changeset
   154
precisely from the person who knows $K^{priv}_{Alice}$. 
319
e6afcdabd3ea updated
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents: 318
diff changeset
   155
321
250fd40211c7 updated
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents: 320
diff changeset
   156
The problem with such messages in a distributed system is that
323
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents: 322
diff changeset
   157
what happens if Bob receives 10, say, of these transactions?
321
250fd40211c7 updated
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents: 320
diff changeset
   158
Did Alice intend to send him 10 Bitcoins, or did the message
250fd40211c7 updated
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents: 320
diff changeset
   159
get duplicated by for example an attacker re-playing a sniffed
319
e6afcdabd3ea updated
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents: 318
diff changeset
   160
message? What is needed is a kind of serial number for such
346
5a6e8b7d20f7 updated
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents: 339
diff changeset
   161
transactions. This means transaction messages shoul look more like 
318
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents:
diff changeset
   162
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents:
diff changeset
   163
\begin{center}
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents:
diff changeset
   164
$\{\text{I, Alice, am giving Bob Bitcoin \#1234567.}\}_{K^{priv}_{Alice}}$
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents:
diff changeset
   165
\end{center}
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents:
diff changeset
   166
319
e6afcdabd3ea updated
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents: 318
diff changeset
   167
\noindent There are two difficulties, however, that need to be
321
250fd40211c7 updated
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents: 320
diff changeset
   168
solved with serial numbers. One is who is assigning serial
250fd40211c7 updated
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents: 320
diff changeset
   169
numbers to Bitcoins and also how can Bob verify that Alice
250fd40211c7 updated
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents: 320
diff changeset
   170
actually owns this Bitcoin to pay him? In a system with a bank
250fd40211c7 updated
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents: 320
diff changeset
   171
as trusted third-party, Bob could do the following:
318
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents:
diff changeset
   172
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents:
diff changeset
   173
\begin{itemize}
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents:
diff changeset
   174
\item Bob asks the bank whether the Bitcoin with that serial
322
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents: 321
diff changeset
   175
      number belongs to Alice and Alice hasn't already spent
318
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents:
diff changeset
   176
      this Bitcoin.
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents:
diff changeset
   177
\item If yes, then Bob tells the bank he accepts this Bitcoin.
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents:
diff changeset
   178
      The bank updates the records to show that the Bitcoin
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents:
diff changeset
   179
      with that serial number is now in Bob’s possession and
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents:
diff changeset
   180
      no longer belongs to Alice. 
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents:
diff changeset
   181
\end{itemize}
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents:
diff changeset
   182
319
e6afcdabd3ea updated
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents: 318
diff changeset
   183
\noindent But for this banks would need to be trusted and
e6afcdabd3ea updated
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents: 318
diff changeset
   184
would also be an easy target for any government interference,
e6afcdabd3ea updated
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents: 318
diff changeset
   185
for example. Think of the early days of music sharing where
339
0e78c809b17f updated
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents: 336
diff changeset
   186
the company Napster was the trusted third-party but also the single point of ``failure'' which
323
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents: 322
diff changeset
   187
was taken offline by law enforcement. Bitcoins is more like a
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents: 322
diff changeset
   188
system such as BitTorrent without a single central entity that
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents: 322
diff changeset
   189
can be taken offline.\footnote{There is some Bitcoin
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents: 322
diff changeset
   190
infrastructure that is not so immune from being taken offline:
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents: 322
diff changeset
   191
for example Bitcoin exchanges, HQs of Bitcoin mining pools,
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents: 322
diff changeset
   192
Bitcoin developers and so on.}
318
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents:
diff changeset
   193
339
0e78c809b17f updated
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents: 336
diff changeset
   194
Bitcoins solve the problem of not being able to rely on a bank
320
bd5775cc8a45 updated
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents: 319
diff changeset
   195
by making everybody the ``bank''. Everybody who cares can have
339
0e78c809b17f updated
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents: 336
diff changeset
   196
the entire transaction history starting with the first
319
e6afcdabd3ea updated
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents: 318
diff changeset
   197
transaction made in January 2009. This history of transactions
323
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents: 322
diff changeset
   198
is called the \emph{blockchain}. Bob, for example, can use his
319
e6afcdabd3ea updated
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents: 318
diff changeset
   199
copy of the blockchain for determining whether Alice owned the
321
250fd40211c7 updated
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents: 320
diff changeset
   200
Bitcoin he received, and if she did, he transmits the message
250fd40211c7 updated
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents: 320
diff changeset
   201
that he owns it now to every other participant on the Bitcoin
250fd40211c7 updated
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents: 320
diff changeset
   202
network. An illustration of a three-block segment of the
250fd40211c7 updated
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents: 320
diff changeset
   203
blockchain is (simplified) as follows
318
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents:
diff changeset
   204
321
250fd40211c7 updated
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents: 320
diff changeset
   205
\begin{equation}
318
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents:
diff changeset
   206
\includegraphics[scale=0.4]{../pics/bitcoinblockchain0.png}
321
250fd40211c7 updated
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents: 320
diff changeset
   207
\label{segment}
250fd40211c7 updated
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents: 320
diff changeset
   208
\end{equation}
318
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents:
diff changeset
   209
321
250fd40211c7 updated
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents: 320
diff changeset
   210
\noindent The chain grows with time. Each block contains a
250fd40211c7 updated
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents: 320
diff changeset
   211
list of individual transactions, written txn in the picture
250fd40211c7 updated
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents: 320
diff changeset
   212
above, and also a reference to the previous block, written
250fd40211c7 updated
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents: 320
diff changeset
   213
prev. The data in a block (txn's and prev) is hashed so that
250fd40211c7 updated
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents: 320
diff changeset
   214
the reference and transactions in them cannot be tampered
323
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents: 322
diff changeset
   215
with. This hash is also the unique serial number of each
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents: 322
diff changeset
   216
block. Since this previous-block-reference is also part of the
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents: 322
diff changeset
   217
hash, the whole chain is robust against tampering. I let you
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents: 322
diff changeset
   218
think why this is the case?\ldots{}But does it actually
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents: 322
diff changeset
   219
eliminate all possibilities of fraud?
319
e6afcdabd3ea updated
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents: 318
diff changeset
   220
320
bd5775cc8a45 updated
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents: 319
diff changeset
   221
We can check the consistency of the blockchain by checking
bd5775cc8a45 updated
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents: 319
diff changeset
   222
whether all the references and hashes are correctly recorded.
bd5775cc8a45 updated
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents: 319
diff changeset
   223
I have not tried it myself, but it is said that with the
bd5775cc8a45 updated
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents: 319
diff changeset
   224
current amount of data (appr.~12GB) it takes roughly a day to
321
250fd40211c7 updated
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents: 320
diff changeset
   225
check the consistency of the blockchain on a normal computer.
250fd40211c7 updated
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents: 320
diff changeset
   226
Fortunately this ``extended'' consistency check usually only
250fd40211c7 updated
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents: 320
diff changeset
   227
needs to be done once. Afterwards the blockchain only needs to
250fd40211c7 updated
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents: 320
diff changeset
   228
be updated consistently.
318
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents:
diff changeset
   229
321
250fd40211c7 updated
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents: 320
diff changeset
   230
Recall I wrote earlier that Bitcoins do not maintain a ledger,
250fd40211c7 updated
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents: 320
diff changeset
   231
which lists all the current balances in each account. Instead
250fd40211c7 updated
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents: 320
diff changeset
   232
only transactions are recorded. While a current balance of an
320
bd5775cc8a45 updated
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents: 319
diff changeset
   233
account is not immediately available, it is possible to
bd5775cc8a45 updated
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents: 319
diff changeset
   234
extract from the blockchain a transaction graph that looks
321
250fd40211c7 updated
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents: 320
diff changeset
   235
like the picture shown in Figure~\ref{txngraph}. Each
250fd40211c7 updated
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents: 320
diff changeset
   236
rectangle represents a single transaction. Take for example
250fd40211c7 updated
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents: 320
diff changeset
   237
the rightmost lower transaction from Charles to Emily. This
250fd40211c7 updated
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents: 320
diff changeset
   238
transaction has as receiver the address of Emily and as the
250fd40211c7 updated
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents: 320
diff changeset
   239
sender the address of Charles. In this way no Bitcoins can
319
e6afcdabd3ea updated
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents: 318
diff changeset
   240
appear out of thin air (we will discuss later how Bitcoins are
e6afcdabd3ea updated
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents: 318
diff changeset
   241
actually generated). If Charles did not have a transaction of
e6afcdabd3ea updated
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents: 318
diff changeset
   242
at least the amount he wants to give Emily to his name
e6afcdabd3ea updated
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents: 318
diff changeset
   243
(i.e.~send to an address with his public-private key) then
e6afcdabd3ea updated
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents: 318
diff changeset
   244
there is no way he can make a payment to Emily. Equally, if
e6afcdabd3ea updated
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents: 318
diff changeset
   245
now Emily wants to pay for a coffee, say, with the Bitcoin she
320
bd5775cc8a45 updated
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents: 319
diff changeset
   246
received from Charles she can essentially only forward the
bd5775cc8a45 updated
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents: 319
diff changeset
   247
message she received. The only slight complication with this
bd5775cc8a45 updated
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents: 319
diff changeset
   248
setup in Bitcoins is that ``incoming'' Bitcoins can be
bd5775cc8a45 updated
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents: 319
diff changeset
   249
combined in a transaction and ``outgoing'' Bitcoins can be
bd5775cc8a45 updated
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents: 319
diff changeset
   250
split. For example in the leftmost upper transactions in
321
250fd40211c7 updated
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents: 320
diff changeset
   251
Figure~\ref{txngraph}, Fred makes a payment to Alice. But this
319
e6afcdabd3ea updated
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents: 318
diff changeset
   252
payment (or transaction) combines the Bitcoins that were send
e6afcdabd3ea updated
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents: 318
diff changeset
   253
by Jane to Fred and also by Juan to Fred. This allows you to
321
250fd40211c7 updated
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents: 320
diff changeset
   254
``consolidate'' your funds: if it were only possible to split
250fd40211c7 updated
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents: 320
diff changeset
   255
transactions, then the amounts would get smaller and smaller. 
320
bd5775cc8a45 updated
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents: 319
diff changeset
   256
323
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents: 322
diff changeset
   257
In Bitcoins you have the ability to both combine incoming
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents: 322
diff changeset
   258
transactions, but also to split outgoing transactions to
346
5a6e8b7d20f7 updated
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents: 339
diff changeset
   259
potentially more than one receiver. The latter is also needed.
323
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents: 322
diff changeset
   260
Consider again the rightmost transactions in
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents: 322
diff changeset
   261
Figure~\ref{txngraph} and suppose Alice is a coffeeshop owner
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents: 322
diff changeset
   262
selling coffees for 1 Bitcoin. Charles received a transaction
339
0e78c809b17f updated
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents: 336
diff changeset
   263
from Zack over 5 Bitcoins, say. How does Charles pay for the
323
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents: 322
diff changeset
   264
coffee? There is no explicit notion of \emph{change} in the
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents: 322
diff changeset
   265
Bitcoin system. What Charles has to do instead is to make one
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents: 322
diff changeset
   266
single transaction with 1 Bitcoin to Alice and with 4 Bitcoins
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents: 322
diff changeset
   267
going back to himself, which then Charles can use to give to
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents: 322
diff changeset
   268
Emily, for example.
318
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents:
diff changeset
   269
319
e6afcdabd3ea updated
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents: 318
diff changeset
   270
\begin{figure}[t]
318
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents:
diff changeset
   271
\begin{center}
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents:
diff changeset
   272
\includegraphics[scale=0.4]{../pics/blockchain.png}
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents:
diff changeset
   273
\end{center}
319
e6afcdabd3ea updated
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents: 318
diff changeset
   274
\caption{Transaction graph that is implicitly recorded in the
e6afcdabd3ea updated
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents: 318
diff changeset
   275
public blockchain.\label{txngraph}}
e6afcdabd3ea updated
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents: 318
diff changeset
   276
\end{figure}
e6afcdabd3ea updated
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents: 318
diff changeset
   277
321
250fd40211c7 updated
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents: 320
diff changeset
   278
Let us consider another example. Suppose Emily received 4
250fd40211c7 updated
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents: 320
diff changeset
   279
Bitcoins from Charles and independently received another
319
e6afcdabd3ea updated
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents: 318
diff changeset
   280
transaction (not shown in the picture) that sends 6 Bitcoins
e6afcdabd3ea updated
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents: 318
diff changeset
   281
to her. If she now wants to buy a coffee from Alice for 1
321
250fd40211c7 updated
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents: 320
diff changeset
   282
Bitcoin, she has two possibilities: She could just forward the
250fd40211c7 updated
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents: 320
diff changeset
   283
transaction from Charles over 4 Bitcoins to Alice split in
319
e6afcdabd3ea updated
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents: 318
diff changeset
   284
such a way that Alice receives 1 Bitcoin and Emily sends the
323
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents: 322
diff changeset
   285
remaining 3 Bitcoins back to herself. In this case she would
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents: 322
diff changeset
   286
now be in the possession of two unspend Bitcoin transactions,
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents: 322
diff changeset
   287
one over 3 Bitcoins and the independent one over 6 Bitcoins.
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents: 322
diff changeset
   288
Or, Emily could combine both transactions (one over 4 Bitcoins
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents: 322
diff changeset
   289
from Charles and the independent one over 6 Bitcoins) and then
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents: 322
diff changeset
   290
split this amount with 1 Bitcoin going to Alice and 9 Bitcoins
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents: 322
diff changeset
   291
going back to herself. 
319
e6afcdabd3ea updated
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents: 318
diff changeset
   292
320
bd5775cc8a45 updated
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents: 319
diff changeset
   293
I think this is a good time for you to pause to let this
323
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents: 322
diff changeset
   294
concept of transactions to really sink in\ldots{}You should
339
0e78c809b17f updated
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents: 336
diff changeset
   295
come to the conclusion that there is really no need for a central ledger and no
323
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents: 322
diff changeset
   296
need for an account balance as familiar from traditional
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents: 322
diff changeset
   297
banking. The closest what Bitcoin has to offer for the notion
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents: 322
diff changeset
   298
of a balance in a bank account are the unspend transactions
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents: 322
diff changeset
   299
that a person (more precisely a public-private key address)
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents: 322
diff changeset
   300
received. That means transactions that can still be forwarded. 
319
e6afcdabd3ea updated
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents: 318
diff changeset
   301
320
bd5775cc8a45 updated
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents: 319
diff changeset
   302
After the pause also consider the fact that whatever
bd5775cc8a45 updated
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents: 319
diff changeset
   303
transaction is recorded in the blockchain will be in the
bd5775cc8a45 updated
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents: 319
diff changeset
   304
``historical record'' for the Bitcoin system. If a transaction
bd5775cc8a45 updated
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents: 319
diff changeset
   305
says 1 Bitcoin goes from address $A$ to address $B$, then this
bd5775cc8a45 updated
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents: 319
diff changeset
   306
is what will be---$B$ has then the possibility to spend the
bd5775cc8a45 updated
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents: 319
diff changeset
   307
corresponding Bitcoins, whether the transaction was done
bd5775cc8a45 updated
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents: 319
diff changeset
   308
fraudulently or not. There is no exception to this rule.
bd5775cc8a45 updated
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents: 319
diff changeset
   309
Interestingly this is also how Bitcoins can get lost: One
bd5775cc8a45 updated
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents: 319
diff changeset
   310
possibility is that you send Bitcoins to an address for which
321
250fd40211c7 updated
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents: 320
diff changeset
   311
nobody has generated a private key, for example because of a
250fd40211c7 updated
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents: 320
diff changeset
   312
typo in the address field---bad luck for fat
250fd40211c7 updated
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents: 320
diff changeset
   313
fingers\footnote{\url{http://en.wikipedia.org/wiki/Typographical_error}}
250fd40211c7 updated
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents: 320
diff changeset
   314
in the Bitcoin system. The reason is that nobody has a private
250fd40211c7 updated
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents: 320
diff changeset
   315
key for this erroneous address and consequently cannot forward
250fd40211c7 updated
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents: 320
diff changeset
   316
the transaction anymore. Another possibility is that you
250fd40211c7 updated
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents: 320
diff changeset
   317
forget your private key and you had messages forwarded to the
250fd40211c7 updated
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents: 320
diff changeset
   318
corresponding public key. Also in this case bad luck: you will
250fd40211c7 updated
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents: 320
diff changeset
   319
never be able to forward this message again, because you will
250fd40211c7 updated
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents: 320
diff changeset
   320
not be able to form a valid message that sends this to
250fd40211c7 updated
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents: 320
diff changeset
   321
somebody else (we will see the details of this later). But
250fd40211c7 updated
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents: 320
diff changeset
   322
this is also a way how you can get robbed of your Bitcoins. By
250fd40211c7 updated
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents: 320
diff changeset
   323
old-fashioned hacking-into-a-computer crime, for example, an
250fd40211c7 updated
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents: 320
diff changeset
   324
attacker might get hold of your private key and then quickly
323
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents: 322
diff changeset
   325
forwards the Bitcoins that are in your name to an address the
321
250fd40211c7 updated
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents: 320
diff changeset
   326
attacker controls. You will never again have access to these
250fd40211c7 updated
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents: 320
diff changeset
   327
Bitcoins, because for the Bitcoin system they are assumed to
250fd40211c7 updated
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents: 320
diff changeset
   328
be spent. And remember with Bitcoins you cannot appeal to any
250fd40211c7 updated
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents: 320
diff changeset
   329
higher authority. Once the Bitcoins are gone, they are gone.
250fd40211c7 updated
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents: 320
diff changeset
   330
This is much different in traditional banking where at least
250fd40211c7 updated
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents: 320
diff changeset
   331
you can try to harass the bank to roll back the transaction. 
319
e6afcdabd3ea updated
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents: 318
diff changeset
   332
321
250fd40211c7 updated
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents: 320
diff changeset
   333
This brings us to back to problem of double spend. Suppose Bob
250fd40211c7 updated
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents: 320
diff changeset
   334
is a merchant. How can he make sure that Alice does not cheat
250fd40211c7 updated
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents: 320
diff changeset
   335
him? She could for example send a transaction to Bob. But also
320
bd5775cc8a45 updated
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents: 319
diff changeset
   336
forward the ``same'' transaction to Charlie, or even herself.
bd5775cc8a45 updated
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents: 319
diff changeset
   337
If Alice manages to get the second transaction into the
bd5775cc8a45 updated
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents: 319
diff changeset
   338
blockchain, Bob will be cheated out of his money. The problem
bd5775cc8a45 updated
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents: 319
diff changeset
   339
in such conflicting situations is how should the network
bd5775cc8a45 updated
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents: 319
diff changeset
   340
update their blockchain? You might end up with a picture like
bd5775cc8a45 updated
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents: 319
diff changeset
   341
this
319
e6afcdabd3ea updated
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents: 318
diff changeset
   342
e6afcdabd3ea updated
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents: 318
diff changeset
   343
\begin{center}
320
bd5775cc8a45 updated
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents: 319
diff changeset
   344
\includegraphics[scale=0.4]{../pics/bitcoindisagreement.png}
319
e6afcdabd3ea updated
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents: 318
diff changeset
   345
\end{center}
e6afcdabd3ea updated
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents: 318
diff changeset
   346
321
250fd40211c7 updated
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents: 320
diff changeset
   347
\noindent where Alice convinced some part of the ``world''
250fd40211c7 updated
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents: 320
diff changeset
   348
that she is still the owner of the Bitcoin and some other part
250fd40211c7 updated
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents: 320
diff changeset
   349
of the ``world'' thinks it's Bob's. How should such a
250fd40211c7 updated
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents: 320
diff changeset
   350
disagreement be resolved? This is actually the main hurdle
250fd40211c7 updated
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents: 320
diff changeset
   351
where Bitcoin really innovated. The answer is that Bob needs
250fd40211c7 updated
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents: 320
diff changeset
   352
to convince ``enough'' people on the network that the
250fd40211c7 updated
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents: 320
diff changeset
   353
transaction from Alice to him is legit. 
250fd40211c7 updated
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents: 320
diff changeset
   354
250fd40211c7 updated
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents: 320
diff changeset
   355
What does, however, ``enough'' mean in a distributed system?
250fd40211c7 updated
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents: 320
diff changeset
   356
If Alice sets up a network of a billion, say, puppy identities
250fd40211c7 updated
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents: 320
diff changeset
   357
and whenever Bob tries to convince, or validate, that he is
250fd40211c7 updated
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents: 320
diff changeset
   358
the rightful owner of the Bitcoin, then the puppy identities
250fd40211c7 updated
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents: 320
diff changeset
   359
agree. Bob would then have no reason to not give Alice her
323
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents: 322
diff changeset
   360
coffee. But behind his back she has convinced everybody else
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents: 322
diff changeset
   361
on the network that she is still the rightful owner of the
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents: 322
diff changeset
   362
Bitcoin. After being outvoted, Bob would be a tad peeved. 
320
bd5775cc8a45 updated
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents: 319
diff changeset
   363
321
250fd40211c7 updated
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents: 320
diff changeset
   364
The reflex reaction to such a situation would be to make the
250fd40211c7 updated
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents: 320
diff changeset
   365
process of validating a transaction as cheap as possible. The
346
5a6e8b7d20f7 updated
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents: 339
diff changeset
   366
intention is that Bob will easily get enough peers to agree with him
321
250fd40211c7 updated
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents: 320
diff changeset
   367
that he is the rightful owner. But such a solution has always
250fd40211c7 updated
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents: 320
diff changeset
   368
the limitation of Alice setting up an even bigger network of
250fd40211c7 updated
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents: 320
diff changeset
   369
puppy identities. The really cool idea of Bitcoin is to go
250fd40211c7 updated
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents: 320
diff changeset
   370
into the other direction of making the process of transaction
320
bd5775cc8a45 updated
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents: 319
diff changeset
   371
validation (artificially) as expensive as possible, but reward
bd5775cc8a45 updated
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents: 319
diff changeset
   372
people for helping with the validation. This is really a novel
321
250fd40211c7 updated
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents: 320
diff changeset
   373
and counterintuitive idea that makes the whole system of
250fd40211c7 updated
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents: 320
diff changeset
   374
Bitcoins work so beautifully.
320
bd5775cc8a45 updated
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents: 319
diff changeset
   375
321
250fd40211c7 updated
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents: 320
diff changeset
   376
\subsubsection*{Proof-of-Work Puzzles}
319
e6afcdabd3ea updated
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents: 318
diff changeset
   377
320
bd5775cc8a45 updated
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents: 319
diff changeset
   378
In order to make the process of transaction validation
323
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents: 322
diff changeset
   379
difficult, Bitcoin uses a kind of puzzle. Solving the puzzles
321
250fd40211c7 updated
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents: 320
diff changeset
   380
is called \emph{Bitcoin mining}, where whoever solves a puzzle
250fd40211c7 updated
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents: 320
diff changeset
   381
will be awarded some Bitcoins. At the beginning this was 50
320
bd5775cc8a45 updated
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents: 319
diff changeset
   382
Bitcoins, but the rules of Bitcoin are set up such that this
bd5775cc8a45 updated
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents: 319
diff changeset
   383
amount halves every 210,000 transactions or so. Currently you
bd5775cc8a45 updated
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents: 319
diff changeset
   384
will be awarded 25 Bitcoins for solving a puzzle. Because the
bd5775cc8a45 updated
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents: 319
diff changeset
   385
amount will halve again and then later again and again, around
321
250fd40211c7 updated
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents: 320
diff changeset
   386
the year 2140 it will go below the level of 1 Satoshi. In that
250fd40211c7 updated
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents: 320
diff changeset
   387
event no new Bitcoins will ever be created again and the
250fd40211c7 updated
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents: 320
diff changeset
   388
amount of Bitcoins stays fixed. There will be still an
250fd40211c7 updated
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents: 320
diff changeset
   389
incentive to help with validating transactions, because there
250fd40211c7 updated
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents: 320
diff changeset
   390
is the possibility in Bitcoins to offer a transaction fee to
250fd40211c7 updated
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents: 320
diff changeset
   391
whoever solves a puzzle. At the moment this fee is usually set
250fd40211c7 updated
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents: 320
diff changeset
   392
to 0, since the incentive for miners is the 25 Bitcoins that
250fd40211c7 updated
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents: 320
diff changeset
   393
are currently awarded for solving puzzles. 
320
bd5775cc8a45 updated
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents: 319
diff changeset
   394
 
321
250fd40211c7 updated
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents: 320
diff changeset
   395
What do the puzzles that miners have to solve look like? The
250fd40211c7 updated
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents: 320
diff changeset
   396
puzzles can be illustrated roughly as follows: Given a string,
250fd40211c7 updated
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents: 320
diff changeset
   397
say \code{"Hello, world!"}, what is the salt so that the hash
250fd40211c7 updated
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents: 320
diff changeset
   398
starts with a long run of zeros? Let us look at a concrete
250fd40211c7 updated
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents: 320
diff changeset
   399
example. Recall that Bitcoins use the hash-function SHA-256.
250fd40211c7 updated
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents: 320
diff changeset
   400
Suppose we call this hash function \code{h}, then we could try
320
bd5775cc8a45 updated
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents: 319
diff changeset
   401
the salt \code{0} as follows:
bd5775cc8a45 updated
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents: 319
diff changeset
   402
bd5775cc8a45 updated
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents: 319
diff changeset
   403
\begin{quote}
bd5775cc8a45 updated
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents: 319
diff changeset
   404
\code{h("Hello, world!0") =}\\
321
250fd40211c7 updated
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents: 320
diff changeset
   405
\mbox{}\quad\footnotesize\pcode{1312af178c253f84028d480a6adc1e25e81caa44c749ec81976192e2ec934c64}
320
bd5775cc8a45 updated
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents: 319
diff changeset
   406
\end{quote}
bd5775cc8a45 updated
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents: 319
diff changeset
   407
bd5775cc8a45 updated
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents: 319
diff changeset
   408
\noindent OK this does not have any zeros at all. We could 
bd5775cc8a45 updated
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents: 319
diff changeset
   409
next try the salt \code{1}: 
bd5775cc8a45 updated
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents: 319
diff changeset
   410
bd5775cc8a45 updated
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents: 319
diff changeset
   411
\begin{quote}
bd5775cc8a45 updated
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents: 319
diff changeset
   412
\code{h("Hello, world!1") =}\\
321
250fd40211c7 updated
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents: 320
diff changeset
   413
\mbox{}\quad\footnotesize\pcode{e9afc424b79e4f6ab42d99c81156d3a17228d6e1eef4139be78e948a9332a7d8}
250fd40211c7 updated
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents: 320
diff changeset
   414
\end{quote}
250fd40211c7 updated
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents: 320
diff changeset
   415
250fd40211c7 updated
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents: 320
diff changeset
   416
\noindent Again this hash value does not contain any leading 
250fd40211c7 updated
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents: 320
diff changeset
   417
zeros. We could now try out every salt until we reach
250fd40211c7 updated
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents: 320
diff changeset
   418
250fd40211c7 updated
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents: 320
diff changeset
   419
\begin{quote}
250fd40211c7 updated
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents: 320
diff changeset
   420
\code{h("Hello, world!4250") =}\\
250fd40211c7 updated
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents: 320
diff changeset
   421
\mbox{}\quad\footnotesize\pcode{0000c3af42fc31103f1fdc0151fa747ff87349a4714df7cc52ea464e12dcd4e9}
320
bd5775cc8a45 updated
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents: 319
diff changeset
   422
\end{quote}
bd5775cc8a45 updated
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents: 319
diff changeset
   423
321
250fd40211c7 updated
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents: 320
diff changeset
   424
\noindent where we have four leading zeros. If four zeros are
250fd40211c7 updated
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents: 320
diff changeset
   425
enough, then the puzzle would be solved with this salt. The
250fd40211c7 updated
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents: 320
diff changeset
   426
point is that we can very quickly check whether a salt solves
250fd40211c7 updated
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents: 320
diff changeset
   427
a puzzle, but it is hard to find one. Latest research suggest
250fd40211c7 updated
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents: 320
diff changeset
   428
it is an NP-problem. If we want the output hash value to begin
250fd40211c7 updated
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents: 320
diff changeset
   429
with 10 zeroes, say, then we will, on average, need to try
250fd40211c7 updated
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents: 320
diff changeset
   430
$16^{10} \approx 10^{12}$ different salts before we find a
323
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents: 322
diff changeset
   431
suitable one. 
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents: 322
diff changeset
   432
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents: 322
diff changeset
   433
In Bitcoins the puzzles are not solved according to how many
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents: 322
diff changeset
   434
leading zeros a hash-value has, but rather whether it is below
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents: 322
diff changeset
   435
a \emph{target}. The hardness of the puzzle can actually be
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents: 322
diff changeset
   436
controlled by changing the target according to the available
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents: 322
diff changeset
   437
computational power available. I think the adjustment of the
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents: 322
diff changeset
   438
hardness of the problems is done every 2060 blocks
426
6d13b8da019e updated
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents: 371
diff changeset
   439
(appr.~every two weeks). The aim of the adjustment is that on
323
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents: 322
diff changeset
   440
average the Bitcoin network will most likely solve a puzzle
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents: 322
diff changeset
   441
within 10 Minutes. 
321
250fd40211c7 updated
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents: 320
diff changeset
   442
250fd40211c7 updated
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents: 320
diff changeset
   443
\begin{center}
250fd40211c7 updated
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents: 320
diff changeset
   444
\includegraphics[scale=0.37]{../pics/blockchainsolving.png}
250fd40211c7 updated
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents: 320
diff changeset
   445
\end{center}
250fd40211c7 updated
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents: 320
diff changeset
   446
250fd40211c7 updated
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents: 320
diff changeset
   447
\noindent It could be solved quicker, but equally it could 
250fd40211c7 updated
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents: 320
diff changeset
   448
take longer, but on average after 10 Minutes somebody on the 
250fd40211c7 updated
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents: 320
diff changeset
   449
network will have found a solution. 
250fd40211c7 updated
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents: 320
diff changeset
   450
250fd40211c7 updated
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents: 320
diff changeset
   451
Remember that the puzzles are a kind of proof-of-work that
250fd40211c7 updated
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents: 320
diff changeset
   452
make the validation of transactions artificially expensive.
323
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents: 322
diff changeset
   453
Consider the following picture with a blockchain and some
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents: 322
diff changeset
   454
unconfirmed transactions. 
321
250fd40211c7 updated
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents: 320
diff changeset
   455
250fd40211c7 updated
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents: 320
diff changeset
   456
\begin{equation}
250fd40211c7 updated
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents: 320
diff changeset
   457
\includegraphics[scale=0.38]{../pics/bitcoin_unconfirmed.png}
250fd40211c7 updated
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents: 320
diff changeset
   458
\label{unconfirmed}
250fd40211c7 updated
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents: 320
diff changeset
   459
\end{equation}
250fd40211c7 updated
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents: 320
diff changeset
   460
346
5a6e8b7d20f7 updated
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents: 339
diff changeset
   461
\noindent The puzzle is stated as follows: There are some
323
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents: 322
diff changeset
   462
unconfirmed transactions. Choosing some of them, the miner
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents: 322
diff changeset
   463
(i.e.~the person/computer that tries to solve a puzzle) will
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents: 322
diff changeset
   464
form a putative block to be added to the blockchain. This
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents: 322
diff changeset
   465
putative block will contain the transactions and the reference
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents: 322
diff changeset
   466
to the previous block. The serial number of such a block is
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents: 322
diff changeset
   467
simply the hash of all the data. The puzzle can then be stated
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents: 322
diff changeset
   468
as the ``string'' corresponding to the block and which salt is
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents: 322
diff changeset
   469
needed in order to have the hashed value being below the
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents: 322
diff changeset
   470
target. Other miners will choose different transactions and
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents: 322
diff changeset
   471
therefore work on a slightly different putative block and
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents: 322
diff changeset
   472
puzzle.
321
250fd40211c7 updated
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents: 320
diff changeset
   473
250fd40211c7 updated
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents: 320
diff changeset
   474
The intention of the proof-of-work puzzle is that the
323
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents: 322
diff changeset
   475
blockchain is at every given moment linearly ordered, see the
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents: 322
diff changeset
   476
picture shown in \eqref{unconfirmed}. If we don’t have such a
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents: 322
diff changeset
   477
linear ordering at any given moment then it may not be clear
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents: 322
diff changeset
   478
who owns which Bitcoins. Assume a miner David is lucky and
346
5a6e8b7d20f7 updated
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents: 339
diff changeset
   479
finds a suitable salt to confirm some transactions. Should he
323
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents: 322
diff changeset
   480
celebrate? Not yet. Typically the blockchain will look as
321
250fd40211c7 updated
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents: 320
diff changeset
   481
follows
250fd40211c7 updated
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents: 320
diff changeset
   482
250fd40211c7 updated
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents: 320
diff changeset
   483
\begin{center}
250fd40211c7 updated
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents: 320
diff changeset
   484
\includegraphics[scale=0.65]{../pics/block_chain1.png}
250fd40211c7 updated
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents: 320
diff changeset
   485
\end{center}
250fd40211c7 updated
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents: 320
diff changeset
   486
250fd40211c7 updated
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents: 320
diff changeset
   487
\noindent But every so often there will be a fork
250fd40211c7 updated
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents: 320
diff changeset
   488
250fd40211c7 updated
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents: 320
diff changeset
   489
\begin{center}
250fd40211c7 updated
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents: 320
diff changeset
   490
\includegraphics[scale=0.65]{../pics/block_chain_fork.png}
250fd40211c7 updated
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents: 320
diff changeset
   491
\end{center}
250fd40211c7 updated
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents: 320
diff changeset
   492
323
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents: 322
diff changeset
   493
\noindent What should be done in this case? Well, the tie is
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents: 322
diff changeset
   494
broken if another block is solved, like so:
321
250fd40211c7 updated
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents: 320
diff changeset
   495
250fd40211c7 updated
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents: 320
diff changeset
   496
\begin{center}
250fd40211c7 updated
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents: 320
diff changeset
   497
\includegraphics[scale=0.4]{../pics/bitcoin_blockchain_branches.png}
250fd40211c7 updated
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents: 320
diff changeset
   498
\end{center}
250fd40211c7 updated
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents: 320
diff changeset
   499
250fd40211c7 updated
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents: 320
diff changeset
   500
\noindent The rule in Bitcoins is: If a fork occurs, people on
323
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents: 322
diff changeset
   501
the network keep track of all forks (they can see). But at any
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents: 322
diff changeset
   502
given time, miners only work to extend whichever fork is
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents: 322
diff changeset
   503
longest in their copy of the block chain. Why should miners
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents: 322
diff changeset
   504
work on the longest fork? Well their incentive is to mine
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents: 322
diff changeset
   505
Bitcoins. If somebody else already solved a puzzle, then it
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents: 322
diff changeset
   506
makes more sense to work on a new puzzle and obtain the
346
5a6e8b7d20f7 updated
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents: 339
diff changeset
   507
Bitcoins for solving that puzzle, rather than waste efforts on
323
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents: 322
diff changeset
   508
a fork that is shorter and therefore less likely to be
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents: 322
diff changeset
   509
``accepted''. Note that whoever solved a puzzle on the
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents: 322
diff changeset
   510
``loosing'' fork will actually not get any Bitcoins as reward.
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents: 322
diff changeset
   511
Tough luck.
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents: 322
diff changeset
   512
321
250fd40211c7 updated
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents: 320
diff changeset
   513
250fd40211c7 updated
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents: 320
diff changeset
   514
\subsubsection*{Alice against the Rest of the World}
250fd40211c7 updated
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents: 320
diff changeset
   515
323
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents: 322
diff changeset
   516
Let us see how the blockchain and the proof-of-work puzzles
321
250fd40211c7 updated
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents: 320
diff changeset
   517
avoid the problem of double spend. If Alice wants to cheat
323
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents: 322
diff changeset
   518
Bob, she would need to pull off the following ploy:
321
250fd40211c7 updated
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents: 320
diff changeset
   519
250fd40211c7 updated
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents: 320
diff changeset
   520
\begin{center}
250fd40211c7 updated
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents: 320
diff changeset
   521
\includegraphics[scale=0.4]{../pics/bitcoin_blockchain_double_spend.png}
250fd40211c7 updated
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents: 320
diff changeset
   522
\end{center}
250fd40211c7 updated
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents: 320
diff changeset
   523
250fd40211c7 updated
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents: 320
diff changeset
   524
\noindent Alice makes a transaction to Bob for paying, for
250fd40211c7 updated
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents: 320
diff changeset
   525
example, for an online order. This transaction is confirmed,
250fd40211c7 updated
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents: 320
diff changeset
   526
or validated, in block 2. Bob ships the goods around block 4.
250fd40211c7 updated
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents: 320
diff changeset
   527
In this moment, Alice needs to get into action and try to
323
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents: 322
diff changeset
   528
validate the fraudulent transaction to herself instead. At
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents: 322
diff changeset
   529
this moment she is in a race against all the computing power
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents: 322
diff changeset
   530
of the ``rest of the world''. Because the incentive of the
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents: 322
diff changeset
   531
rest of the world is to work on the longest chain, that is the
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents: 322
diff changeset
   532
one with the transaction from Alice to Bob:
321
250fd40211c7 updated
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents: 320
diff changeset
   533
250fd40211c7 updated
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents: 320
diff changeset
   534
\begin{center}
250fd40211c7 updated
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents: 320
diff changeset
   535
\includegraphics[scale=0.4]{../pics/bitcoin_doublespend_blockchain_race.png}
250fd40211c7 updated
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents: 320
diff changeset
   536
\end{center}
250fd40211c7 updated
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents: 320
diff changeset
   537
323
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents: 322
diff changeset
   538
\noindent As shown in the picture she has to solve the puzzles
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents: 322
diff changeset
   539
2a to 5a one after the other, because the hash of a block is
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents: 322
diff changeset
   540
determined via the reference by all the data in the previous
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents: 322
diff changeset
   541
block. She might be very lucky to solve one puzzle for a block
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents: 322
diff changeset
   542
before the rest of the world, but to be lucky many times is
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents: 322
diff changeset
   543
very unlikely. This principle of having to race against the
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents: 322
diff changeset
   544
rest of the world avoids the ploy of double spend.
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents: 322
diff changeset
   545
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents: 322
diff changeset
   546
In order to raise the bar for Alice even further, merchants
346
5a6e8b7d20f7 updated
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents: 339
diff changeset
   547
accepting Bitcoins use the following rule of thumb: A
323
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents: 322
diff changeset
   548
transaction is ``confirmed'' if 
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents: 322
diff changeset
   549
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents: 322
diff changeset
   550
\begin{itemize}
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents: 322
diff changeset
   551
\item[(1)] it is part of a block in the longest fork, and 
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents: 322
diff changeset
   552
\item[(2)] at least 5 blocks follow it in the longest fork. In
346
5a6e8b7d20f7 updated
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents: 339
diff changeset
   553
           this case we say that the transaction has 6
5a6e8b7d20f7 updated
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents: 339
diff changeset
   554
           confirmations. 
323
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents: 322
diff changeset
   555
\end{itemize} 
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents: 322
diff changeset
   556
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents: 322
diff changeset
   557
\noindent A simple calculation shows that this amount of
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents: 322
diff changeset
   558
confirmations can take up to 1 hour and more. While this seems
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents: 322
diff changeset
   559
excessively long, from the merchant's point of view it is not
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents: 322
diff changeset
   560
that long at all. For this recall that ordinary creditcards
321
250fd40211c7 updated
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents: 320
diff changeset
   561
can have their transactions been rolled-back for 6 months or
250fd40211c7 updated
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents: 320
diff changeset
   562
so. The point however is that the odds for Alice being able to
323
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents: 322
diff changeset
   563
cheat are very low, unless she can muster more than 50\% of
346
5a6e8b7d20f7 updated
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents: 339
diff changeset
   564
the world Bitcoin mining capacity. In this case she could
5a6e8b7d20f7 updated
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents: 339
diff changeset
   565
out-race the rest of the world. The point is however that
5a6e8b7d20f7 updated
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents: 339
diff changeset
   566
amassing such an amount of computing power is practically
5a6e8b7d20f7 updated
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents: 339
diff changeset
   567
impossible for a single person or even a moderately large 
5a6e8b7d20f7 updated
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents: 339
diff changeset
   568
group.
321
250fd40211c7 updated
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents: 320
diff changeset
   569
250fd40211c7 updated
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents: 320
diff changeset
   570
Connected with the 6-confirmation rule is an interesting
426
6d13b8da019e updated
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents: 371
diff changeset
   571
phenomenon. On average, it would take several years for a
6d13b8da019e updated
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents: 371
diff changeset
   572
typical computer to solve a proof-of-work puzzle, so an
6d13b8da019e updated
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents: 371
diff changeset
   573
individual’s chance of ever solving one before the rest of the
6d13b8da019e updated
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents: 371
diff changeset
   574
world, which typically takes only 10 minutes, is negligibly
6d13b8da019e updated
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents: 371
diff changeset
   575
low. Therefore many people join groups called \emph{mining
6d13b8da019e updated
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents: 371
diff changeset
   576
pools} that collectively work to solve blocks, and distribute
6d13b8da019e updated
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents: 371
diff changeset
   577
rewards based on work contributed. These mining pools act
6d13b8da019e updated
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents: 371
diff changeset
   578
somewhat like lottery pools among co-workers, except that some
6d13b8da019e updated
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents: 371
diff changeset
   579
of these pools are quite large, and comprise more than 20\% of
6d13b8da019e updated
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents: 371
diff changeset
   580
all the computers in the network. It is said that BTCC, a
6d13b8da019e updated
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents: 371
diff changeset
   581
large mining pool, has limited its number of members in order
6d13b8da019e updated
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents: 371
diff changeset
   582
to not solve more than 6 blocks in a row. Otherwise this would
6d13b8da019e updated
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents: 371
diff changeset
   583
undermine the trust in Bitcoins, which is also not in the
6d13b8da019e updated
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents: 371
diff changeset
   584
interest of BTCC, I guess. Some statistics on mining pools can
6d13b8da019e updated
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents: 371
diff changeset
   585
be seen at
323
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents: 322
diff changeset
   586
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents: 322
diff changeset
   587
\begin{center}
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents: 322
diff changeset
   588
\url{https://blockchain.info/pools}
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents: 322
diff changeset
   589
\end{center}
321
250fd40211c7 updated
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents: 320
diff changeset
   590
517
9a6480cb6e37 updated
Christian Urban <urbanc@in.tum.de>
parents: 516
diff changeset
   591
\noindent Here is an interesting problem: You are part of a lottery
9a6480cb6e37 updated
Christian Urban <urbanc@in.tum.de>
parents: 516
diff changeset
   592
pool, if you chip in some of the money to buy a lottery ticket. In
9a6480cb6e37 updated
Christian Urban <urbanc@in.tum.de>
parents: 516
diff changeset
   593
this setting it is clear when you are in or outside of the pool. But
9a6480cb6e37 updated
Christian Urban <urbanc@in.tum.de>
parents: 516
diff changeset
   594
how do you make sure people work hard in a mining pool in order to
9a6480cb6e37 updated
Christian Urban <urbanc@in.tum.de>
parents: 516
diff changeset
   595
justify a fraction of any reward? If evil me had its way, I would just
9a6480cb6e37 updated
Christian Urban <urbanc@in.tum.de>
parents: 516
diff changeset
   596
claim I do work and then sit back and relax. Or even if I do some work
9a6480cb6e37 updated
Christian Urban <urbanc@in.tum.de>
parents: 516
diff changeset
   597
for a mining pool and I happen to find a correct salt, I would keep it
9a6480cb6e37 updated
Christian Urban <urbanc@in.tum.de>
parents: 516
diff changeset
   598
secret and submit it to the bitcoin network on the ``side''. Actually,
9a6480cb6e37 updated
Christian Urban <urbanc@in.tum.de>
parents: 516
diff changeset
   599
the idea of mining pools has opened up a full can of interesting
9a6480cb6e37 updated
Christian Urban <urbanc@in.tum.de>
parents: 516
diff changeset
   600
problems.
9a6480cb6e37 updated
Christian Urban <urbanc@in.tum.de>
parents: 516
diff changeset
   601
9a6480cb6e37 updated
Christian Urban <urbanc@in.tum.de>
parents: 516
diff changeset
   602
9a6480cb6e37 updated
Christian Urban <urbanc@in.tum.de>
parents: 516
diff changeset
   603
321
250fd40211c7 updated
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents: 320
diff changeset
   604
\subsubsection*{Bitcoins for Real}
250fd40211c7 updated
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents: 320
diff changeset
   605
426
6d13b8da019e updated
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents: 371
diff changeset
   606
Let us now turn to the nitty gritty details. As a participant
6d13b8da019e updated
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents: 371
diff changeset
   607
in the Bitcoin network you need to generate and store a
6d13b8da019e updated
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents: 371
diff changeset
   608
public-private key pair. The public key you need to advertise
6d13b8da019e updated
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents: 371
diff changeset
   609
in order to receive payments (transactions). The private key
6d13b8da019e updated
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents: 371
diff changeset
   610
needs to be securely stored. For this there seem to be three
6d13b8da019e updated
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents: 371
diff changeset
   611
possibilities
323
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents: 322
diff changeset
   612
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents: 322
diff changeset
   613
\begin{itemize}
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents: 322
diff changeset
   614
\item an electronic wallet on your computer
346
5a6e8b7d20f7 updated
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents: 339
diff changeset
   615
\item a cloud-based storage (offered by some Bitcoin services)
323
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents: 322
diff changeset
   616
\item paper-based
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents: 322
diff changeset
   617
\end{itemize}
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents: 322
diff changeset
   618
426
6d13b8da019e updated
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents: 371
diff changeset
   619
\noindent The first two options of course offer convenience
6d13b8da019e updated
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents: 371
diff changeset
   620
for making and receiving transactions. But given the nature of
6d13b8da019e updated
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents: 371
diff changeset
   621
the private keys and how much security relies on them (recall
6d13b8da019e updated
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents: 371
diff changeset
   622
if somebody gets hold of it, your Bitcoins are quickly lost
6d13b8da019e updated
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents: 371
diff changeset
   623
forever) I would opt for the third option for anything except
6d13b8da019e updated
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents: 371
diff changeset
   624
for trivial amounts of Bitcoins. As we have seen earlier in
6d13b8da019e updated
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents: 371
diff changeset
   625
the course, securing a computer system that it can withstand a
6d13b8da019e updated
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents: 371
diff changeset
   626
targeted breakin is still very much an unsolved problem.
323
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents: 322
diff changeset
   627
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents: 322
diff changeset
   628
An interesting fact with Bitcoin keys is that there is no
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents: 322
diff changeset
   629
check for duplicate addresses. This means when generating a
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents: 322
diff changeset
   630
public-private key, you should really start with a carefully
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents: 322
diff changeset
   631
chosen random number such that there is really no chance to
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents: 322
diff changeset
   632
step on somebody's feet in the $2^{160}$ space of
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents: 322
diff changeset
   633
possibilities. Again if you share an address with somebody
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents: 322
diff changeset
   634
else, he or she has access to all your unspend transactions.
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents: 322
diff changeset
   635
The absence of such a check is easily explained: How would one
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents: 322
diff changeset
   636
do this in a distributed system? The answer you can't. It is
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents: 322
diff changeset
   637
possible to do some sanity check of addresses that are already
346
5a6e8b7d20f7 updated
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents: 339
diff changeset
   638
used in the blockchain, but this is not a fail-proof method.
323
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents: 322
diff changeset
   639
One really has to trust on the enormity of the $2^{160}$
346
5a6e8b7d20f7 updated
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents: 339
diff changeset
   640
space for addresses.
323
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents: 322
diff changeset
   641
346
5a6e8b7d20f7 updated
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents: 339
diff changeset
   642
Let us now look at the concrete data that is stored in an transaction 
323
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents: 322
diff changeset
   643
message:
319
e6afcdabd3ea updated
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents: 318
diff changeset
   644
322
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents: 321
diff changeset
   645
\lstinputlisting[language=Scala]{../slides/msg}
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents: 321
diff changeset
   646
323
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents: 322
diff changeset
   647
\noindent The hash in Line 1 is the hash of all the data that
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents: 322
diff changeset
   648
follows. It is a kind of serial number for the transaction.
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents: 322
diff changeset
   649
Line 2 contains a version number in case there are some
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents: 322
diff changeset
   650
incompatible changes to be made. Lines 3 and 4 specify how
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents: 322
diff changeset
   651
many incoming transactions are combined and how many outgoing
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents: 322
diff changeset
   652
transactions there are. In our example there are one for each.
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents: 322
diff changeset
   653
Line 5 specifies a lock time for when the transaction is
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents: 322
diff changeset
   654
supposed to become active---this is usually set to 0 to become
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents: 322
diff changeset
   655
active immediately. Line 6 specifies the size of the message;
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents: 322
diff changeset
   656
it has nothing to do with the Bitcoins that are transferred.
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents: 322
diff changeset
   657
Lines 7 to 11 specify where the Bitcoins in the transaction
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents: 322
diff changeset
   658
are coming from. The has in line 9 specifies the incoming
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents: 322
diff changeset
   659
transaction and the \pcode{n} in Line 10 specifies which
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents: 322
diff changeset
   660
output of the transaction is referred to. The signature in
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents: 322
diff changeset
   661
line 11 specifies the address (public key $K^{pub}$) from
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents: 322
diff changeset
   662
where the Bitcoins are taken and the digital signature of the
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents: 322
diff changeset
   663
address, that is $\{K^{pub}\}_{K^{priv}}$. Lines 12 to 15
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents: 322
diff changeset
   664
specify the value of the first outgoing transaction. In this
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents: 322
diff changeset
   665
case 0.319 Bitcoins. The hash in Line 14 specifies the address
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents: 322
diff changeset
   666
to where the Bitcoins are transferred.
322
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents: 321
diff changeset
   667
 
323
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents: 322
diff changeset
   668
As can be seen there is no need to issue serial numbers for
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents: 322
diff changeset
   669
transactions, the hash of the transaction data can do this
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents: 322
diff changeset
   670
job. The hash will contain the sender addresses and
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents: 322
diff changeset
   671
hash-references to the incoming transactions, as well as the
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents: 322
diff changeset
   672
public key of the incoming transaction. This uniquely
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents: 322
diff changeset
   673
identifies a transaction and the hash is the unique
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents: 322
diff changeset
   674
fingerprint of it. The in-field also contains the address to
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents: 322
diff changeset
   675
which a earlier transaction is made. The digital signature
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents: 322
diff changeset
   676
ensures everybody can check that the person who makes this
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents: 322
diff changeset
   677
transaction is in the possession of the private key. Otherwise
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents: 322
diff changeset
   678
the signature would not match up with the public-key address.
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents: 322
diff changeset
   679
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents: 322
diff changeset
   680
When mining the blockchain it only needs to be ensured that
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents: 322
diff changeset
   681
the transactions are consistent (all hashes and signatures
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents: 322
diff changeset
   682
match up). Then we need to generate the correct previous-block
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents: 322
diff changeset
   683
link and solve the resulting puzzle. Once the block is
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents: 322
diff changeset
   684
accepted, everybody can check the integrity of the whole
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents: 322
diff changeset
   685
blockchain.
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents: 322
diff changeset
   686
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents: 322
diff changeset
   687
A word of warning: The point of a lottery is that some people
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents: 322
diff changeset
   688
win. But equally, that most people lose. Mining Bitcoins has
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents: 322
diff changeset
   689
pretty much the same point. According to the article below, a
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents: 322
diff changeset
   690
very large machine (very, very large in terms of June 2014)
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents: 322
diff changeset
   691
could potentially mine \$40 worth of Bitcoins a day, but would
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents: 322
diff changeset
   692
require magnitudes more of electricity costs to do so. 
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents: 322
diff changeset
   693
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents: 322
diff changeset
   694
\begin{center}
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents: 322
diff changeset
   695
\url{http://bitcoinmagazine.com/13774/government-bans-professor-mining-bitcoin-supercomputer/}
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents: 322
diff changeset
   696
\end{center}
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents: 322
diff changeset
   697
367
3f0738fc8230 updated
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents: 366
diff changeset
   698
\noindent Bitcoin mining nowadays is only competitive, or
3f0738fc8230 updated
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents: 366
diff changeset
   699
profitable, if you get the energy for free, or use special
3f0738fc8230 updated
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents: 366
diff changeset
   700
purpose computing devices. 
3f0738fc8230 updated
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents: 366
diff changeset
   701
3f0738fc8230 updated
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents: 366
diff changeset
   702
This about ``free'' energy can actually hurt you very badly in
3f0738fc8230 updated
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents: 366
diff changeset
   703
unexpected ways. You probably have heard about, or even used,
3f0738fc8230 updated
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents: 366
diff changeset
   704
Amazon's Elastic Compute Cloud (EC2). Essentially, Amazon is
3f0738fc8230 updated
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents: 366
diff changeset
   705
selling computing power that you can use to run your web site,
3f0738fc8230 updated
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents: 366
diff changeset
   706
for example. It is \emph{elastic} in the sense that if you
3f0738fc8230 updated
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents: 366
diff changeset
   707
have a lot of visitors, you pay a lot, if you have only a few,
426
6d13b8da019e updated
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents: 371
diff changeset
   708
then it is cheap. In order to bill you, you need to set
367
3f0738fc8230 updated
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents: 366
diff changeset
   709
up an account with Amazon and receive some secret keys in
3f0738fc8230 updated
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents: 366
diff changeset
   710
order to authenticate you. The clever (but also dangerous) bit
3f0738fc8230 updated
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents: 366
diff changeset
   711
is that you upload the code of your web site to GitHub and
3f0738fc8230 updated
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents: 366
diff changeset
   712
Amazon will pull it from there. You can probably already guess
3f0738fc8230 updated
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents: 366
diff changeset
   713
where this is going: in order to learn about Amazon's API, it
3f0738fc8230 updated
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents: 366
diff changeset
   714
gives out some limited computing power for free. Somebody used
3f0738fc8230 updated
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents: 366
diff changeset
   715
this offer in order to teach himself Ruby on Rails with a
3f0738fc8230 updated
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents: 366
diff changeset
   716
mildly practical website. Unfortunately, he uploaded also his
3f0738fc8230 updated
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents: 366
diff changeset
   717
secret keys to GitHub (this is really an easy mistake). Now,
3f0738fc8230 updated
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents: 366
diff changeset
   718
nasty people crawl GitHub for the purpose of stealing such
3f0738fc8230 updated
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents: 366
diff changeset
   719
secret keys. What can they do with this? Well, they quickly
3f0738fc8230 updated
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents: 366
diff changeset
   720
max out the limit of computing power with Amazon and mine
3f0738fc8230 updated
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents: 366
diff changeset
   721
Bitcoins (under somebody else's account). Fortunately for this
3f0738fc8230 updated
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents: 366
diff changeset
   722
guy, Amazon was aware of this scam and in a goodwill gesture
3f0738fc8230 updated
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents: 366
diff changeset
   723
refunded him the money the nasty guys incurred over
3f0738fc8230 updated
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents: 366
diff changeset
   724
night with their Bitcoin mining. If you want to read the
3f0738fc8230 updated
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents: 366
diff changeset
   725
complete story, google for ``My \$2375 Amazon EC2 Mistake''.
3f0738fc8230 updated
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents: 366
diff changeset
   726
428
39fa24c5d85e updated
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents: 426
diff changeset
   727
\subsubsection*{Multi-Signature Transactions}
39fa24c5d85e updated
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents: 426
diff changeset
   728
39fa24c5d85e updated
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents: 426
diff changeset
   729
To be explained.
322
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents: 321
diff changeset
   730
346
5a6e8b7d20f7 updated
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents: 339
diff changeset
   731
\subsubsection*{Anonymity with Bitcoins}
322
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents: 321
diff changeset
   732
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents: 321
diff changeset
   733
One question one often hears is how anonymous is it actually
323
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents: 322
diff changeset
   734
to pay with Bitcoins? Paying with paper money used to be a
367
3f0738fc8230 updated
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents: 366
diff changeset
   735
quite anonymous act (unlike paying with credit cards, for
323
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents: 322
diff changeset
   736
example). But this has changed nowadays: You cannot come to a
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents: 322
diff changeset
   737
bank anymore with a suitcase full of money and try to open a
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents: 322
diff changeset
   738
bank account. Strict money laundering and taxation laws mean
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents: 322
diff changeset
   739
that not even Swiss banks are prepared to take such money and
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents: 322
diff changeset
   740
open a bank account. That is why Bitcoins are touted as 
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents: 322
diff changeset
   741
filling this niche again of anonymous payments. 
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents: 322
diff changeset
   742
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents: 322
diff changeset
   743
While Bitcoins are intended to be anonymous, the reality is
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents: 322
diff changeset
   744
slightly different. I fully agree with the statement by
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents: 322
diff changeset
   745
Nielsen from the blog article I referenced at the beginning:
322
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents: 321
diff changeset
   746
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents: 321
diff changeset
   747
\begin{quote}\it{}``Many people claim that Bitcoin can be used
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents: 321
diff changeset
   748
anonymously. This claim has led to the formation of
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents: 321
diff changeset
   749
marketplaces such as Silk Road (and various successors), which
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents: 321
diff changeset
   750
specialize in illegal goods. However, the claim that Bitcoin
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents: 321
diff changeset
   751
is anonymous is a myth. The block chain is public, meaning
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents: 321
diff changeset
   752
that it’s possible for anyone to see every Bitcoin transaction
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents: 321
diff changeset
   753
ever. Although Bitcoin addresses aren't immediately associated
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents: 321
diff changeset
   754
to real-world identities, computer scientists have done a
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents: 321
diff changeset
   755
great deal of work figuring out how to de-anonymise
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents: 321
diff changeset
   756
`anonymous' social networks. The block chain is a marvellous
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents: 321
diff changeset
   757
target for these techniques. I will be extremely surprised if
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents: 321
diff changeset
   758
the great majority of Bitcoin users are not identified with
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents: 321
diff changeset
   759
relatively high confidence and ease in the near future.''
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents: 321
diff changeset
   760
\end{quote}
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents: 321
diff changeset
   761
347
efad8155513f updated
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents: 346
diff changeset
   762
\noindent The only thing I can add to this is that with the Bitcoin
efad8155513f updated
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents: 346
diff changeset
   763
blockchain we will in the future have even more pleasure hearing
efad8155513f updated
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents: 346
diff changeset
   764
confessions from reputable or not-so-reputable people, like the
efad8155513f updated
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents: 346
diff changeset
   765
infamous ``I did not inhale'' from an US
efad8155513f updated
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents: 346
diff changeset
   766
president.\footnote{\url{www.youtube.com/watch?v=Bktd_Pi4YJw}} The
efad8155513f updated
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents: 346
diff changeset
   767
whole point of the blockchain is that it public and will always be.
323
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents: 322
diff changeset
   768
347
efad8155513f updated
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents: 346
diff changeset
   769
There are some precautions one can take for boosting anonymity, for
efad8155513f updated
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents: 346
diff changeset
   770
example to use a new public-private key pair for every new
efad8155513f updated
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents: 346
diff changeset
   771
transaction, and to access Bitcoin only through the Tor network. But
efad8155513f updated
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents: 346
diff changeset
   772
the transactions in Bitcoins are designed such that they allow one to
efad8155513f updated
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents: 346
diff changeset
   773
combine incoming transactions. In such cases we know they must have
efad8155513f updated
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents: 346
diff changeset
   774
been made by the single person who knew the corresponding private
efad8155513f updated
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents: 346
diff changeset
   775
keys. So using different public-private keys for each transaction
efad8155513f updated
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents: 346
diff changeset
   776
might not actually make the de-anonymisation task much harder. And the
efad8155513f updated
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents: 346
diff changeset
   777
point about de-ano\-nymising `anonymous' social networks is that the
efad8155513f updated
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents: 346
diff changeset
   778
information is embedded into the structure of the transition
efad8155513f updated
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents: 346
diff changeset
   779
graph. And this cannot be erased with Bitcoins.
346
5a6e8b7d20f7 updated
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents: 339
diff changeset
   780
347
efad8155513f updated
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents: 346
diff changeset
   781
One paper that has fun with spotting transactions made to Silk Road (2.0)
efad8155513f updated
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents: 346
diff changeset
   782
and also to Wikileaks is
346
5a6e8b7d20f7 updated
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents: 339
diff changeset
   783
5a6e8b7d20f7 updated
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents: 339
diff changeset
   784
\begin{center}
5a6e8b7d20f7 updated
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents: 339
diff changeset
   785
\url{http://people.csail.mit.edu/spillai/data/papers/bitcoin-transaction-graph-analysis.pdf}
5a6e8b7d20f7 updated
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents: 339
diff changeset
   786
\end{center}
5a6e8b7d20f7 updated
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents: 339
diff changeset
   787
5a6e8b7d20f7 updated
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents: 339
diff changeset
   788
\noindent
5a6e8b7d20f7 updated
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents: 339
diff changeset
   789
A paper that gathers some statistical data about the blockchain is
5a6e8b7d20f7 updated
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents: 339
diff changeset
   790
5a6e8b7d20f7 updated
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents: 339
diff changeset
   791
\begin{center}
5a6e8b7d20f7 updated
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents: 339
diff changeset
   792
\url{https://eprint.iacr.org/2012/584.pdf}
5a6e8b7d20f7 updated
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents: 339
diff changeset
   793
\end{center}
5a6e8b7d20f7 updated
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents: 339
diff changeset
   794
5a6e8b7d20f7 updated
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents: 339
diff changeset
   795
\subsubsection*{Government Meddling}
322
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents: 321
diff changeset
   796
347
efad8155513f updated
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents: 346
diff changeset
   797
Finally, what are the options for a typical Western government to
efad8155513f updated
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents: 346
diff changeset
   798
meddle with Bitcoins? This is of course one feature the proponents of
efad8155513f updated
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents: 346
diff changeset
   799
Bitcoins also tout: namely that there aren't any options. In my
efad8155513f updated
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents: 346
diff changeset
   800
opinion this is far too naive and far from the truth. Let us assume
efad8155513f updated
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents: 346
diff changeset
   801
some law enforcement agencies would not have been able to uncover the
efad8155513f updated
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents: 346
diff changeset
   802
baddies from Silk Road 1.0 and 2.0 (they have done so by uncovering
efad8155513f updated
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents: 346
diff changeset
   803
the Tor network, which is an incredible feat on its own). Would the
efad8155513f updated
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents: 346
diff changeset
   804
government in question have stopped? I do not think so. The next
efad8155513f updated
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents: 346
diff changeset
   805
target would have been Bitcoin.  If I were the government, this is
efad8155513f updated
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents: 346
diff changeset
   806
what I would consider:
322
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents: 321
diff changeset
   807
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents: 321
diff changeset
   808
\begin{itemize}
347
efad8155513f updated
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents: 346
diff changeset
   809
\item The government could compel ``mayor players'' to blacklist
efad8155513f updated
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents: 346
diff changeset
   810
  Bitcoins (for example at Bitcoin exchanges, which are usually
efad8155513f updated
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents: 346
diff changeset
   811
  located somewhere in the vicinity of the government's reach).  This
efad8155513f updated
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents: 346
diff changeset
   812
  would impinge on what is called \emph{fungibility} of Bitcoins and
efad8155513f updated
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents: 346
diff changeset
   813
  make them much less attractive to baddies. Suddenly their
efad8155513f updated
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents: 346
diff changeset
   814
  ``hard-earned'' Bitcoin money cannot be spent anymore. The attraction
efad8155513f updated
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents: 346
diff changeset
   815
  of this option is that this blacklisting can be easily done
efad8155513f updated
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents: 346
diff changeset
   816
  ``whole-sale'' and therefore be really be an attractive target for
efad8155513f updated
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents: 346
diff changeset
   817
  governments \& Co.
323
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents: 322
diff changeset
   818
\item The government could attempt to coerce the developer
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents: 322
diff changeset
   819
      community of the Bitcoin tools. While this might be a
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents: 322
diff changeset
   820
      bit harder, we know certain governments are ready to
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents: 322
diff changeset
   821
      take such actions (we have seen this with Lavabit, just
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents: 322
diff changeset
   822
      that the developers there refused to play ball and shut
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents: 322
diff changeset
   823
      down their complete operation).
322
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents: 321
diff changeset
   824
\item The government could also put pressure on mining pools
323
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents: 322
diff changeset
   825
      in order to blacklist transactions from baddies. Or be a
347
efad8155513f updated
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents: 346
diff changeset
   826
      big miner itself. Given the gigantic facilities that
323
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents: 322
diff changeset
   827
      are built for institutions like the NSA (pictures from
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents: 322
diff changeset
   828
      the Utah dessert)
322
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents: 321
diff changeset
   829
      
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents: 321
diff changeset
   830
      \begin{center}
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents: 321
diff changeset
   831
      \includegraphics[scale=0.04]{../pics/nsautah1.jpg}
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents: 321
diff changeset
   832
      \hspace{3mm}
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents: 321
diff changeset
   833
      \includegraphics[scale=0.031]{../pics/nsautah2.jpg}
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents: 321
diff changeset
   834
      \end{center}
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents: 321
diff changeset
   835
      
347
efad8155513f updated
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents: 346
diff changeset
   836
      this would not be such a high bar to jump over. Remember it
efad8155513f updated
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents: 346
diff changeset
   837
      ``only'' takes to be temporarily in control of 50\%-plus of the
efad8155513f updated
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents: 346
diff changeset
   838
      mining capacity in order to undermine the trust in the
efad8155513f updated
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents: 346
diff changeset
   839
      system. Given sophisticated stories like Stuxnet (where we still
efad8155513f updated
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents: 346
diff changeset
   840
      do not know the precise details) maybe even such large
efad8155513f updated
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents: 346
diff changeset
   841
      facilities are not really needed. What happens, for example, if
efad8155513f updated
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents: 346
diff changeset
   842
      a government starts DoS attacks on existing miners? They have
efad8155513f updated
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents: 346
diff changeset
   843
      complete control (unfortunately) of all mayor connectivity
efad8155513f updated
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents: 346
diff changeset
   844
      providers, i.e.~ISPs.
323
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents: 322
diff changeset
   845
      
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents: 322
diff changeset
   846
      There are estimates that the Bitcoin mining capacity
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents: 322
diff changeset
   847
      outperforms the top 500 supercomputers in the world,
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents: 322
diff changeset
   848
      combined(!):
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents: 322
diff changeset
   849
      
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents: 322
diff changeset
   850
      \begin{center}\small
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents: 322
diff changeset
   851
      \url{http://www.forbes.com/sites/reuvencohen/2013/11/28/global-bitcoin-computing-power-now-256-times-faster-than-top-500-supercomputers-combined/}
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents: 322
diff changeset
   852
      \end{center}
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents: 322
diff changeset
   853
      
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents: 322
diff changeset
   854
      But my gut feeling is that these are too simplistic
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents: 322
diff changeset
   855
      calculations. In security (and things like Bitcoins) the
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents: 322
diff changeset
   856
      world is never just black and white. The point is once
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents: 322
diff changeset
   857
      the trust is undermined, the Bitcoin system would need
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents: 322
diff changeset
   858
      to be evolved to Bitcoins 2.0. But who says that Bitcoin
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents: 322
diff changeset
   859
      2.0 will honour the Bitcoins from Version 1.0?
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents: 322
diff changeset
   860
      \end{itemize} 
322
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents: 321
diff changeset
   861
346
5a6e8b7d20f7 updated
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents: 339
diff changeset
   862
\noindent A government would potentially not really
323
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents: 322
diff changeset
   863
need to follow up with such threads. Just the rumour that it
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents: 322
diff changeset
   864
would, could be enough to get the Bitcoin-house-of-cards to
336
3cb200fa6d6a updated
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents: 323
diff changeset
   865
tumble. Some governments have already such an ``impressive''
323
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents: 322
diff changeset
   866
trackrecord in this area, such a thread would be entirely
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents: 322
diff changeset
   867
credible. Because of all this, I would not have too much hope
347
efad8155513f updated
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents: 346
diff changeset
   868
that Bitcoins are free from interference by governments \& Co when
346
5a6e8b7d20f7 updated
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents: 339
diff changeset
   869
it will stand in their way, despite what everybody else is
323
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents: 322
diff changeset
   870
saying. To sum up, the technical details behind Bitcoins are
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents: 322
diff changeset
   871
simply cool. But still the entire Bitcoin ecosystem is in my
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents: 322
diff changeset
   872
humble opinion rather fragile. 
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents: 322
diff changeset
   873
500
b03becc049e6 updated
Christian Urban <urbanc@in.tum.de>
parents: 480
diff changeset
   874
b03becc049e6 updated
Christian Urban <urbanc@in.tum.de>
parents: 480
diff changeset
   875
\subsubsection*{Isn't there anything good with Bitcoins?}
b03becc049e6 updated
Christian Urban <urbanc@in.tum.de>
parents: 480
diff changeset
   876
b03becc049e6 updated
Christian Urban <urbanc@in.tum.de>
parents: 480
diff changeset
   877
As you can see, so far my argument was that yes the Bitcoin system is
b03becc049e6 updated
Christian Urban <urbanc@in.tum.de>
parents: 480
diff changeset
   878
based on a lot of very cool technical ideas, but otherwise it is a big
b03becc049e6 updated
Christian Urban <urbanc@in.tum.de>
parents: 480
diff changeset
   879
scam. You might wonder if there is not something good (in terms of
b03becc049e6 updated
Christian Urban <urbanc@in.tum.de>
parents: 480
diff changeset
   880
valuable for civilisation) in the bitcoin system? I think there is
b03becc049e6 updated
Christian Urban <urbanc@in.tum.de>
parents: 480
diff changeset
   881
actually: diamonds are quite valuable and because of this can be
b03becc049e6 updated
Christian Urban <urbanc@in.tum.de>
parents: 480
diff changeset
   882
used as a form of `money'---just remember the song with the line
b03becc049e6 updated
Christian Urban <urbanc@in.tum.de>
parents: 480
diff changeset
   883
`diamonds are forever'.
b03becc049e6 updated
Christian Urban <urbanc@in.tum.de>
parents: 480
diff changeset
   884
b03becc049e6 updated
Christian Urban <urbanc@in.tum.de>
parents: 480
diff changeset
   885
The problem with diamonds is that in some places where they are found,
b03becc049e6 updated
Christian Urban <urbanc@in.tum.de>
parents: 480
diff changeset
   886
they also fund some stupid wars. You like to set up a usable system
b03becc049e6 updated
Christian Urban <urbanc@in.tum.de>
parents: 480
diff changeset
   887
whereby you can check whether a diamond comes from a reputable source
b03becc049e6 updated
Christian Urban <urbanc@in.tum.de>
parents: 480
diff changeset
   888
(not funding any wars) or from a dodgy source. For this you have to
b03becc049e6 updated
Christian Urban <urbanc@in.tum.de>
parents: 480
diff changeset
   889
know that `clearing houses' for diamonds can engrave with lasers
b03becc049e6 updated
Christian Urban <urbanc@in.tum.de>
parents: 480
diff changeset
   890
unique numbers inside the diamonds.  These engravings are invisible to
b03becc049e6 updated
Christian Urban <urbanc@in.tum.de>
parents: 480
diff changeset
   891
the naked eye and as far as I remember these numbers cannot be removed,
b03becc049e6 updated
Christian Urban <urbanc@in.tum.de>
parents: 480
diff changeset
   892
except by destroying the diamond. Even if it can be removes, diamonds
b03becc049e6 updated
Christian Urban <urbanc@in.tum.de>
parents: 480
diff changeset
   893
without the number cannot (hopefully) be sold.
b03becc049e6 updated
Christian Urban <urbanc@in.tum.de>
parents: 480
diff changeset
   894
b03becc049e6 updated
Christian Urban <urbanc@in.tum.de>
parents: 480
diff changeset
   895
How do bitcoins come into the picture? The idea is called
b03becc049e6 updated
Christian Urban <urbanc@in.tum.de>
parents: 480
diff changeset
   896
\emph{coloured coins}, where you attach some additional information to
b03becc049e6 updated
Christian Urban <urbanc@in.tum.de>
parents: 480
diff changeset
   897
some `coins'. In the diamond example the bitcoin transactions are
b03becc049e6 updated
Christian Urban <urbanc@in.tum.de>
parents: 480
diff changeset
   898
supposed to act as a certificate where diamonds are from (reputable
b03becc049e6 updated
Christian Urban <urbanc@in.tum.de>
parents: 480
diff changeset
   899
sources or not). For this you have to know that you can attach a very
b03becc049e6 updated
Christian Urban <urbanc@in.tum.de>
parents: 480
diff changeset
   900
short custom-made message with each bitcoin transaction. So you would
b03becc049e6 updated
Christian Urban <urbanc@in.tum.de>
parents: 480
diff changeset
   901
record the diamond number inside the message.
b03becc049e6 updated
Christian Urban <urbanc@in.tum.de>
parents: 480
diff changeset
   902
b03becc049e6 updated
Christian Urban <urbanc@in.tum.de>
parents: 480
diff changeset
   903
Now, you would set the system up so that a trusted entity (which
b03becc049e6 updated
Christian Urban <urbanc@in.tum.de>
parents: 480
diff changeset
   904
exists in the diamond world) buys with their public key bitcoins (or
b03becc049e6 updated
Christian Urban <urbanc@in.tum.de>
parents: 480
diff changeset
   905
smaller amounts).  These trusted entities are essentially the places
b03becc049e6 updated
Christian Urban <urbanc@in.tum.de>
parents: 480
diff changeset
   906
that also cut the raw diamonds. The idea is whenever you buy a
b03becc049e6 updated
Christian Urban <urbanc@in.tum.de>
parents: 480
diff changeset
   907
diamond, you like to have also the corresponding bitcoin
b03becc049e6 updated
Christian Urban <urbanc@in.tum.de>
parents: 480
diff changeset
   908
transaction. If you want to sell the diamond, you make a transaction
b03becc049e6 updated
Christian Urban <urbanc@in.tum.de>
parents: 480
diff changeset
   909
to the new owner. The new owner will ask for this message, because
b03becc049e6 updated
Christian Urban <urbanc@in.tum.de>
parents: 480
diff changeset
   910
otherwise he/she cannot sell it later on.
b03becc049e6 updated
Christian Urban <urbanc@in.tum.de>
parents: 480
diff changeset
   911
b03becc049e6 updated
Christian Urban <urbanc@in.tum.de>
parents: 480
diff changeset
   912
The advantage is that for each diamond you can trace back that the
b03becc049e6 updated
Christian Urban <urbanc@in.tum.de>
parents: 480
diff changeset
   913
transaction must have originated from the trusted entity. If yes, your
b03becc049e6 updated
Christian Urban <urbanc@in.tum.de>
parents: 480
diff changeset
   914
diamond will be sellable. If you do not have the message, the diamond
b03becc049e6 updated
Christian Urban <urbanc@in.tum.de>
parents: 480
diff changeset
   915
comes from a dodgy source and will (hopefully) not be sellable later
b03becc049e6 updated
Christian Urban <urbanc@in.tum.de>
parents: 480
diff changeset
   916
on. In this way you skew the incentives such that only legitimate
b03becc049e6 updated
Christian Urban <urbanc@in.tum.de>
parents: 480
diff changeset
   917
diamond are of value. The bitcoin system just helps with being able to
b03becc049e6 updated
Christian Urban <urbanc@in.tum.de>
parents: 480
diff changeset
   918
check whether the message originates from the trusted entity or
b03becc049e6 updated
Christian Urban <urbanc@in.tum.de>
parents: 480
diff changeset
   919
not....you do not have to consult anybody else and pay money for this
b03becc049e6 updated
Christian Urban <urbanc@in.tum.de>
parents: 480
diff changeset
   920
consultation. Or in any way reveal your identity by such a consultation
b03becc049e6 updated
Christian Urban <urbanc@in.tum.de>
parents: 480
diff changeset
   921
(the police might just keep a particularly close an eye on who contacts
b03becc049e6 updated
Christian Urban <urbanc@in.tum.de>
parents: 480
diff changeset
   922
such a clearing house).
b03becc049e6 updated
Christian Urban <urbanc@in.tum.de>
parents: 480
diff changeset
   923
b03becc049e6 updated
Christian Urban <urbanc@in.tum.de>
parents: 480
diff changeset
   924
Since we hopefully all agree that funding stupid wars is bad, any
b03becc049e6 updated
Christian Urban <urbanc@in.tum.de>
parents: 480
diff changeset
   925
system that can starve funds for such wars must be good. Piggy-bagging 
b03becc049e6 updated
Christian Urban <urbanc@in.tum.de>
parents: 480
diff changeset
   926
on the trust established by the bitcoin system on the public block chain
b03becc049e6 updated
Christian Urban <urbanc@in.tum.de>
parents: 480
diff changeset
   927
makes such a system realisable. 
b03becc049e6 updated
Christian Urban <urbanc@in.tum.de>
parents: 480
diff changeset
   928
323
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents: 322
diff changeset
   929
\subsubsection*{Further Reading}
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents: 322
diff changeset
   930
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents: 322
diff changeset
   931
Finally, finally, the article
319
e6afcdabd3ea updated
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents: 318
diff changeset
   932
323
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents: 322
diff changeset
   933
\begin{center}\small
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents: 322
diff changeset
   934
\url{http://www.extremetech.com/extreme/155636-the-bitcoin-network-outperforms-the-top-500-supercomputers-combined}
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents: 322
diff changeset
   935
\end{center}
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents: 322
diff changeset
   936
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents: 322
diff changeset
   937
\noindent makes an interesting point: If people are willing to
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents: 322
diff changeset
   938
solve meaningless puzzles for hard, cold cash and with this
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents: 322
diff changeset
   939
achieve rather impressive results, what could we achieve if
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents: 322
diff changeset
   940
the UN, say, would find the money and incentivise people to,
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents: 322
diff changeset
   941
for example, solve protein folding
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents: 322
diff changeset
   942
puzzles?\footnote{\url{http://en.wikipedia.org/wiki/Protein_folding}}
336
3cb200fa6d6a updated
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents: 323
diff changeset
   943
For this there are projects like
346
5a6e8b7d20f7 updated
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents: 339
diff changeset
   944
Folding@home.\footnote{\url{http://folding.stanford.edu}} 
323
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents: 322
diff changeset
   945
This might help with curing diseases such as Alzheimer or
336
3cb200fa6d6a updated
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents: 323
diff changeset
   946
diabetes. The same point is made in the article
323
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents: 322
diff changeset
   947
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents: 322
diff changeset
   948
\begin{center}\small
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents: 322
diff changeset
   949
\url{http://gizmodo.com/the-worlds-most-powerful-computer-network-is-being-was-504503726}
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents: 322
diff changeset
   950
\end{center}
318
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents:
diff changeset
   951
359
c90f803dc7ea updated
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents: 347
diff changeset
   952
A definitely interesting and worthy use of Bitcoins has been explored 
c90f803dc7ea updated
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents: 347
diff changeset
   953
in the thesis
c90f803dc7ea updated
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents: 347
diff changeset
   954
c90f803dc7ea updated
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents: 347
diff changeset
   955
\begin{center}
c90f803dc7ea updated
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents: 347
diff changeset
   956
\url{http://enetium.com/resources/Thesis.pdf}
c90f803dc7ea updated
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents: 347
diff changeset
   957
\end{center}
c90f803dc7ea updated
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents: 347
diff changeset
   958
c90f803dc7ea updated
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents: 347
diff changeset
   959
\noindent where the author proposes ways of publishing information
517
9a6480cb6e37 updated
Christian Urban <urbanc@in.tum.de>
parents: 516
diff changeset
   960
that is censor-resistant as part of the blockchain. The idea is that
359
c90f803dc7ea updated
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents: 347
diff changeset
   961
if a government wants to use Bitcoins, it would also have to put up
c90f803dc7ea updated
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents: 347
diff changeset
   962
with plain-text data that can be included in a transaction.
c90f803dc7ea updated
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents: 347
diff changeset
   963
517
9a6480cb6e37 updated
Christian Urban <urbanc@in.tum.de>
parents: 516
diff changeset
   964
Ken Shirrif in his blog at
9a6480cb6e37 updated
Christian Urban <urbanc@in.tum.de>
parents: 516
diff changeset
   965
9a6480cb6e37 updated
Christian Urban <urbanc@in.tum.de>
parents: 516
diff changeset
   966
\begin{center}\small
9a6480cb6e37 updated
Christian Urban <urbanc@in.tum.de>
parents: 516
diff changeset
   967
\url{http://www.righto.com/2014/02/bitcoin-mining-hard-way-algorithms.html}
9a6480cb6e37 updated
Christian Urban <urbanc@in.tum.de>
parents: 516
diff changeset
   968
\end{center}  
9a6480cb6e37 updated
Christian Urban <urbanc@in.tum.de>
parents: 516
diff changeset
   969
9a6480cb6e37 updated
Christian Urban <urbanc@in.tum.de>
parents: 516
diff changeset
   970
\noindent writes that every day the electricity consumption of mining
9a6480cb6e37 updated
Christian Urban <urbanc@in.tum.de>
parents: 516
diff changeset
   971
for bitcoins is roughly 15 Mega Watts---the energy consumption of a country
9a6480cb6e37 updated
Christian Urban <urbanc@in.tum.de>
parents: 516
diff changeset
   972
like Cambodia. He writes:
9a6480cb6e37 updated
Christian Urban <urbanc@in.tum.de>
parents: 516
diff changeset
   973
9a6480cb6e37 updated
Christian Urban <urbanc@in.tum.de>
parents: 516
diff changeset
   974
\begin{quote}
9a6480cb6e37 updated
Christian Urban <urbanc@in.tum.de>
parents: 516
diff changeset
   975
  \it{}``The difficulty of mining a block is astounding. At the
9a6480cb6e37 updated
Christian Urban <urbanc@in.tum.de>
parents: 516
diff changeset
   976
  current difficulty, the chance of a hash succeeding is a bit less
9a6480cb6e37 updated
Christian Urban <urbanc@in.tum.de>
parents: 516
diff changeset
   977
  than one in $10^{19}$. Finding a successful hash is harder than
9a6480cb6e37 updated
Christian Urban <urbanc@in.tum.de>
parents: 516
diff changeset
   978
  finding a particular grain of sand from all the grains of sand on
9a6480cb6e37 updated
Christian Urban <urbanc@in.tum.de>
parents: 516
diff changeset
   979
  Earth. To find a hash every ten minutes, the Bitcoin hash rate needs
9a6480cb6e37 updated
Christian Urban <urbanc@in.tum.de>
parents: 516
diff changeset
   980
  to be insanely large. Currently, the miners on the Bitcoin network
9a6480cb6e37 updated
Christian Urban <urbanc@in.tum.de>
parents: 516
diff changeset
   981
  are doing about 25 million gigahashes per second. That is, every
9a6480cb6e37 updated
Christian Urban <urbanc@in.tum.de>
parents: 516
diff changeset
   982
  second about 25,000,000,000,000,000 blocks gets hashed. I estimate
9a6480cb6e37 updated
Christian Urban <urbanc@in.tum.de>
parents: 516
diff changeset
   983
  (very roughly) that the total hardware used for Bitcoin mining cost
9a6480cb6e37 updated
Christian Urban <urbanc@in.tum.de>
parents: 516
diff changeset
   984
  tens of millions of dollars and uses as much power as the country of
9a6480cb6e37 updated
Christian Urban <urbanc@in.tum.de>
parents: 516
diff changeset
   985
  Cambodia.''
9a6480cb6e37 updated
Christian Urban <urbanc@in.tum.de>
parents: 516
diff changeset
   986
\end{quote}  
9a6480cb6e37 updated
Christian Urban <urbanc@in.tum.de>
parents: 516
diff changeset
   987
318
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents:
diff changeset
   988
\end{document}
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents:
diff changeset
   989
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents:
diff changeset
   990
bit coin
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents:
diff changeset
   991
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents:
diff changeset
   992
A fistful of bitcoins
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents:
diff changeset
   993
http://cseweb.ucsd.edu/~smeiklejohn/files/imc13.pdf
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents:
diff changeset
   994
http://cseweb.ucsd.edu/~smeiklejohn/files/imc13.pdf
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents:
diff changeset
   995
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents:
diff changeset
   996
Ross Anderson & Co (no dispute resolution; co-ercion)
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents:
diff changeset
   997
http://www.cl.cam.ac.uk/~sjm217/papers/fc14evidence.pdf
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents:
diff changeset
   998
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents:
diff changeset
   999
http://www.michaelnielsen.org/ddi/how-the-bitcoin-protocol-actually-works/
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents:
diff changeset
  1000
http://www.imponderablethings.com/2013/07/how-bitcoin-works-under-hood.html
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents:
diff changeset
  1001
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents:
diff changeset
  1002
http://randomwalker.info/bitcoin/
360
eb2004430215 updated
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents: 359
diff changeset
  1003
eb2004430215 updated
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents: 359
diff changeset
  1004
Jeffrey Robinson
eb2004430215 updated
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents: 359
diff changeset
  1005
Bitcon: The Naked Truth about Bitcoin
371
690d778b9127 updated
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents: 367
diff changeset
  1006
690d778b9127 updated
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents: 367
diff changeset
  1007
The Bitcoin Backbone Protocol: Analysis and Applications
690d778b9127 updated
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents: 367
diff changeset
  1008
https://eprint.iacr.org/2014/765.pdf
442
cceb3d2dcba0 updated
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents: 428
diff changeset
  1009
cceb3d2dcba0 updated
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents: 428
diff changeset
  1010
Bitcoin book
cceb3d2dcba0 updated
Christian Urban <christian dot urban at kcl dot ac dot uk>
parents: 428
diff changeset
  1011
http://chimera.labs.oreilly.com/books/1234000001802/ch04.html#public_key_derivation