Commit Graph

679 Commits (539e008dd9dcd2ff0aafd771892e6d387185cdfc)
 

Author SHA1 Message Date
Andreas M. Antonopoulos 539e008dd9
Merge branch 'develop' into CH-Node-Operations-Imran---Hardware-Requirements 4 years ago
Andreas M. Antonopoulos e63221135c
Merge pull request #304 from HAOYUatHZ/typo
routing: fix typos
4 years ago
Andreas M. Antonopoulos 23a1acf634
Merge pull request #303 from 8go/patch-74
simplifications
4 years ago
Andreas M. Antonopoulos dc77a9ea00
Merge pull request #302 from 8go/patch-73
rephrase the pipe explanation
4 years ago
Andreas M. Antonopoulos 32684a1462
Merge pull request #301 from 8go/patch-72
commas, formats, it's vs its
4 years ago
Andreas M. Antonopoulos 83f3c0b380
Merge pull request #300 from 8go/patch-71
commas, formatting
4 years ago
Andreas M. Antonopoulos 48307f2065
Merge pull request #299 from 8go/patch-70
tiny English improvements 5, commas
4 years ago
Andreas M. Antonopoulos d0bfb59788
Merge pull request #298 from AbelLykens/patch-1
Glorias's secret's hash is f23c83b...
4 years ago
Andreas M. Antonopoulos ca8497fce9
Merge pull request #297 from 8go/patch-69
English improvements 4
4 years ago
Andreas M. Antonopoulos b464a16338
Merge pull request #296 from 8go/patch-68
tiny English improvements 3
4 years ago
Andreas M. Antonopoulos ef299263c3
Merge pull request #295 from 8go/patch-67
updated TIP box
4 years ago
Andreas M. Antonopoulos 6d8c39ccce
Merge pull request #332 from trigger67/node_operations_hardware
Node operations - Finish the hardware section
4 years ago
Trigger 84d920cb3b Node operations - Finish the hardware section 4 years ago
Andreas M. Antonopoulos 32477bc8ba
Merge pull request #330 from trigger67/node_operations_installer
Node operation - myNode
4 years ago
Andreas M. Antonopoulos 9f42618f0f
Merge pull request #329 from trigger67/update-ubuntu-version
Update ubuntu version to 20.04
4 years ago
Trigger d33c595a5e Node operation - myNode 4 years ago
Trigger 326c95ac4c Node client - Installing go in 20.04 is easier 4 years ago
Trigger 9a632006ff Node client - Add missing line break causing an error 4 years ago
Trigger 655b3acca8 Update ubuntu LTS to 20.04 4 years ago
Andreas M. Antonopoulos 9d6c065c3d
Merge pull request #328 from trigger67/node_operations_storage
Fill storage section in node operations chapter
4 years ago
Trigger 9292150b13 Fill storage section in node operations chapter 4 years ago
Andreas M. Antonopoulos ce460b4b3d Merge branch 'node_operations_chapter' into develop 4 years ago
Andreas M. Antonopoulos 27e26c0173 Node operations - platform, cloud, own PC, helpers, RaspiBlitz 4 years ago
Andreas M. Antonopoulos 571499baa7 Merge branch 'node_operations_chapter' into develop 4 years ago
Andreas M. Antonopoulos d166ddea01 Node operations - intro and choosing a platform 4 years ago
Andreas M. Antonopoulos 75f192d6f4 Merge branch 'node_operations_chapter' into develop 4 years ago
Andreas M. Antonopoulos 6ef1326cb9 Node operation chapter outline 4 years ago
Rene Pickhardt 8fc07ee267 prepared everything to be able to write about revokable channels 4 years ago
Rene Pickhardt 9445f102a2 forgot to add updated readme 4 years ago
Rene Pickhardt 8ebd1e5095 started talking about an insecure channel construction as an instructive NOT-example 4 years ago
Rene Pickhardt 1e07b22391 realized that we do not start with opening channels but with penalty revocation system 4 years ago
Rene Pickhardt d13a973ae3 worked on motivating the payment channel section to be able to get more technical when talking about channel opening. The term commitment transaction should not be a problem anymore. also decided to include key derivation 4 years ago
Rene Pickhardt 4787da2651 exteded channel construction until I got stuck about when and how to introduce commitment transactions 4 years ago
Andreas M. Antonopoulos 67ed674a4c Updated README, removed redundant chapter, count 4 years ago
Imran 90a1b35fd4 Update node_operations.asciidoc 4 years ago
Imran af7779ff3e Section: Hardware Requirements for Lightning Nodes
Took a stab at writing about the importance of hardware, the kinds of hardware nodes, and what's needed. I decided not to mention particular Node projects as this can easily change. Although to note: we could mention MyNodeBTC, Raspiblitz, and Casa Node

Maybe this section should go higher up in this chapter.

Note: this commit is a response to my previous issue here:

https://github.com/lnbook/lnbook/issues/143
4 years ago
HAOYUatHZ bf506cfea1 routing: fix typos 4 years ago
8go 2aa2c0967d
simplifications 4 years ago
8go f795ae82da
rephrase the pipe explanation
- added "simulated" to make sure readers understand that they are not mining real blocks
- 1st --> first, general guideline is to spell numbers up to 12 out
- "now" ==> used twice ==> repetitive ==> removed second "now"
- "refer to" ==> "by some name"
- removed also
4 years ago
8go c1d038a6c1
commas, formats, it's vs its
- also ==> there is reference point to this "also", removed
- comma
- lightning ==> Lightning
- another comma
- It's ==> wrong ==> Its
4 years ago
8go d762886a4b
commas, formatting 4 years ago
8go a31016841d
tiny English improvements 5, commas
- comma ... no comma in front of "for"
- which, which   ... repetitive, improved
- comma
- instructions to install ==> installation instructions
- another comma
4 years ago
AbelLykens 9c1fa87ef5
Glorias's secret's hash is f23c83b...
Do not hash newlines. Replaced `Glorias secret` by correct hash (no newline), and replaced command to check.
4 years ago
8go f6a740ac10
Update node_client.asciidoc
- "not worry" ==> "need not worry"
- removed ( ) ==> replaced with "i.e." to make it more formal
- "we want to work with a distribution that is familiar to many developers" ==> not correct linguistically; "familiar with" is better English than "familiar to"; this should be changed. I took this as reason to rephrase the whole sentence.
- "beneath" ==> "as can be seen below"
4 years ago
8go 792f8d6896
tiny English improvements 3
- putting emphasis on repository being online
- "the" article required in this case
- removed "version" from "ebook version" to simplify
- green: work order corrected
- no comma with "..., to"
4 years ago
8go 7d9d320552
updated TIP box
- to make it even easier to understand for noobies
4 years ago
Andreas M. Antonopoulos cea0feb7d3
Merge pull request #291 from Zendo102/patch-1
Update glossary.asciidoc
4 years ago
Andreas M. Antonopoulos 1db4e55110
Merge pull request #294 from 8go/patch-65
tiny English improvements
4 years ago
Andreas M. Antonopoulos 684db3495d
Merge pull request #293 from 8go/patch-64
tiny English improvements
4 years ago
Andreas M. Antonopoulos b19836953b
Merge branch 'develop' into patch-64 4 years ago