CHRIS PRICE
@100pxls
Blatter
Putin
x
Blatter |
|
---|---|
20 M | |
|
Putin |
---|---|
200 B | |
x
Blatter |
|
---|---|
20 M | |
20 M + x |
|
Putin |
---|---|
200 B | |
200 B - x |
Blatter | Central Bank |
---|---|
20 M | 0 |
20 M + x | -x |
Central Bank | Putin |
---|---|
0 | 200 B |
x | 200 B - x |
Blatter | Central Bank |
---|---|
20 M | 0 |
20 M + x | -x |
Central Bank | Putin |
---|---|
0 | 200 B |
x | 200 B - x |
Bank A | Bank B |
---|---|
0 | 0 |
x | -x |
Blatter | Central Bank |
---|---|
20 M | 0 |
20 M + x | -x |
Central Bank | Putin |
---|---|
0 | 200 B |
x | 200 B - x |
Bank A | Bank B |
---|---|
0 | 0 |
Blatter | Central Bank |
---|---|
20 M | 0 |
20 M + x | -x |
20M + x + y |
-x + -y |
Central Bank | Putin |
---|---|
0 | 200 B |
x | 200 B - x |
x + y | 200 B - x - y |
Bank A | Bank B |
---|---|
0 | 0 |
Blatter | Central Bank |
---|---|
20 M | 0 |
20 M + x | -x |
20M + x + y |
-x + -y |
Central Bank | Putin |
---|---|
0 | 200 B |
x | 200 B - x |
x + y | 200 B - x - y |
Bank A | Bank B |
---|---|
0 | 0 |
x + y | -x + -y |
Blatter | Central Bank |
---|---|
20 M | 0 |
20 M + x | -x |
20M + x + y |
-x + -y |
Central Bank | Putin |
---|---|
0 | 200 B |
x | 200 B - x |
x + y | 200 B - x - y |
Bank A Settlement |
Bank B Settlement | Bank A Reserve | Bank B Reserve |
---|---|---|---|
0 | 0 | ||
x + y | -x + -y |
Blatter | Central Bank |
---|---|
20 M | 0 |
20 M + x | -x |
20M + x + y |
-x + -y |
Central Bank | Putin |
---|---|
0 | 200 B |
x | 200 B - x |
x + y | 200 B - x - y |
Bank A Settlement |
Bank B Settlement | Bank A Reserve | Bank B Reserve |
---|---|---|---|
0 | 0 | ? | > x + y |
x + y | -x + -y | ? | > x + y |
But the banks don't trust each other...
A highly centralised system!
Mathias Degen from Cologne, Germany - Hippie bug! CC BY-SA 2.0
Lachlan Fearnley - Own work CC BY-SA 3.0
James Hill - Jenny from the Blockchain, Reproduced with permission
When in doubt, always pick the hardest path
Proof of work exists only to enable consensus
By including a transaction with zero* inputs and one or more outputs in the mined block
*Not strictly true
Using transactions with one or more inputs, each referencing a corresponding unspent transaction output (UTXO), and one or more outputs
A user's balance is the sum of all UTXOs for which they control the private key
OP_DUP
OP_HASH160
<address/pubKeyHash>
OP_EQUALVERIFY
OP_CHECKSIG
<sig>
<pubKey>
Output (ScriptPubKey)
Input (ScriptSig)
<sig>
<pubKey>
OP_DUP
OP_HASH160
<address/pubKeyHash>
OP_EQUALVERIFY
OP_CHECKSIG
<EMPTY>
Script
Stack
<pubKey>
OP_DUP
OP_HASH160
<address/pubKeyHash>
OP_EQUALVERIFY
OP_CHECKSIG
<sig>
Script
Stack
OP_DUP
OP_HASH160
<address/pubKeyHash>
OP_EQUALVERIFY
OP_CHECKSIG
<pubKey>
<sig>
Script
Stack
OP_HASH160
<address/pubKeyHash>
OP_EQUALVERIFY
OP_CHECKSIG
<pubKey>
<pubKey>
<sig>
Script
Stack
<address/pubKeyHash>
OP_EQUALVERIFY
OP_CHECKSIG
<hashedPubKey>
<pubKey>
<sig>
Script
Stack
OP_EQUALVERIFY
OP_CHECKSIG
<address/pubKeyHash>
<hashedPubKey>
<pubKey>
<sig>
Script
Stack
OP_CHECKSIG
<pubKey>
<sig>
Script
Stack
<EMPTY>
true
Script
Stack
Ethereum is essentially script++
Transaction verification speed
Putin 10 M
Blatter 0 M
30 days
10 M
2-of-2 Multisig
Putin 10 M
Blatter 0 M
30 days
Putin 4 M
Blatter 6 M
29 days
10 M
2-of-2 Multisig
Putin 5 M
Blatter 5 M
30 days
Putin 4 M
Blatter 6 M
29 days
10 M
2-of-2 Multisig
Putin 8 M
Blatter 2 M
28 days
Putin 5 M
Blatter 5 M
30 days
Putin 4 M
Blatter 6 M
29 days
10 M
2-of-2 Multisig
Putin 8 M
Blatter 2 M
28 days
Putin 0 M
Blatter 10 M
<no limit>
Look familiar?
But without trust!
Ripple similar but requires offline-trust between connected parties
CHRIS PRICE
@100pxls