2
0
mirror of https://github.com/lnbook/lnbook synced 2024-11-06 21:20:29 +00:00

Merge remote-tracking branch 'atlas/master'

This commit is contained in:
Andreas M. Antonopoulos 2021-05-03 13:59:19 -05:00
commit 87bbc69523
2 changed files with 6 additions and 6 deletions

View File

@ -33,6 +33,8 @@
<ul class="releases">
<li><span class="revdate">2021-02-16:</span> First Release</li>
<li><span class="revdate">2021-03-26:</span> Second Release</li>
<li><span class="revdate">2021-04-30:</span> Third Release</li>
</ul>
</div>

View File

@ -1,16 +1,13 @@
[preface]
[[glossary]]
== Quick Glossary
== Glossary
This quick glossary contains many of the terms used in relation to Bitcoin. These terms are used throughout the book, so bookmark this for a quick reference.
++++
////
TODO:
Some additional definitions, to be cleaned up and moved into alphabetic order are in the commented-out area below
++++
////
* blockchain: a single distributed ledger agreed upon by a network of participating nodes. The Lightning Network does not use a blockchain to transact, but requires transactions recorded in a blockchain in order for bitcoin to enter and leave the network.
* channel: a channel is a financial relationship between two nodes on the Lightning Network. Two users can open a channel with each other using a Bitcoin transaction, and transact with each other by moving bitcoin from one side of the channel to the other.
@ -30,6 +27,7 @@ Some additional definitions, to be cleaned up and moved into alphabetic order ar
////
[glossary]
address::
A Bitcoin address looks like +1DSrfJdB2AnWaFNgSbv3MZC2m74996JafV+. It consists of a string of letters and numbers. It's really an encoded base58check version of a public key 160-bit hash. Just as you ask others to send an email to your email address, you would ask others to send you bitcoin to one of your Bitcoin addresses.
@ -364,7 +362,7 @@ peer::
penalty transaction::
Look at the Breach Remedy Transaction.
private channel:
private channel::
A channel not announced to the rest of the network.
Technically "private" is a misnomer as these channels can still be identified through routing hints and commitment transactions.
We suggest they are better described as "unannounced" channels.