From e45e446a58f6476ecd7e342708a45ebd74858090 Mon Sep 17 00:00:00 2001 From: Joshua Seigler Date: Mon, 9 Jan 2017 17:38:23 -0500 Subject: [PATCH] lots more work --- index.html | 152 +++++++++++++----- styles/blockchain.css | 22 +++ styles/dollars.jpg | Bin 0 -> 994220 bytes .../merriweather/MerriweatherSans-Bold.otf | Bin 0 -> 38980 bytes .../MerriweatherSans-BoldItalic.otf | Bin 0 -> 39812 bytes .../MerriweatherSans-ExtraBold.otf | Bin 0 -> 38740 bytes .../MerriweatherSans-ExtraBoldItalic.otf | Bin 0 -> 39448 bytes .../merriweather/MerriweatherSans-Italic.otf | Bin 0 -> 39204 bytes .../merriweather/MerriweatherSans-Light.otf | Bin 0 -> 39608 bytes .../MerriweatherSans-LightItalic.otf | Bin 0 -> 40136 bytes .../merriweather/MerriweatherSans-Regular.otf | Bin 0 -> 39420 bytes .../merriweather/SIL Open Font License.txt | 45 ++++++ styles/fonts/merriweather/font.css | 88 ++++++++++ styles/giftcards.jpg | Bin 0 -> 710667 bytes styles/headstone.svg | 102 ++++++++++++ styles/heath.jpg | Bin 0 -> 275460 bytes styles/heath.png | Bin 0 -> 505372 bytes styles/main.css | 53 +++--- styles/padlock.jpg | Bin 0 -> 570508 bytes styles/shopping-mall.jpg | Bin 972403 -> 0 bytes 20 files changed, 395 insertions(+), 67 deletions(-) create mode 100644 styles/dollars.jpg create mode 100644 styles/fonts/merriweather/MerriweatherSans-Bold.otf create mode 100644 styles/fonts/merriweather/MerriweatherSans-BoldItalic.otf create mode 100644 styles/fonts/merriweather/MerriweatherSans-ExtraBold.otf create mode 100644 styles/fonts/merriweather/MerriweatherSans-ExtraBoldItalic.otf create mode 100644 styles/fonts/merriweather/MerriweatherSans-Italic.otf create mode 100644 styles/fonts/merriweather/MerriweatherSans-Light.otf create mode 100644 styles/fonts/merriweather/MerriweatherSans-LightItalic.otf create mode 100644 styles/fonts/merriweather/MerriweatherSans-Regular.otf create mode 100644 styles/fonts/merriweather/SIL Open Font License.txt create mode 100644 styles/fonts/merriweather/font.css create mode 100644 styles/giftcards.jpg create mode 100644 styles/headstone.svg create mode 100644 styles/heath.jpg create mode 100644 styles/heath.png create mode 100644 styles/padlock.jpg delete mode 100644 styles/shopping-mall.jpg diff --git a/index.html b/index.html index f33da8d..1b35d3d 100644 --- a/index.html +++ b/index.html @@ -30,35 +30,39 @@
-

Block

+

Block

-

Chain

+

Chain

+
Blockchain is this hot new buzzword. + We have to start with the big one, Bitcoin.
+
Bitcoin was started on October 31, 2008. Open-sourced Jan 3, 2009. Creator pseudonym Satoshi Nakamoto. + Technically not first cryptocurrency, DigiCash came in 1994. + First decentralized virtual currency.

What is money?

-
    -
  • Durable
  • -
  • Portable
  • -
  • Divisible
  • -
  • Fungible
  • -
  • Store of value
  • -
+
Durable + Portable + Divisible + Fungible + Scarce
- +
+
@@ -66,7 +70,7 @@ - + @@ -80,11 +84,13 @@
Portable
Divisible
Fungible
Store of
value
Scarce
+
Used on most continents, still a legal currency in Papua New Guinea alongside their paper money.
- +
+
@@ -92,12 +98,12 @@ - + - + @@ -106,11 +112,14 @@
Portable
Divisible
Fungible
Store of
value
Scarce
Yap Stones (Rai)Rai stones
+
Stone money was made in Micronesia and Guam, transported to the island of Yap as currency. Value from the story of how hard it was to transport. Ownership transferred by oral history, stones not moved.
+
- +
+
@@ -118,7 +127,7 @@ - + @@ -132,10 +141,13 @@
Portable
Divisible
Fungible
Store of
value
Scarce
+
Pretty popular. Still used today.
- + +
+
@@ -143,7 +155,7 @@ - + @@ -157,35 +169,96 @@
Portable
Divisible
Fungible
Store of
value
Scarce
+
Used to be a currency form of gold and silver, after World War 1 pretty much everybody decided to switch to unbacked "floating money" so they could fuel government expenses with inflation.
- - +

How could we make
digital currency?

+ +
+
If I send you a file, I still have the file. Digital items can be duplicated; how can I send you something the way I do in the physical world? The Yapanese people had the right idea: use a ledger.
+ + +
+
+ - - - - - - + + + - - - - - - - - + + + + + + + + + + +
Durable
Portable
Divisible
Fungible
Store of
value
Joshua25 - 15
Gift CardsJack12 + 15
Dave9
George40
+
We can use a ledger to keep track of how much money each person has. If I want to send money, we reduce my account and increase someone else's account. + This is similar to how Paypal works at a simple level. + Problems: + Everyone has to trust whoever maintains the ledger, since they can monitor it and change it.
-

How can you make a
digital currency?

+ +

Cryptography

+
We can use public and private keys to control balances in an anonymous ledger.
+
+ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
1D4FA353C82B411.5 - 11
37563EA8932FB6.0 + 15
D163512ECD12E9.0
D15F73E98432A13.5 - 4
333BCBA13A54C9.7
8DBDA78D8BEF21.1
C5F83ED13497A6.0
92A1E683111A230.2
+
Then instead of sending a payment from "Joshua" to "Jack", it's a payment from "private keys A and B" to "public key C".
+
+ +
+
@@ -200,6 +273,10 @@

Hash Pointers

+
+

Proof of Work

+
+

Applications

@@ -249,12 +326,9 @@

Credits