Commit Graph

1121 Commits (c233d951f913d6979d194958a7e57221c1c7c1e4)
 

Author SHA1 Message Date
Andreas M. Antonopoulos 9de33fc159
Merge pull request #376 from 8go/patch-87
e2e-presentation-layer: added non-finance use case
4 years ago
Andreas M. Antonopoulos 613001c8e2
Merge branch 'develop' into patch-87 4 years ago
Andreas M. Antonopoulos e627085e9e
Merge pull request #374 from 8go/patch-86
e2e-presentation layer: English touch-ups,
4 years ago
Andreas M. Antonopoulos ef655c31a4
Merge pull request #368 from ImranLorgat/patch-6
Channel Graph - Zombie Channels
4 years ago
Andreas M. Antonopoulos ea80a7a4eb
Merge branch 'develop' into patch-6 4 years ago
Suheb 46deeee1ba
Update node_operations.asciidoc 4 years ago
Olaoluwa Osuntokun 56c293403a
routing: further chapter edits 4 years ago
Suheb a7c10a20f9
Updated Raspiblitz additional services section
Raspiblitz's additional services also include RTL which was missing from the list.
4 years ago
René K 47d793cbe8
Update preface.asciidoc
Added my name
4 years ago
René K 7a3830cc49
Update 03_how_ln_works.asciidoc
Some typos fixed.
4 years ago
8go 20f122b48b
node_operations: watchtowers, outbound channels
- commas
- touch ups
- somewhat: too colloquial, rephrased
- added a sentence about time-in-market and reputation
4 years ago
8go 4e9233eb87
node_operations: monitoring
- commas
- addition of "Fault tolerance and automation" 
- etc
4 years ago
8go 1d3c552a6e
node_operations: sweeps, submarine swaps, Loop
- rephrasing
- typo: you --> your
- less-public: sounds strange, replaced
- simplifications
- comma
- it's wrong --> its (possessive)
- no comma in front of "because" (in most cases)
- after using "you" all the time, suddenly "we" is used. For consistency, changed it to "you"
- etc.
4 years ago
8go f22e2f7e5d
node_operations: hot wallet
- comma: in most cases no comma in front of "because"
- rephrasing to clarify or simplify
4 years ago
8go 177a37b2db
node_operations: backup
- comma (no comma when or is used between 2 items)
- comma (use comma after "by default, ")
- comma (use Oxford comma for consistency when there are 3+ items in "and" or "or)
- an SCB (with "n")
- rephrasing the argument for SCBs
4 years ago
8go bfdaff5730
node_operations: minor additions to security
- more details
- new bullet point: minimize
4 years ago
Sergei Tikhomirov 04719c86de minor edits in Chapter 3 4 years ago
Imran c4bd60d053
Getting Started - LN Explorers
Fixes #413
4 years ago
Imran 435ef19acc
Introduction - John from New Zealand
Fixes #411 

Hedged with "typically" and brought up the points on opening an account as a 9-year old. Glad for John that he got his console in the end. May we all be so lucky
4 years ago
Imran e60dff8138
Introduction - paying many times
Addressing this issue: https://github.com/lnbook/lnbook/issues/408
4 years ago
Imran 17610adf55
Introduction - Tor Spelling
Addressing this issue: https://github.com/lnbook/lnbook/issues/409
4 years ago
Imran 10f9249799
Introduction - Trust Model of Bitcoin
Addressing this issue: https://github.com/lnbook/lnbook/issues/407
4 years ago
Imran 5472efb2a0
Introduction - Internet Speeds Fix
Addressing this PR: https://github.com/lnbook/lnbook/issues/406
4 years ago
Imran ebc1f28123
Introduction - Block Size Paragraph
Addressing this Issue: https://github.com/lnbook/lnbook/issues/405
4 years ago
Imran 3be2c27c16
Introduction - Relative Time Reference Fixed
Some lines are in the present tense, so the year is stated. For the others, years are used.
4 years ago
quantumcthulhu e9c924c671 Update wallet/node examples with Electrum 4 years ago
Andreas M. Antonopoulos d541fcc317 Merge branch 'node_operations_chapter' into develop 4 years ago
Andreas M. Antonopoulos 0fc8cc668e node_operations: routing, management, conclusion 4 years ago
Imran f9a6514266
Channel Graph - Announcing, Verifying
Wrote the following two sections under Gossip Announcements

      - How does a peer announce a new channel to the network?
      - How do nodes verify a channel announcement? Why should they verify one in the first place?

I used Bolt 7 as a reference. I went for a simple approach, but it might be too simplistic. Feel free to add more relevant detail. In particular two things I wasn't sure about it:

1. The exact structure of the signatures in the `channel_announcement` message. Not sure if my explanation is 100% technically correct.
2. Attack vector for fake channel announcements. While I understand that having a network graph with fake channels is a problem, how exactly could an attacker exploit this?

https://github.com/lightningnetwork/lightning-rfc/blob/master/07-routing-gossip.md
4 years ago
Rene Pickhardt a859b24baa fixed some flaws with the autopilot section 4 years ago
Andreas M. Antonopoulos e11ce27a18 Merge branch 'node_operations_chapter' into develop 4 years ago
Andreas M. Antonopoulos 11b3008781 node_operations: re-balancing 4 years ago
Rene Pickhardt 82eeba5ac0 drafts on the autopilot 4 years ago
Imran d053336215
Added Sources
Added sources for:
- Watchtower PR: https://github.com/lnbook/lnbook/pull/398#event-3719694666
- Invoice PR: https://github.com/lnbook/lnbook/pull/391#event-3719671708

I'm not sure under which license to attribute these so someone else will have to add that in
4 years ago
Imran 44314b62e1
Typo 4 years ago
Andreas M. Antonopoulos 63b6ea7a2f node_operations: LND autopilot config 4 years ago
Andreas M. Antonopoulos a128700394 Merge branch 'node_operations_chapter' into develop 4 years ago
Imran 69dcc8262c
Typo, plus reworded for clarity 4 years ago
Andreas M. Antonopoulos 1da91f45cc node_operations: autopilot 4 years ago
Imran 165f8a4c31
Typo 4 years ago
Andreas M. Antonopoulos 124766ca1e
Merge pull request #399 from rene78/develop
Minor changes in chapter 2 - Getting started
4 years ago
Andreas M. Antonopoulos 8c9d45f51b
Merge pull request #398 from ImranLorgat/patch-22
Glossary - Watchtowers
4 years ago
Andreas M. Antonopoulos 7522362be8
Merge pull request #396 from ImranLorgat/patch-21
Glossary - Commitment Transaction
4 years ago
Andreas M. Antonopoulos 9ade444e6f
Merge pull request #395 from 8go/patch-97
node_operations: touch-ups Manual Port Forwarding
4 years ago
Andreas M. Antonopoulos 7da1cb7018
Merge pull request #394 from 8go/patch-96
node_operations: English, touchups, UPNP, TOR
4 years ago
Andreas M. Antonopoulos 1224047534
Merge pull request #393 from 8go/patch-95
node_operations: English touch-ups
4 years ago
Andreas M. Antonopoulos dda741ee31
Merge pull request #391 from ImranLorgat/patch-18
Presentation Layer - What information does an invoice contain?
4 years ago
Andreas M. Antonopoulos 067f73108e
Merge pull request #388 from ImranLorgat/patch-14
Glossary- Zombie Channel
4 years ago
Andreas M. Antonopoulos d3177bdd44
Merge pull request #387 from ImranLorgat/patch-13
Glossary - Atomic Multipath Payments
4 years ago
Andreas M. Antonopoulos 4d5fc49309
Merge pull request #386 from ImranLorgat/patch-12
Glossary- JIT Routing
4 years ago