-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathtechdays_munich_feb2019.html
747 lines (571 loc) · 28.7 KB
/
techdays_munich_feb2019.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no">
<title>Libbitcoin Introduction</title>
<link rel="stylesheet" href="css/reveal.css">
<link rel="stylesheet" href="css/theme/simple.css">
<!-- Theme used for syntax highlighting of code -->
<link rel="stylesheet" href="lib/css/xcode.css">
<!-- Theme override for teachbitcoin -->
<link rel="stylesheet" href="css/teachbitcoin.css">
<!-- Google Font Roboto -->
<link href="https://fonts.googleapis.com/css?family=Open+Sans:300,400,400i,600" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Roboto+Mono" rel="stylesheet">
</head>
<body>
<div class="reveal">
<div class="slides">
<!-- *********** BEGIN: Cover Page *********** -->
<section class ="box">
<img src="images/techdays_munich_feb2019/cover_slide.svg" class = "image" style = "z-index: -3;">
</section>
<!-- *********** END: Cover Page *********** -->
<!-- *********** BEGIN: ME *********** -->
<section class ="box">
<div class = "title">
<span class = "title weight">Myself</span>
</div>
<div class = "multi_text_box_container" style = "padding: 60px 0 0 0; font-size:30px; color: rgba(45,78,110,1);">
<ul style = "width: 100%; list-style-type: none;">
<li><span class ="weight">Libbitcoin Contributor / Trainer</span></li>
<ul style="list-style-type: circle; font-size: 85%;">
<li>Eric Voskuil (Libbitcoin/Cryptoeconomics)</li>
<li>Code Review / Documentation</li>
<li>Bitcoin Meetups / Conferences</li>
</ul>
<hr style = "height:15px; visibility:hidden;">
<li><span class ="weight">Bitcoin Protocol Educator</span></li>
<ul style="list-style-type: circle; font-size: 85%;">
<li><span class="weight">Online:</span> TeachBitcoin.io</li>
<li><span class="weight">Classroom:</span></li>
<ul>
<li>21Lectures (w/ Decker, Schnelli)</li>
<li>Swiss Universities (ETHZ, HSLU, HSR)</li>
</ul>
</ul>
<hr style = "height:15px; visibility:hidden;">
<li><span class ="weight">Bitcoin Protocol Researcher (WIP)</span></li>
<ul style="list-style-type: circle; font-size: 85%;">
<li>Protocol Design & Systems Development</li>
</ul>
<hr style = "height:15px; visibility:hidden;">
</ul> <!-- End of content list -->
</div>
</section>
<!-- *********** END: ME *********** -->
<!-- *********** BEGIN: Agenda *********** -->
<section class ="box">
<div class = "title">
<span class = "title weight">Routing, HTLC's, Security Trade-offs</span>
</div>
<div class = "multi_text_box_container" style = "padding: 80px 0 0 0; font-size:35px; color: rgba(45,78,110,1);">
<ul style = "width: 100%; list-style-type: none;">
<li><span class ="weight">Payment Channels</span></li>
<hr style = "height:15px; visibility:hidden;">
<li><span class ="weight">Payment Routing</span></li>
<hr style = "height:15px; visibility:hidden;">
<li><span class ="weight">Future Protocol Work</span></li>
<hr style = "height:15px; visibility:hidden;">
<li><span class ="weight">TeachBitcoin.io</span></li>
<hr style = "height:15px; visibility:hidden;">
</ul> <!-- End of content list -->
</div>
</section>
<!-- *********** END: Agenda *********** -->
<!-- *********** BEGIN: Agenda Payment Channels *********** -->
<section class ="box">
<div class = "title">
<span class = "title weight">Topics</span>
</div>
<div class = "multi_text_box_container" style = "padding: 60px 0 0 0; font-size:35px; color: rgba(45,78,110,1);">
<ul style = "width: 100%; list-style-type: none;">
<div style="opacity: 0.5;">
</div>
<li><span class ="weight">Payment Channels</span></li>
<ul style="list-style-type: circle;">
<li>1. Channel States</li>
</ul>
<hr style = "height:15px; visibility:hidden;">
</ul> <!-- End of content list -->
</div>
</section>
<!-- *********** END: Agenda Payment Channels *********** -->
<!-- *********** BEGIN: Channel States *********** -->
<section class ="box">
<img src="images/techdays_munich_feb2019/channel_states0.svg" class = "image" style = "z-index: -3;">
<img src="images/techdays_munich_feb2019/channel_states1.svg" class = "fragment image" style = "z-index: -3;">
<img src="images/techdays_munich_feb2019/channel_states2.svg" class = "fragment image" style = "z-index: -3;">
<img src="images/techdays_munich_feb2019/channel_states3.svg" class = "fragment image" style = "z-index: -3;">
</section>
<!-- *********** Channel States *********** -->
<!-- *********** BEGIN: Agenda: Balance Delivery *********** -->
<section class ="box">
<div class = "title">
<span class = "title weight">Topics</span>
</div>
<div class = "multi_text_box_container" style = "padding: 60px 0 0 0; font-size:35px; color: rgba(45,78,110,1);">
<ul style = "width: 100%; list-style-type: none;">
<li><span class ="weight">Payment Channels</span></li>
<ul style="list-style-type: circle;">
<div style="opacity: 0.5;">
<li>1. Channel States</li>
</div>
<li>2. Balance Delivery</li>
</ul>
<hr style = "height:15px; visibility:hidden;">
</ul> <!-- End of content list -->
</div>
</section>
<!-- *********** END: Agenda: Balance Delivery *********** -->
<!-- *********** BEGIN: Channel States *********** -->
<section class ="box">
<img src="images/techdays_munich_feb2019/balance_delivery0.svg" class = "image" style = "z-index: -3;">
<img src="images/techdays_munich_feb2019/balance_delivery1.svg" class = "fragment image" style = "z-index: -3;">
<img src="images/techdays_munich_feb2019/balance_delivery3.svg" class = "fragment image" style = "z-index: -3;">
<img src="images/techdays_munich_feb2019/balance_delivery4.svg" class = "fragment image" style = "z-index: -3;">
<img src="images/techdays_munich_feb2019/balance_delivery5.svg" class = "fragment image" style = "z-index: -3;">
<img src="images/techdays_munich_feb2019/balance_delivery6.svg" class = "fragment image" style = "z-index: -3;">
<img src="images/techdays_munich_feb2019/balance_delivery7.svg" class = "fragment image" style = "z-index: -3;">
</section>
<!-- *********** Channel States *********** -->
<!-- *********** BEGIN: Agenda Malleability *********** -->
<section class ="box">
<div class = "title">
<span class = "title weight">Topics</span>
</div>
<div class = "multi_text_box_container" style = "padding: 60px 0 0 0; font-size:35px; color: rgba(45,78,110,1);">
<ul style = "width: 100%; list-style-type: none;">
<li><span class ="weight">Payment Channels</span></li>
<ul style="list-style-type: circle;">
<div style="opacity: 0.5;">
<li>1. Channel States</li>
<li>2. Balance Delivery</li>
</div>
<li>3. Malleability</li>
</ul>
<hr style = "height:15px; visibility:hidden;">
</ul> <!-- End of content list -->
</div>
</section>
<!-- *********** END: Agenda Malleability *********** -->
<!-- *********** BEGIN: Malleability *********** -->
<section class ="box">
<img src="images/techdays_munich_feb2019/malleability0.svg" class = "image" style = "z-index: -3;">
<img src="images/techdays_munich_feb2019/malleability1.svg" class = "fragment image" style = "z-index: -3;">
<img src="images/techdays_munich_feb2019/malleability2.svg" class = "fragment image" style = "z-index: -3;">
</section>
<!-- *********** END: Malleability *********** -->
<!-- *********** BEGIN: Agenda Malleability *********** -->
<section class ="box">
<div class = "title">
<span class = "title weight">Topics</span>
</div>
<div class = "multi_text_box_container" style = "padding: 60px 0 0 0; font-size:35px; color: rgba(45,78,110,1);">
<ul style = "width: 100%; list-style-type: none;">
<li><span class ="weight">Payment Channels</span></li>
<ul style="list-style-type: circle;">
<div style="opacity: 0.5;">
<li>1. Channel States</li>
<li>2. Balance Delivery</li>
<li>3. Malleability</li>
</div>
<li>4. State Revocation</li>
</ul>
<hr style = "height:15px; visibility:hidden;">
</ul> <!-- End of content list -->
</div>
</section>
<!-- *********** END: Agenda Malleability *********** -->
<!-- *********** BEGIN: State Revocation *********** -->
<section class ="box">
<img src="images/techdays_munich_feb2019/state_revocation0.svg" class = "image" style = "z-index: -3;">
<img src="images/techdays_munich_feb2019/state_revocation1.svg" class = "fragment image" style = "z-index: -3;">
<img src="images/techdays_munich_feb2019/state_revocation2.svg" class = "fragment image" style = "z-index: -3;">
<img src="images/techdays_munich_feb2019/state_revocation3.svg" class = "fragment image" style = "z-index: -3;">
</section>
<!-- *********** END: State Revocation *********** -->
<!-- *********** BEGIN: RSMC *********** -->
<section class ="box">
<img src="images/techdays_munich_feb2019/RSMC0.svg" class = "image" style = "z-index: -3;">
<img src="images/techdays_munich_feb2019/RSMC1.svg" class = "fragment image" style = "z-index: -3;">
<img src="images/techdays_munich_feb2019/RSMC2.svg" class = "fragment image" style = "z-index: -3;">
<img src="images/techdays_munich_feb2019/RSMC3.svg" class = "fragment image" style = "z-index: -3;">
<img src="images/techdays_munich_feb2019/RSMC4.svg" class = "fragment image" style = "z-index: -3;">
<img src="images/techdays_munich_feb2019/RSMC5.svg" class = "fragment image" style = "z-index: -3;">
</section>
<!-- *********** END: RSMC *********** -->
<!-- *********** BEGIN: Security *********** -->
<section class ="box">
<div class = "title">
<span class = "title weight">Topics</span>
</div>
<div class = "multi_text_box_container" style = "padding: 60px 0 0 0; font-size:35px; color: rgba(45,78,110,1);">
<ul style = "width: 100%; list-style-type: none;">
<li><span class ="weight">Payment Channels</span></li>
<ul style="list-style-type: circle;">
<div style="opacity: 0.5;">
<li>1. Channel States</li>
<li>2. Balance Delivery</li>
<li>3. Malleability</li>
<li>4. State Revocation</li>
</div>
<li>5. Security Trade-off</li>
</ul>
<hr style = "height:15px; visibility:hidden;">
</ul> <!-- End of content list -->
</div>
</section>
<!-- *********** END: Security *********** -->
<!-- *********** BEGIN: Security *********** -->
<section class ="box">
<img src="images/techdays_munich_feb2019/channel_security0.svg" class = "image" style = "z-index: -3;">
<img src="images/techdays_munich_feb2019/channel_security1.svg" class = "fragment image" style = "z-index: -3;">
</section>
<!-- *********** END: Security *********** -->
<!-- *********** BEGIN: Security *********** -->
<section class ="box">
<div class = "title">
<span class = "title weight">Topics</span>
</div>
<div class = "multi_text_box_container" style = "padding: 60px 0 0 0; font-size:35px; color: rgba(45,78,110,1);">
<ul style = "width: 100%; list-style-type: none;">
<li><span class ="weight">Payment Channels</span></li>
<ul style="list-style-type: circle;">
<div style="opacity: 0.5;">
<li>1. Channel States</li>
<li>2. Balance Delivery</li>
<li>3. Malleability</li>
<li>4. State Revocation</li>
<li>5. Security Trade-off</li>
</div>
<li>6. Denomination</li>
</ul>
<hr style = "height:15px; visibility:hidden;">
</ul> <!-- End of content list -->
</div>
</section>
<!-- *********** END: Security *********** -->
<!-- *********** BEGIN: Denomination *********** -->
<section class ="box">
<img src="images/techdays_munich_feb2019/millisat0.svg" class = "image" style = "z-index: -3;">
<img src="images/techdays_munich_feb2019/millisat1.svg" class = "fragment image" style = "z-index: -3;">
</section>
<!-- *********** END: Denomination *********** -->
<!-- *********** BEGIN: Routing *********** -->
<section class ="box">
<div class = "title">
<span class = "title weight">Topics</span>
</div>
<div class = "multi_text_box_container" style = "padding: 60px 0 0 0; font-size:35px; color: rgba(45,78,110,1);">
<ul style = "width: 100%; list-style-type: none;">
<div style="opacity: 0.5;">
<li><span class ="weight">Payment Channels</span></li>
<hr style = "height:15px; visibility:hidden;">
</div>
<li><span class ="weight">Payment Routing</span></li>
<ul style="list-style-type: circle;">
<li>1. Routing Across Channels</li>
</ul>
<hr style = "height:15px; visibility:hidden;">
</ul> <!-- End of content list -->
</div>
</section>
<!-- *********** END: Routing *********** -->
<!-- *********** BEGIN: Payment Routing *********** -->
<section class ="box">
<img src="images/techdays_munich_feb2019/payment_routing0.svg" class = "image" style = "z-index: -3;">
<img src="images/techdays_munich_feb2019/payment_routing1.svg" class = "fragment image" style = "z-index: -3;">
<img src="images/techdays_munich_feb2019/payment_routing2.svg" class = "fragment image" style = "z-index: -3;">
</section>
<!-- *********** END: Denomination *********** -->
<!-- *********** BEGIN: Hashlocks *********** -->
<section class ="box">
<div class = "title">
<span class = "title weight">Topics</span>
</div>
<div class = "multi_text_box_container" style = "padding: 60px 0 0 0; font-size:35px; color: rgba(45,78,110,1);">
<ul style = "width: 100%; list-style-type: none;">
<div style="opacity: 0.5;">
<li><span class ="weight">Payment Channels</span></li>
<hr style = "height:15px; visibility:hidden;">
</div>
<li><span class ="weight">Payment Routing</span></li>
<ul style="list-style-type: circle;">
<div style="opacity: 0.5;">
<li>1. Routing Across Channels</li>
</div>
<li>2. Hashlocks</li>
</ul>
<hr style = "height:15px; visibility:hidden;">
</ul> <!-- End of content list -->
</div>
</section>
<!-- *********** END: Hashlocks *********** -->
<!-- *********** BEGIN: Onion Routing *********** -->
<section class ="box">
<img src="images/techdays_munich_feb2019/onion_routing0.svg" class = "image" style = "z-index: -3;">
<img src="images/techdays_munich_feb2019/onion_routing1.svg" class = "fragment image" style = "z-index: -3;">
<img src="images/techdays_munich_feb2019/onion_routing2.svg" class = "fragment image" style = "z-index: -3;">
<img src="images/techdays_munich_feb2019/onion_routing3.svg" class = "fragment image" style = "z-index: -3;">
</section>
<!-- *********** END: Onion Routing *********** -->
<!-- *********** BEGIN: HashLocks *********** -->
<section class ="box">
<img src="images/techdays_munich_feb2019/hash_lock0.svg" class = "image" style = "z-index: -3;">
<img src="images/techdays_munich_feb2019/hash_lock1.svg" class = "fragment image" style = "z-index: -3;">
<img src="images/techdays_munich_feb2019/hash_lock2.svg" class = "fragment image" style = "z-index: -3;">
<img src="images/techdays_munich_feb2019/hash_lock3.svg" class = "fragment image" style = "z-index: -3;">
<img src="images/techdays_munich_feb2019/hash_lock4.svg" class = "fragment image" style = "z-index: -3;">
<img src="images/techdays_munich_feb2019/hash_lock5.svg" class = "fragment image" style = "z-index: -3;">
<img src="images/techdays_munich_feb2019/hash_lock6.svg" class = "fragment image" style = "z-index: -3;">
</section>
<!-- *********** END: HashLocks *********** -->
<!-- *********** BEGIN: Timelocks *********** -->
<section class ="box">
<div class = "title">
<span class = "title weight">Topics</span>
</div>
<div class = "multi_text_box_container" style = "padding: 60px 0 0 0; font-size:35px; color: rgba(45,78,110,1);">
<ul style = "width: 100%; list-style-type: none;">
<div style="opacity: 0.5;">
<li><span class ="weight">Payment Channels</span></li>
<hr style = "height:15px; visibility:hidden;">
</div>
<li><span class ="weight">Payment Routing</span></li>
<ul style="list-style-type: circle;">
<div style="opacity: 0.5;">
<li>1. Routing Across Channels</li>
<li>2. Hashlocks</li>
</div>
<li>3. Timelocks</li>
</ul>
<hr style = "height:15px; visibility:hidden;">
</ul> <!-- End of content list -->
</div>
</section>
<!-- *********** END: Timelocks *********** -->
<!-- *********** BEGIN: timelocks *********** -->
<section class ="box">
<img src="images/techdays_munich_feb2019/time_lock0.svg" class = "image" style = "z-index: -3;">
<img src="images/techdays_munich_feb2019/time_lock0b.svg" class = "fragment image" style = "z-index: -3;">
<img src="images/techdays_munich_feb2019/time_lock1.svg" class = "fragment image" style = "z-index: -3;">
</section>
<!-- *********** END: timelocks *********** -->
<!-- *********** BEGIN: HTLC *********** -->
<section class ="box">
<div class = "title">
<span class = "title weight">Topics</span>
</div>
<div class = "multi_text_box_container" style = "padding: 60px 0 0 0; font-size:35px; color: rgba(45,78,110,1);">
<ul style = "width: 100%; list-style-type: none;">
<div style="opacity: 0.5;">
<li><span class ="weight">Payment Channels</span></li>
<hr style = "height:15px; visibility:hidden;">
</div>
<li><span class ="weight">Payment Routing</span></li>
<ul style="list-style-type: circle;">
<div style="opacity: 0.5;">
<li>1. Routing Across Channels</li>
<li>2. Hashlocks</li>
<li>3. Timelocks</li>
</div>
<li>4. HTLC's</li>
</ul>
<hr style = "height:15px; visibility:hidden;">
</ul> <!-- End of content list -->
</div>
</section>
<!-- *********** END: HTLC *********** -->
<!-- *********** BEGIN: htlc naive *********** -->
<section class ="box">
<img src="images/techdays_munich_feb2019/htlc_naive0.svg" class = "image" style = "z-index: -3;">
<img src="images/techdays_munich_feb2019/htlc_naive1.svg" class = "fragment image" style = "z-index: -3;">
<img src="images/techdays_munich_feb2019/htlc_naive2.svg" class = "fragment image" style = "z-index: -3;">
<img src="images/techdays_munich_feb2019/htlc_naive3.svg" class = "fragment image" style = "z-index: -3;">
<img src="images/techdays_munich_feb2019/htlc_naive4.svg" class = "fragment image" style = "z-index: -3;">
<img src="images/techdays_munich_feb2019/htlc_naive5.svg" class = "fragment image" style = "z-index: -3;">
<img src="images/techdays_munich_feb2019/htlc_naive6.svg" class = "fragment image" style = "z-index: -3;">
<img src="images/techdays_munich_feb2019/htlc_naive7.svg" class = "fragment image" style = "z-index: -3;">
<img src="images/techdays_munich_feb2019/htlc_naive8.svg" class = "fragment image" style = "z-index: -3;">
</section>
<!-- *********** END: htlc naive *********** -->
<!-- *********** BEGIN: htlc staged *********** -->
<section class ="box">
<img src="images/techdays_munich_feb2019/htlc_staged0.svg" class = "image" style = "z-index: -3;">
<img src="images/techdays_munich_feb2019/htlc_staged1.svg" class = "fragment image" style = "z-index: -3;">
<img src="images/techdays_munich_feb2019/htlc_staged2.svg" class = "fragment image" style = "z-index: -3;">
<img src="images/techdays_munich_feb2019/htlc_staged3.svg" class = "fragment image" style = "z-index: -3;">
<img src="images/techdays_munich_feb2019/htlc_staged4.svg" class = "fragment image" style = "z-index: -3;">
<img src="images/techdays_munich_feb2019/htlc_staged5.svg" class = "fragment image" style = "z-index: -3;">
<img src="images/techdays_munich_feb2019/htlc_staged6.svg" class = "fragment image" style = "z-index: -3;">
<img src="images/techdays_munich_feb2019/htlc_staged7.svg" class = "fragment image" style = "z-index: -3;">
<img src="images/techdays_munich_feb2019/htlc_staged8.svg" class = "fragment image" style = "z-index: -3;">
</section>
<!-- *********** END: htlc staged *********** -->
<!-- *********** BEGIN: Dual Funding *********** -->
<section class ="box">
<div class = "title">
<span class = "title weight">Topics</span>
</div>
<div class = "multi_text_box_container" style = "padding: 60px 0 0 0; font-size:35px; color: rgba(45,78,110,1);">
<ul style = "width: 100%; list-style-type: none;">
<div style="opacity: 0.5;">
<li><span class ="weight">Payment Channels</span></li>
<hr style = "height:15px; visibility:hidden;">
<li><span class ="weight">Payment Routing</span></li>
<hr style = "height:15px; visibility:hidden;">
</div>
<li><span class ="weight">Future Protocol Work</span></li>
<ul style="list-style-type: circle;">
<li>1. Single/Dual-Funding</li>
<div style="opacity: 0.5;">
</div>
</ul>
<hr style = "height:15px; visibility:hidden;">
</ul> <!-- End of content list -->
</div>
</section>
<!-- *********** END: Dual Funding *********** -->
<!-- *********** BEGIN: Single Funded *********** -->
<section class ="box">
<div class = "title">
<span class = "weight">Single-funded</span> Channels
</div>
<img src="images/techdays_munich_feb2019/single_funded0.svg" class = "image" style = "z-index: -3;">
<img src="images/techdays_munich_feb2019/single_funded1.svg" class = "fragment image" style = "z-index: -3;">
<img src="images/techdays_munich_feb2019/single_funded2.svg" class = "fragment image" style = "z-index: -3;">
<img src="images/techdays_munich_feb2019/single_funded3.svg" class = "fragment image" style = "z-index: -3;">
</section>
<!-- *********** END: Single Funded *********** -->
<!-- *********** BEGIN: Single Funded *********** -->
<section class ="box">
<div class = "title">
<span class = "weight">Dual-funded</span> Channels
</div>
<img src="images/techdays_munich_feb2019/dual_funded0.svg" class = "image" style = "z-index: -3;">
<img src="images/techdays_munich_feb2019/dual_funded1.svg" class = "fragment image" style = "z-index: -3;">
<img src="images/techdays_munich_feb2019/dual_funded2.svg" class = "fragment image" style = "z-index: -3;">
<img src="images/techdays_munich_feb2019/dual_funded3.svg" class = "fragment image" style = "z-index: -3;">
</section>
<!-- *********** END: Single Funded *********** -->
<!-- *********** BEGIN: Fees *********** -->
<section class ="box">
<div class = "title">
<span class = "title weight">Topics</span>
</div>
<div class = "multi_text_box_container" style = "padding: 60px 0 0 0; font-size:35px; color: rgba(45,78,110,1);">
<ul style = "width: 100%; list-style-type: none;">
<div style="opacity: 0.5;">
<li><span class ="weight">Payment Channels</span></li>
<hr style = "height:15px; visibility:hidden;">
<li><span class ="weight">Payment Routing</span></li>
<hr style = "height:15px; visibility:hidden;">
</div>
<li><span class ="weight">Future Protocol Work</span></li>
<ul style="list-style-type: circle;">
<div style="opacity: 0.5;">
<li>1. Single/Dual-Funding</li>
</div>
<li>2. Fees (CPFP/RBF)</li>
</ul>
<hr style = "height:15px; visibility:hidden;">
</ul> <!-- End of content list -->
</div>
</section>
<!-- *********** END: Fees *********** -->
<!-- *********** BEGIN: CPFP *********** -->
<section class ="box">
<img src="images/techdays_munich_feb2019/cpfp_challenges.svg" class = "image" style = "z-index: -3;">
</section>
<!-- *********** END: CPFP *********** -->
<!-- *********** BEGIN: Teachbitcoin *********** -->
<section class ="box">
<div class = "title">
<span class = "title weight">Topics</span>
</div>
<div class = "multi_text_box_container" style = "padding: 60px 0 0 0; font-size:35px; color: rgba(45,78,110,1);">
<ul style = "width: 100%; list-style-type: none;">
<div style="opacity: 0.5;">
<li><span class ="weight">Payment Channels</span></li>
<hr style = "height:15px; visibility:hidden;">
<li><span class ="weight">Payment Routing</span></li>
<hr style = "height:15px; visibility:hidden;">
<li><span class ="weight">Future Protocol Work</span></li>
<hr style = "height:15px; visibility:hidden;">
</div>
<li><span class ="weight">TeachBitcoin.io</span></li>
<hr style = "height:15px; visibility:hidden;">
</ul> <!-- End of content list -->
</div>
</section>
<!-- *********** END: Teachbitcoin *********** -->
<!-- *********** BEGIN: Teachbitcoin Slide *********** -->
<section class ="box">
<div class = "title">
<span class = "title weight">TeachBitcoin.io</span>
</div>
<div class = "multi_text_box_container" style = "padding: 60px 0 0 0; font-size:30px; color: rgba(45,78,110,1);">
<ul style = "width: 100%; list-style-type: none;">
<li><span class ="weight">First online course: Feb 22nd, 2019</span></li>
<ul style="list-style-type: circle; font-size: 85%;">
<li>In-depth Protocol Skillset for Production Environments (Wallets, Exchanges, R&D).</li>
<li>Coursework built with C++ Libbitcoin Library (Bash/C++).
<li>1 month duration, 8 Live Sessions, 6-10 hours/ week.</li>
</ul>
<hr style = "height:15px; visibility:hidden;">
<li><span class ="weight">Apply for first course:</span></li>
<ul style="list-style-type: circle; font-size: 85%;">
<li>Retake as often as you like in next 6 months.</li>
<li>Rolling admissions.</li>
<li>Student discount for all (175 EUR).</li>
</ul>
<hr style = "height:15px; visibility:hidden;">
</ul> <!-- End of content list -->
</div>
</section>
<!-- *********** END: Teachbitcoin Slide *********** -->
</div><!-- END: Slides Div -->
</div><!-- END: Reveal Div -->
<script src="lib/js/head.min.js"></script>
<script src="js/reveal.js"></script>
<script>
// More info about config & dependencies:
// - https://github.com/hakimel/reveal.js#configuration
// - https://github.com/hakimel/reveal.js#dependencies
Reveal.initialize({
dependencies: [
{ src: 'plugin/markdown/marked.js' },
{ src: 'plugin/markdown/markdown.js' },
{ src: 'plugin/notes/notes.js', async: true },
{ src: 'plugin/highlight/highlight.js', async: true, callback: function() { hljs.initHighlightingOnLoad(); } },
{ src: 'plugin/math/math.js', async: true }
],
math: {
mathjax: 'https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.0/MathJax.js',
config: 'TeX-AMS_HTML-full' // See http://docs.mathjax.org/en/latest/config-files.html
},
previewLinks: false,
// Push each slide change to the browser history
history: true,
// Enable keyboard shortcuts for navigation
keyboard: true,
// Enables touch navigation on devices with touch input
overview: false,
touch: false,
// The "normal" size of the presentation, aspect ratio will be preserved
// when the presentation is scaled to fit different resolutions. Can be
// specified using percentage units.
width: 1366,
height: 768,
// Factor of the display size that should remain empty around the content
margin: 0.05,
// Bounds for smallest/largest possible scale to apply to content
minScale: 0.2,
maxScale: 1.5
});
Reveal.configure({ slideNumber: true });
</script>
</body>
</html>