Jason simeon genge theory of coin - In this ppt jason genge describing the theroy of cryptocurrency. Jaosn Genge
Follow Jason Genge -https://plus.google.com/u/0/115846886431062163876
Follow Jason Genge - https://twitter.com/jasonsimeongeng
https://www.facebook.com/jason.simeongenge.5
Follow Jason Genge - https://www.linkedin.com/in/jason-simeon-genge-60bba7152/
Follow Jason Genge - https://www.scoop.it/u/jason-simeon-genge
2. Leave while you can!
I will NOT talk about:
Politics
Economics
Coming up next:
Algorithms
Cryptography
3. Outline
Part 0: a little history
Part 1: TheoryCoin
How to create coins
How to transfer coins
How to store coins
Part 2: diff( , )
Part 3: Problems and issues
5. The 1990s
David Chaum and anonymous ecash
The difference between
a bad electronic cash system
and well-developed digital cash
will determine whether
we will have a dictatorship
or a real democracy
(attributed to Chaum)
8. The advent of Bitcoin
2009: Bitcoin announced by Satoshi Nakamoto
Pseudonym for person or group of person
2009-2011: slow start
2011-2013: Silk Road and Dread Pirate Roberts
End 2013: Bitcoin price skyrockets
and the world notices!
9. Outline
Part 0: a little history
Part 1: TheoryCoin
How to create coins
How to transfer coins
How to store coins
Part 2: diff( , )
Part 3: Problems and issues
10. TheoryCoin:
How to create money
1. Everyone
tries to solve a puzzle
2. The first one to solve
the puzzle gets 1 TC
3. The solution of puzzle i
defines puzzle i+1
11. TheoryCoin:
How to create money
H
L {0,1}* R {0,1}*
T {0,1}d
SolvePuzzle(L){
repeat{
R = my_name || i++
T = H(L,R)
}while(T 0d)
return R
}
The puzzle:
given L, find R
such that T=0d
(a random function)
* aka Proof-of-Work
12. TheoryCoin: (coins to ppl)
How to create money
H
x0 = Start! x1 =(P1, i1)
000000
x2=(P2, i1)
H
000000
x3=(P3, i3)
H
000000
P3
P1
P2
x1
x1
x2 x2
x3
x3
* aka the blockchain
13. x7=(P3, i7)x6=(P3, i6)
x5=(P5, i5)
x0=Start! x1=(P1, i1) x2=(P2, i2)
x3=(P3, i3)
x4=(P4, i4)
TheoryCoin:
How to create money
* aka the 51% attack
14. TheoryCoin:
How to create money
Recap:
Solve the next puzzle get a coin
To solve puzzle i find xi s.t H(xi-1,xi)=0d
The longest chain defines next puzzle
The name in block xi gets coin i.
15. Outline
Part 0: a little history
Part 1: TheoryCoin
How to create coins
How to transfer coins
How to store coins
Part 2: diff( , )
Part 3: Problems and issues
16. TheoryCoin:
How to transfer money
(Digital) Signatures
Only you can sign
Everyone can verify
You cannot deny
Give coin 3 to Jesper
Claudio
17. TheoryCoin:
How to transfer money
Gen
Sign Verify
message message, signature accept/reject
secret key public key
Your usernameYour pin code
18. P3 P1
m=P3 gives coin 3 to P1
s=Sig(sk3,m)
If
Ver(pk3,m,s) = accept
and
P3 owns coin 3
then
return accept
TheoryCoin:
How to transfer money
21. Outline
Part 0: a little history
Part 1: TheoryCoin
How to create coins
How to transfer coins
How to store coins
Part 2: diff( , )
Part 3: Problems and issues
23. x4=(P4, (m,s), i4)
P1
TheoryCoin:
How to store money
P3
P2 P4
(m,s)
(m,s)
(m,s)
SolvePuzzle(L,...){
repeat{
R = my_name||(m,s)|| i++
T = H(L,R)
}while(T 0d)
return R
}
24. Outline
Part 0: a little history
Part 1: TheoryCoin
How to create coins
How to transfer coins
How to store coins
Part 2: diff( , )
Part 3: Problems and issues
25. diff( , )
How is money created in Bitcoin?
New block every ~10 mins
d adjusted every ~2000 blocks
H = 2-SHA2
Initial reward: 50 BTC
Halved every ~4 years (now 25 BTC)
26. diff( , )
How is money transferred in Bitcoin?
P1 gives 14 to P1
Transaction fee 1
Example: P1 wants to give 60 to P2
... gives 50 to P1
gives 25 to P1
P1 gives 60 to P2
27. diff( , )
How is money stored in Bitcoin?
Transaction in orphaned blocks are invalid
Wait 6 blocks (~1 hour) before accepting transaction.
Checkpoints to prevent complete history rollback.
All transaction are stored in the blockchain
(Currently ~14 GB)
28. Outline
Part 0: a little history
Part 1: TheoryCoin
How to create coins
How to transfer coins
How to store coins
Part 2: diff( , )
Part 3: Problems and issues
29. Anonymity?
Problem:
Every transaction ever made is recorded forever
Solution?
Use new identity for each transaction
But:
Heuristics allow to cluster identities
Anonymous alternatives:
Zerocoin, Zerocash
30. Users?
(and their devices)
Unfortunate property of DSA
This address
1HKywxiL4JziqXrzLKhmB6a74ma6kxbSDj
probably stole ~250000kr this way
(due to bug in Android Java based random generator)
Extractor
Sig(sk,m1,r)
Sig(sk,m2,r)
sk
31. Programmable money?
Bitcoin uses a scripting system for transactions. Forth-like,
Script is simple, stack-based, and processed from left to right. It
is purposefully not Turing-complete, with no loops.
E.g., P1 gives 1 BTC to P2 if at least
2 out of (P1,P2,P3) sign this transaction
Functionality: more than money?
Security: malware payments?
32. Mining pools
Solving puzzles (mining) is hard!
Miners join pools and share work/reward
How to optimally split work?
Mechanism design?
rational miner?
how to allocate reward?
33. A final word
Distributed currencies:
for the good guys or the bad guys?
Crime is bad! Tax evasion is bad!
But sometimes governments are bad too!
Thanks! Questions?