You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: lightning-network-tools/aperture/README.md
+16
Original file line number
Diff line number
Diff line change
@@ -9,3 +9,19 @@ Aperture is a reverse proxy that acts as a payment and authentication gateway fo
9
9
Aperture receives incoming connections, verifies the validity of the [L402](../../the-lightning-network/l402/) and either forwards the request to the appropriate end point, or obtains a [Macaroon](../../the-lightning-network/l402/macaroons.md) and sends it together with a Lightning invoice and the HTTP status code 402 Payment Required.
10
10
11
11
Aperture is currently used in production in Lightning [Loop](../loop/) and [Pool](../pool/).
Copy file name to clipboardExpand all lines: lightning-network-tools/faraday/README.md
+3
Original file line number
Diff line number
Diff line change
@@ -11,3 +11,6 @@ description: >-
11
11
12
12
It primarily helps users understand how capital is flowing through their node, which is useful to help identify underperforming or drained channels and where to deploy capital most efficiently.
Copy file name to clipboardExpand all lines: lightning-network-tools/faraday/the-faraday-cli.md
+60-56
Original file line number
Diff line number
Diff line change
@@ -10,57 +10,59 @@ As soon as Faraday is running, you will be able to make use of frcli. Depending
10
10
11
11
The reports Faraday generates can sometimes appear intimidating, especially if your node has a large number of older channels which have already seen plenty of activity.
12
12
13
-
The command `frcli insights` gives us a list of all our channels with detailed information about each of them. LND tracks the uptime of each channel since your last restart. Thus, you will be able to see the `uptime_ratio` calculated as part of the output. You can see the age of the channel measured in blocks (confirmations), the total fees earned through this channel, as well as various metrics that can help you compare the activity of your channels.\
The command `frcli insights` gives us a list of all our channels with detailed information about each of them. LND tracks the uptime of each channel since your last restart. Thus, you will be able to see the `uptime_ratio` calculated as part of the output. You can see the age of the channel measured in blocks (confirmations), the total fees earned through this channel, as well as various metrics that can help you compare the activity of your channels.
The command frcli revenue will give us more detail. For each channel we can get pair reports, which shows in detail where capital is coming from and going as it passes through our node.\
The command frcli revenue will give us more detail. For each channel we can get pair reports, which shows in detail where capital is coming from and going as it passes through our node.
For each channel, you can see how many milli-satoshi (msat) were routed to and from each peer. This can help you assess how capital is flowing through the network to and from your node with highest granularity.
66
68
@@ -105,14 +107,16 @@ Next, we will use this information to obtain a report on the channel from Farada
Copy file name to clipboardExpand all lines: lightning-network-tools/lightning-terminal/accounts.md
+20-16
Original file line number
Diff line number
Diff line change
@@ -19,7 +19,9 @@ How to make use of accounts for your existing application:
19
19
20
20
As litd is used to create and manage accounts, access to a new account can be granted using a [Lightning Node Connect](lightning-node-connect.md) pairing phrase, removing the need for the LND node to be directly accessible from the web.
21
21
22
+
{% hint style="info" %}
22
23
At this point, it is not possible to pay invoices between two accounts using the same LND node.
24
+
{% endhint %}
23
25
24
26
## Features <ahref="#docs-internal-guid-4dd1448a-7fff-b044-815c-f042b0885742"id="docs-internal-guid-4dd1448a-7fff-b044-815c-f042b0885742"></a>
25
27
@@ -70,22 +72,24 @@ The permissions of the macaroon can be inspected with lncli:
Copy file name to clipboardExpand all lines: lightning-network-tools/lightning-terminal/autofees.md
+3-2
Original file line number
Diff line number
Diff line change
@@ -34,8 +34,9 @@ To improve privacy around data sharing, channel ids, channel points and node pub
34
34
35
35
The privacy mapper can be interacted with manually through `litcli` for debugging purposes. `litcli privacy` can convert both strings and uint64 to the pseudo counter part and back.
36
36
37
-
| Note: Enabling Autofees will set your channels’ [CLTV delta](../../the-lightning-network/multihop-payments/timelocks.md) to 100. |
You can install litd from source or via the provided binary.
15
16
16
-
17
-
You can install litd from source or via the provided binary. If you are running LND as part of a software bundle like Umbrel, litd might already be installed on your node.
17
+
{% hint style="info" %}
18
+
If you are running LND as part of a software bundle like Umbrel, litd might already be installed on your node.
Copy file name to clipboardExpand all lines: lightning-network-tools/lightning-terminal/loop-fees.md
+5-5
Original file line number
Diff line number
Diff line change
@@ -19,7 +19,7 @@ A Loop Out allows you to trade your off-chain balance for on-chain bitcoin. Ther
19
19
20
20
Loop will give us an estimate over the fees we are expected to pay before we confirm our swap. These fees depend on transaction size and current demand for on-chain payments and fall into three categories:
21
21
22
-
**LSAT**: When you perform your first Loop your node will purchase an [LSAT](../../the-lightning-network/l402/). This LSAT does not expire and costs 1 satoshi.
22
+
**L402**: When you perform your first Loop your node will purchase an [L402](../../the-lightning-network/l402/). This L402 does not expire and costs 1 satoshi.
23
23
24
24
**Estimated on-chain fee**: This is the fee you are expected to pay in miners fees to claim your bitcoin from the [HTLC address](../../the-lightning-network/multihop-payments/understanding-submarine-swaps.md#3.-claim-bitcoin-from-the-smart-contract) into your personal wallet. This fee is calculated based on current on-chain fee conditions and may be higher if by the time the Loop Out concludes the mempool is significantly more congested. Larger transaction sizes do not increase this fee, but faster desired confirmation times do.
25
25
@@ -29,7 +29,7 @@ Loop will give us an estimate over the fees we are expected to pay before we con
29
29
30
30
In the below example we expect to pay a fee of 1,312 satoshis to swap 300,000 satoshis to our on-chain wallet.
31
31
32
-

32
+

33
33
34
34
### Actual fees <ahref="#docs-internal-guid-95da1b08-7fff-ddac-9e0c-bec46c57b9fb"id="docs-internal-guid-95da1b08-7fff-ddac-9e0c-bec46c57b9fb"></a>
35
35
@@ -43,7 +43,7 @@ After we have performed our swap, we can calculate the total fees we paid in the
43
43
44
44
**Loop fee**: We can calculate the fee paid to Loop by subtracting our desired Loop Out amount from the total we sent to Loop. In the below case we paid 500 sat in fees to Loop
45
45
46
-

46
+

47
47
48
48
## Loop In <ahref="#docs-internal-guid-0991dd2d-7fff-96e4-f1c3-74577b32a6e2"id="docs-internal-guid-0991dd2d-7fff-96e4-f1c3-74577b32a6e2"></a>
49
49
@@ -57,7 +57,7 @@ Similar to the above, we will receive an estimate of our fees before we confirm
57
57
58
58
**Loop service fee**: This is the fee that Loop will take from our swap. It includes the on-chain fees to sweep the HTLC and the off-chain fees for Loop’s payment to you.
59
59
60
-

60
+

61
61
62
62
### Actual fees <ahref="#docs-internal-guid-a21ba5c6-7fff-809c-80f1-f996ac790234"id="docs-internal-guid-a21ba5c6-7fff-809c-80f1-f996ac790234"></a>
63
63
@@ -69,4 +69,4 @@ After our swap is complete, we can inspect the total fees we paid.
69
69
70
70
**Loop service fee**: We can calculate this fee by subtracting the satoshis we received in our off-chain payment from the swap amount. In our example we paid 1,456 sats in fees. This fee includes the off-chain fees paid by Loop to deliver our payment to our node, the miners fee paid by Loop to sweep the HTLC and the Loop fee.
71
71
72
-

72
+

Copy file name to clipboardExpand all lines: lightning-network-tools/lightning-terminal/privacy-and-security.md
+2
Original file line number
Diff line number
Diff line change
@@ -34,7 +34,9 @@ Use a reputable and robust browser that ideally updates itself regularly. Be car
34
34
35
35
Be vigilant of phishing attacks directing you to sites attempting to steal your pairing phrase before you have connected yourself. Ideally, bookmark the page in your browser and only navigate to it using the bookmark bar.
36
36
37
+
{% hint style="warning" %}
37
38
Choose a strong and unique password for Terminal, for example one created using your password manager.
0 commit comments