From 079d335648b4fa79736964d35aa8954db7baf093 Mon Sep 17 00:00:00 2001 From: DarthCoin Date: Mon, 16 Jan 2023 22:34:24 +0100 Subject: [PATCH 01/14] add FAQ page --- docs/guide/faq.md | 45 +++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 45 insertions(+) create mode 100644 docs/guide/faq.md diff --git a/docs/guide/faq.md b/docs/guide/faq.md new file mode 100644 index 00000000..0791e376 --- /dev/null +++ b/docs/guide/faq.md @@ -0,0 +1,45 @@ +--- +layout: default +title: FAQ +nav_order: 3 +--- + + +Frequently Asked Questions +=============== + +
Where I can see payment details? +

+When you receive a payment in Lnbits, the transaction log will display only a resumed type of the transaction. Like this: +![TXlogs](https://user-images.githubusercontent.com/56997124/212482604-9ce6b1a0-0c22-4d05-be5e-446b9fcd9538.png) +As you can see on the left side, there's a little green arrow for receiveing or red arrow for sending. +If you click on that arrow, will popup a screen with more details about the transaction, including the message and the name attached to the payment. +

+
+ +
Can I receive a comment/message to my LNURL-p QR? +

+When you create a LNURL-p, by default the comment box is not filled. That means comments are not allowed to be attached to payments. +In order to allow comments, add the characters lenght of the box, from 1 to 250. Once you put a number there, the comment box will be displayed in the payment process. You can also edit a LNURL-p already created and add that number. +![Comment box](https://camo.githubusercontent.com/adc01ee61ab18d61428975385577a283d88c8a7c993d803e772e3ca089ff8ad4/68747470733a2f2f692e696d6775722e636f6d2f5070736641655a2e706e67) +

+
+ +
How someone can deposit to my LNbits using onchain TX? +

There are multiple ways to get sats from onchain into LN (LNbits). Depends on the case scenario you are in.

+

Here are some options:

+

A - Using a swap service like: [Boltz](https://boltz.exchange) | [FixedFloat](https://fixedfloat.com) | [DiamondHands](https://swap.diamondhands.technology/) | [ZigZag](https://zigzag.io).

+

The procedure is simple: user will send onchain to the swap service, then will provide the LNURL or LN invoice from LNbits as destination of the swap.

+

B - Using the Onchain LNbits extension.

+

Keep in mind that this would be a separate wallet, not the LNbits one (your LN node behind your LNbits). Is better to use a separate one. This onchain wallet can be used also with the LNbits Boltz or Deezy extension, for swaps from LN into onchain. If you have a webshop linked to your LNbits for LN payments, it is very handy to drain all the sats from LN into onchain at the end of the day or when you have too much payments received. In this way you have more space in your LN channels to receive more.

+

Procedure steps:

+ + +
\ No newline at end of file From cb7e311c8d2906b18347712c590f2b213028388b Mon Sep 17 00:00:00 2001 From: DarthCoin <56997124+Darth-Coin@users.noreply.github.com> Date: Tue, 17 Jan 2023 10:39:04 +0100 Subject: [PATCH 02/14] image correction --- docs/guide/faq.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/guide/faq.md b/docs/guide/faq.md index 0791e376..2d78f6bf 100644 --- a/docs/guide/faq.md +++ b/docs/guide/faq.md @@ -11,7 +11,7 @@ Frequently Asked Questions
Where I can see payment details?

When you receive a payment in Lnbits, the transaction log will display only a resumed type of the transaction. Like this: -![TXlogs](https://user-images.githubusercontent.com/56997124/212482604-9ce6b1a0-0c22-4d05-be5e-446b9fcd9538.png) +[![lnbits-tx-log.png](https://i.postimg.cc/gk2FMFG9/lnbits-tx-log.png)](https://postimg.cc/w3ZGvrtF) As you can see on the left side, there's a little green arrow for receiveing or red arrow for sending. If you click on that arrow, will popup a screen with more details about the transaction, including the message and the name attached to the payment.

@@ -21,7 +21,7 @@ If you click on that arrow, will popup a screen with more details about the tran

When you create a LNURL-p, by default the comment box is not filled. That means comments are not allowed to be attached to payments. In order to allow comments, add the characters lenght of the box, from 1 to 250. Once you put a number there, the comment box will be displayed in the payment process. You can also edit a LNURL-p already created and add that number. -![Comment box](https://camo.githubusercontent.com/adc01ee61ab18d61428975385577a283d88c8a7c993d803e772e3ca089ff8ad4/68747470733a2f2f692e696d6775722e636f6d2f5070736641655a2e706e67) +[![lnbits-lnurl-comment.png](https://i.postimg.cc/HkJQ9xKr/lnbits-lnurl-comment.png)](https://postimg.cc/rDk088qT)

@@ -42,4 +42,4 @@ In order to allow comments, add the characters lenght of the box, from 1 to 250.
  • Optional - If you use your LNbits linked to a Wordpress + Woocommerce page, once you create a watch-only wallet in your LNbits, the customer will have the both options to pay onchain and LN, in the same screen.
  • - \ No newline at end of file + From 9988f5167e13ea1aa3185c3ae75602cad83dd346 Mon Sep 17 00:00:00 2001 From: DarthCoin <56997124+Darth-Coin@users.noreply.github.com> Date: Tue, 17 Jan 2023 11:01:01 +0100 Subject: [PATCH 03/14] Update faq.md --- docs/guide/faq.md | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/docs/guide/faq.md b/docs/guide/faq.md index 2d78f6bf..40d5877e 100644 --- a/docs/guide/faq.md +++ b/docs/guide/faq.md @@ -11,7 +11,9 @@ Frequently Asked Questions
    Where I can see payment details?

    When you receive a payment in Lnbits, the transaction log will display only a resumed type of the transaction. Like this: -[![lnbits-tx-log.png](https://i.postimg.cc/gk2FMFG9/lnbits-tx-log.png)](https://postimg.cc/w3ZGvrtF) + +![lnbits-tx-log.png](https://i.postimg.cc/gk2FMFG9/lnbits-tx-log.png) + As you can see on the left side, there's a little green arrow for receiveing or red arrow for sending. If you click on that arrow, will popup a screen with more details about the transaction, including the message and the name attached to the payment.

    @@ -21,7 +23,9 @@ If you click on that arrow, will popup a screen with more details about the tran

    When you create a LNURL-p, by default the comment box is not filled. That means comments are not allowed to be attached to payments. In order to allow comments, add the characters lenght of the box, from 1 to 250. Once you put a number there, the comment box will be displayed in the payment process. You can also edit a LNURL-p already created and add that number. -[![lnbits-lnurl-comment.png](https://i.postimg.cc/HkJQ9xKr/lnbits-lnurl-comment.png)](https://postimg.cc/rDk088qT) + +![lnbits-lnurl-comment.png](https://i.postimg.cc/HkJQ9xKr/lnbits-lnurl-comment.png) +

    @@ -29,6 +33,7 @@ In order to allow comments, add the characters lenght of the box, from 1 to 250.

    There are multiple ways to get sats from onchain into LN (LNbits). Depends on the case scenario you are in.

    Here are some options:

    A - Using a swap service like: [Boltz](https://boltz.exchange) | [FixedFloat](https://fixedfloat.com) | [DiamondHands](https://swap.diamondhands.technology/) | [ZigZag](https://zigzag.io).

    +

    This is the case when you provide to the payer only a LNURL/LN invoice from your LNbits instance, but payer have only onchain sats. So will have to the swap first on his side.

    The procedure is simple: user will send onchain to the swap service, then will provide the LNURL or LN invoice from LNbits as destination of the swap.

    B - Using the Onchain LNbits extension.

    Keep in mind that this would be a separate wallet, not the LNbits one (your LN node behind your LNbits). Is better to use a separate one. This onchain wallet can be used also with the LNbits Boltz or Deezy extension, for swaps from LN into onchain. If you have a webshop linked to your LNbits for LN payments, it is very handy to drain all the sats from LN into onchain at the end of the day or when you have too much payments received. In this way you have more space in your LN channels to receive more.

    From 251c45761030f05e0bcd630de156ed74fdf0077a Mon Sep 17 00:00:00 2001 From: DarthCoin <56997124+Darth-Coin@users.noreply.github.com> Date: Tue, 17 Jan 2023 11:07:28 +0100 Subject: [PATCH 04/14] Update faq.md --- docs/guide/faq.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/guide/faq.md b/docs/guide/faq.md index 40d5877e..02b97adc 100644 --- a/docs/guide/faq.md +++ b/docs/guide/faq.md @@ -1,7 +1,7 @@ --- layout: default title: FAQ -nav_order: 3 +nav_order: 5 --- From 9a0a9aa779a46efcc4e874a80bdbeff16ca35d4a Mon Sep 17 00:00:00 2001 From: DarthCoin <56997124+Darth-Coin@users.noreply.github.com> Date: Tue, 17 Jan 2023 12:02:01 +0100 Subject: [PATCH 05/14] Update faq.md --- docs/guide/faq.md | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/docs/guide/faq.md b/docs/guide/faq.md index 02b97adc..b8270574 100644 --- a/docs/guide/faq.md +++ b/docs/guide/faq.md @@ -8,7 +8,7 @@ nav_order: 5 Frequently Asked Questions =============== -
    Where I can see payment details? +
    Where can I see payment details?

    When you receive a payment in Lnbits, the transaction log will display only a resumed type of the transaction. Like this: @@ -17,6 +17,12 @@ When you receive a payment in Lnbits, the transaction log will display only a re As you can see on the left side, there's a little green arrow for receiveing or red arrow for sending. If you click on that arrow, will popup a screen with more details about the transaction, including the message and the name attached to the payment.

    +

    +If the sender's LN wallet support [LUD-18](https://github.com/lnurl/luds) (nameDesc) will also insert an alias/pseudonym preceeding the comment. This optional and only if the sender want to send that name. It can be any name and not related to real names. +

    + +![lnbits-tx-details.png](https://i.postimg.cc/yYnvyK4w/lnbits-tx-details.png) +
    Can I receive a comment/message to my LNURL-p QR? @@ -32,7 +38,7 @@ In order to allow comments, add the characters lenght of the box, from 1 to 250.
    How someone can deposit to my LNbits using onchain TX?

    There are multiple ways to get sats from onchain into LN (LNbits). Depends on the case scenario you are in.

    Here are some options:

    -

    A - Using a swap service like: [Boltz](https://boltz.exchange) | [FixedFloat](https://fixedfloat.com) | [DiamondHands](https://swap.diamondhands.technology/) | [ZigZag](https://zigzag.io).

    +

    A - Using a swap service like: [Boltz](https://boltz.exchange/) or [FixedFloat](https://fixedfloat.com/) or [DiamondHands](https://swap.diamondhands.technology/) or [ZigZag](https://zigzag.io/).

    This is the case when you provide to the payer only a LNURL/LN invoice from your LNbits instance, but payer have only onchain sats. So will have to the swap first on his side.

    The procedure is simple: user will send onchain to the swap service, then will provide the LNURL or LN invoice from LNbits as destination of the swap.

    B - Using the Onchain LNbits extension.

    From 003ad7218c07c387fe874ef9dc95b7cf00c91574 Mon Sep 17 00:00:00 2001 From: DarthCoin <56997124+Darth-Coin@users.noreply.github.com> Date: Tue, 17 Jan 2023 12:17:56 +0100 Subject: [PATCH 06/14] Update faq.md --- docs/guide/faq.md | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/docs/guide/faq.md b/docs/guide/faq.md index b8270574..29e62f89 100644 --- a/docs/guide/faq.md +++ b/docs/guide/faq.md @@ -8,6 +8,15 @@ nav_order: 5 Frequently Asked Questions =============== +
    When I scan a QR LNURL from my LNbits, I get "network error". What can I do? +

    If your LNbits is running behind Tor (and you can't run it on clearnet), you must do the following:

    +
      +
    • Open your LNbits LNURL page using the .onion URI, so the QR is generated using an accessible .onion URI. Do not generate that QR from a .local URI, because it will not be visible over internet, only in your LAN.
    • +
    • Open your LN wallet app that you use to scan that QR, using Tor connection. Otherwise your app cannot read that .onion URI. If the app it doesn't have integrated Tor, you can use Orbot (Android).
    • +
    + +
    +
    Where can I see payment details?

    When you receive a payment in Lnbits, the transaction log will display only a resumed type of the transaction. Like this: @@ -18,7 +27,7 @@ As you can see on the left side, there's a little green arrow for receiveing or If you click on that arrow, will popup a screen with more details about the transaction, including the message and the name attached to the payment.

    -If the sender's LN wallet support [LUD-18](https://github.com/lnurl/luds) (nameDesc) will also insert an alias/pseudonym preceeding the comment. This optional and only if the sender want to send that name. It can be any name and not related to real names. +If the sender's LN wallet support [LUD-18](https://github.com/lnurl/luds) (nameDesc) will also insert an alias/pseudonym preceeding the comment. This is optional and only if the sender want to send that name. It can be any name and not related to real names.

    ![lnbits-tx-details.png](https://i.postimg.cc/yYnvyK4w/lnbits-tx-details.png) From 6e1609457226323723a72c3fcb383b55646fb65b Mon Sep 17 00:00:00 2001 From: DarthCoin <56997124+Darth-Coin@users.noreply.github.com> Date: Tue, 17 Jan 2023 12:57:32 +0100 Subject: [PATCH 07/14] Update faq.md --- docs/guide/faq.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/docs/guide/faq.md b/docs/guide/faq.md index 29e62f89..61526f6e 100644 --- a/docs/guide/faq.md +++ b/docs/guide/faq.md @@ -9,11 +9,18 @@ Frequently Asked Questions ===============
    When I scan a QR LNURL from my LNbits, I get "network error". What can I do? -

    If your LNbits is running behind Tor (and you can't run it on clearnet), you must do the following:

    +

    A - If your LNbits is running only behind Tor (you can't run it on clearnet), you must do the following:

    • Open your LNbits LNURL page using the .onion URI, so the QR is generated using an accessible .onion URI. Do not generate that QR from a .local URI, because it will not be visible over internet, only in your LAN.
    • Open your LN wallet app that you use to scan that QR, using Tor connection. Otherwise your app cannot read that .onion URI. If the app it doesn't have integrated Tor, you can use Orbot (Android).
    +

    B - If you run your LNbits over Tor and want to offer public LN services, you should consider to move it to a clearnet (domain/IP) access, with https SSL certificate.

    +
      +
    • The easiest way (2 min setup) is to use Caddy. Just follow the instructions from [here](https://docs.lnbits.org/guide/installation.html#reverse-proxy-with-automatic-https-using-caddy) and your LNbits will be accesible through clearnet https. + You must have a domain and be able to configure in your DNS records a subdomain for your LNbits instance (eg. lnbits.mydomain.com). + Also you need access to your internet router to open the port 443 and forward it your LNbits IP machine in your LAN.
    • +
    • You can use also apache option, explained in the [LNBits installation manual](https://docs.lnbits.org/guide/installation.html#running-behind-an-apache2-reverse-proxy-over-https).
    • +
    • If you LNbits run in a bundle node (Umbrel, Citadel, myNode, Embassy, Raspiblitz etc), you can follow this extensive guide with many options to make your Tor only LNbits into a clearnet LNbits.
    From 23cca8573976c064f30de761c260056c6d3a9100 Mon Sep 17 00:00:00 2001 From: DarthCoin <56997124+Darth-Coin@users.noreply.github.com> Date: Tue, 17 Jan 2023 13:13:14 +0100 Subject: [PATCH 08/14] Update faq.md --- docs/guide/faq.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/guide/faq.md b/docs/guide/faq.md index 61526f6e..55ce5845 100644 --- a/docs/guide/faq.md +++ b/docs/guide/faq.md @@ -16,10 +16,10 @@ Frequently Asked Questions

    B - If you run your LNbits over Tor and want to offer public LN services, you should consider to move it to a clearnet (domain/IP) access, with https SSL certificate.

      -
    • The easiest way (2 min setup) is to use Caddy. Just follow the instructions from [here](https://docs.lnbits.org/guide/installation.html#reverse-proxy-with-automatic-https-using-caddy) and your LNbits will be accesible through clearnet https. +
    • The easiest way (2 min setup) is to use Caddy. Just follow the instructions from here and your LNbits will be accesible through clearnet https. You must have a domain and be able to configure in your DNS records a subdomain for your LNbits instance (eg. lnbits.mydomain.com). Also you need access to your internet router to open the port 443 and forward it your LNbits IP machine in your LAN.
    • -
    • You can use also apache option, explained in the [LNBits installation manual](https://docs.lnbits.org/guide/installation.html#running-behind-an-apache2-reverse-proxy-over-https).
    • +
    • You can also use apache option, explained in the LNbits installation manual.
    • If you LNbits run in a bundle node (Umbrel, Citadel, myNode, Embassy, Raspiblitz etc), you can follow this extensive guide with many options to make your Tor only LNbits into a clearnet LNbits.
    @@ -34,7 +34,7 @@ As you can see on the left side, there's a little green arrow for receiveing or If you click on that arrow, will popup a screen with more details about the transaction, including the message and the name attached to the payment.

    -If the sender's LN wallet support [LUD-18](https://github.com/lnurl/luds) (nameDesc) will also insert an alias/pseudonym preceeding the comment. This is optional and only if the sender want to send that name. It can be any name and not related to real names. +If the sender's LN wallet support LUD-18 (nameDesc) will also insert an alias/pseudonym preceeding the comment. This is optional and only if the sender want to send that name. It can be any name and not related to real names.

    ![lnbits-tx-details.png](https://i.postimg.cc/yYnvyK4w/lnbits-tx-details.png) @@ -54,7 +54,7 @@ In order to allow comments, add the characters lenght of the box, from 1 to 250.
    How someone can deposit to my LNbits using onchain TX?

    There are multiple ways to get sats from onchain into LN (LNbits). Depends on the case scenario you are in.

    Here are some options:

    -

    A - Using a swap service like: [Boltz](https://boltz.exchange/) or [FixedFloat](https://fixedfloat.com/) or [DiamondHands](https://swap.diamondhands.technology/) or [ZigZag](https://zigzag.io/).

    +

    A - Using a swap service like: Boltz or FixedFloat or DiamondHands or .

    This is the case when you provide to the payer only a LNURL/LN invoice from your LNbits instance, but payer have only onchain sats. So will have to the swap first on his side.

    The procedure is simple: user will send onchain to the swap service, then will provide the LNURL or LN invoice from LNbits as destination of the swap.

    B - Using the Onchain LNbits extension.

    From 8f63ca5f563537b28197f3f74593c29dc13321ad Mon Sep 17 00:00:00 2001 From: arbadacarba <63317640+arbadacarbaYK@users.noreply.github.com> Date: Wed, 18 Jan 2023 13:35:05 +0100 Subject: [PATCH 09/14] Update faq.md --- docs/guide/faq.md | 116 +++++++++++++++++++++++++++++++++------------- 1 file changed, 85 insertions(+), 31 deletions(-) diff --git a/docs/guide/faq.md b/docs/guide/faq.md index 55ce5845..98d09949 100644 --- a/docs/guide/faq.md +++ b/docs/guide/faq.md @@ -8,65 +8,119 @@ nav_order: 5 Frequently Asked Questions =============== -
    When I scan a QR LNURL from my LNbits, I get "network error". What can I do? -

    A - If your LNbits is running only behind Tor (you can't run it on clearnet), you must do the following:

    +
    "Network error" when scanning a QR. What can I do? +

    A - If your LNbits is running only behind Tor (so if you can't see it on clearnet), you have to:

      -
    • Open your LNbits LNURL page using the .onion URI, so the QR is generated using an accessible .onion URI. Do not generate that QR from a .local URI, because it will not be visible over internet, only in your LAN.
    • -
    • Open your LN wallet app that you use to scan that QR, using Tor connection. Otherwise your app cannot read that .onion URI. If the app it doesn't have integrated Tor, you can use Orbot (Android).
    • +
    • Open your LNbits using the .onion URI, so the QR is generated using an accessible .onion URI. Do not generate that QR from a .local URI, because it will not be visible on the internet, only in your home LAN.
    • +
    • Open your LN wallet app that you use to scan that QR and configure it to use Tor to be able to read that .onion URI. If the app doesn't have a Tor option, you can use Orbot (Android).
    -

    B - If you run your LNbits over Tor and want to offer public LN services, you should consider to move it to a clearnet (domain/IP) access, with https SSL certificate.

    +

    B - If you run LNbits over Tor and want to offer public LN services, you should consider opening it to the clearnet (domain/IP) via a https SSL certificate.

      -
    • The easiest way (2 min setup) is to use Caddy. Just follow the instructions from here and your LNbits will be accesible through clearnet https. - You must have a domain and be able to configure in your DNS records a subdomain for your LNbits instance (eg. lnbits.mydomain.com). - Also you need access to your internet router to open the port 443 and forward it your LNbits IP machine in your LAN.
    • -
    • You can also use apache option, explained in the LNbits installation manual.
    • -
    • If you LNbits run in a bundle node (Umbrel, Citadel, myNode, Embassy, Raspiblitz etc), you can follow this extensive guide with many options to make your Tor only LNbits into a clearnet LNbits. +
    • The easiest way (2 min setup) to do so is to use Caddy. Just follow the instructions from here and your LNbits will be accesible through https clearnet. + You need to have a domain and to be able to configure a subdomain for your LNbits instance in your DNS records as CNAME like e.g. lnbits.mydomain.com. + Also you need access to your internet router to open the port 443 and forward requests to your LNbits IP within your LAN.
    • +
    • You can also use the apache option, explained in the LNbits installation manual.
    • +
    • If you run LNbits via a bundle node (Umbrel, Citadel, myNode, Embassy, Raspiblitz etc), you can follow this extensive guide with many options to switch your Tor only LNbits into a clearnet LNbits.
    Where can I see payment details?

    -When you receive a payment in Lnbits, the transaction log will display only a resumed type of the transaction. Like this: +When you receive a payment in Lnbits, the transactions will display only a resumed type of the transaction. Like this: ![lnbits-tx-log.png](https://i.postimg.cc/gk2FMFG9/lnbits-tx-log.png) -As you can see on the left side, there's a little green arrow for receiveing or red arrow for sending. -If you click on that arrow, will popup a screen with more details about the transaction, including the message and the name attached to the payment. +As you can see on the left side, there's a little green arrow for receiving and a red arrow for sending. +If you click that arrow, a screen will pop up with more details about the tx, including the message and the name attached to it.

    -If the sender's LN wallet support LUD-18 (nameDesc) will also insert an alias/pseudonym preceeding the comment. This is optional and only if the sender want to send that name. It can be any name and not related to real names. +If the sender's LN wallet supports LUD-18 (nameDesc) you will also be shown an alias/pseudonym preceeding the comment here. This is optional and only if the sender wants to send that name. Pls be aware that these names are not verified and can be freely chosen! It can be any name and is not at all related a real name possibly.

    ![lnbits-tx-details.png](https://i.postimg.cc/yYnvyK4w/lnbits-tx-details.png)
    -
    Can I receive a comment/message to my LNURL-p QR? +
    Can I receive a comment/message for deposits made to my LNURLp QRs?

    -When you create a LNURL-p, by default the comment box is not filled. That means comments are not allowed to be attached to payments. -In order to allow comments, add the characters lenght of the box, from 1 to 250. Once you put a number there, the comment box will be displayed in the payment process. You can also edit a LNURL-p already created and add that number. +When you create a LNURLp, by default the comment box is not filled resp. the amount of characters is set to 0. That means comments are not allowed to be attached to payments. In order to allow comments, add the characters length within a range of 1 to 250. Once you put a number there, the comment box will be displayed to your customers in the payment process. You can also edit a LNURLp already created and add that number later. ![lnbits-lnurl-comment.png](https://i.postimg.cc/HkJQ9xKr/lnbits-lnurl-comment.png)

    -
    How someone can deposit to my LNbits using onchain TX? -

    There are multiple ways to get sats from onchain into LN (LNbits). Depends on the case scenario you are in.

    -

    Here are some options:

    -

    A - Using a swap service like: Boltz or FixedFloat or DiamondHands or .

    -

    This is the case when you provide to the payer only a LNURL/LN invoice from your LNbits instance, but payer have only onchain sats. So will have to the swap first on his side.

    -

    The procedure is simple: user will send onchain to the swap service, then will provide the LNURL or LN invoice from LNbits as destination of the swap.

    -

    B - Using the Onchain LNbits extension.

    -

    Keep in mind that this would be a separate wallet, not the LNbits one (your LN node behind your LNbits). Is better to use a separate one. This onchain wallet can be used also with the LNbits Boltz or Deezy extension, for swaps from LN into onchain. If you have a webshop linked to your LNbits for LN payments, it is very handy to drain all the sats from LN into onchain at the end of the day or when you have too much payments received. In this way you have more space in your LN channels to receive more.

    -

    Procedure steps:

    +
    Can i deposit onchain btc to LNbits ? +

    There are multiple ways to exchange sats from onchain btc to LN btc (resp. to LNbits).

    +

    A - Via a swap service like Boltz, FixedFloat, DiamondHands or ZigZag.

    +

    This is useful if you provide only LNURL/LN invoices from your LNbits instance, but a payer only has onchain sats so + they will have to the swap those sats first on their side.

    +

    The procedure is simple: user sends onchain btc to the swap service and provides the LNURL / LN invoice from LNbits as destination of the swap.

    +

    B - Using the Onchain LNbits extension

    +

    Keep in mind that this is a separate wallet, not the LN btc one that is represented by LNbits as "your wallet" upon your LN funding source. This onchain wallet can be used also to swap LN btc to (e.g. your hardwarewallet) by using the LNbits Boltz or Deezy extension. If you run a webshop that is linked to your LNbits for LN payments, it is very handy to regularily drain all the sats from LN into onchain. This leads to more space in your LN channels to be able to receive new fresh sats.

    +

    Procedure

      -
    • Use Electrum or Sparrow wallet to create a new onchain wallet. Save the backup seed in a safe place.
    • -
    • Go to wallet information and copy the xpub.
    • -
    • Go to LNbits - Onchain extension and create a new watch-only wallet with that xpub.
    • +
    • Use Electrum or Sparrow wallet to create a new onchain wallet and save the backup seed in a safe place
    • +
    • Go to wallet information and copy the xpub
    • +
    • Go to LNbits - Onchain extension and create a new watch-only wallet with that xpub
    • Go to LNbits - Tipjar extension and create a new Tipjar. Select also the onchain option besides the LN wallet.
    • -
    • Optional - Go to LNbits - SatsPay extension and create a new charge. You can choose between onchain and LN or both. It will create a invoice charge that can be shared.
    • -
    • Optional - If you use your LNbits linked to a Wordpress + Woocommerce page, once you create a watch-only wallet in your LNbits, the customer will have the both options to pay onchain and LN, in the same screen.
    • +
    • Optional - Go to LNbits - SatsPay extension and create a new charge for onchain btc. You can choose between onchain and LN or both. It will then create an invoice that can be shared.
    • +
    • Optional - If you use your LNbits linked to a Wordpress + Woocommerce page, once you create/link a watch-only wallet to your LN btc shop wallet, the customer will have both options to pay on the same screen.
    + +
    I lost my Wallet-URL. Are my funds gone? +

    A - LNbits non-custodian, you own the funding source

    +
      +
    • No. LNbits is a frontend for your Node / funding source. All transactions and invoices are just transported to you by LNbits and it holds no separate funds. The wallets and configurations you created might be gone if you did not backup your LNbits database but funds will never be held bei LNbits itself.
    • +
        +

        B - Lnbits custodian, you used legend.lnbits or similar

        +
          +
        • Yes, possibly. On a funding source with lots of wallets it will be impossible to find yours back in the database. Remember to not store a lot of sats on custodian nodes - run your own node and LNbits.

          +
    + + +
    Printed voucher links or tippingcards +

    To write cards you will need LNbits to be available in clearnet. Please consider running your own LNbits instance for this.

    +
      +LNURLw are strings that represent a faucet-link to a wallet. By scanning it, everyone will be able to withdraw sats from it. A LNURLw can be either a QR that leads to a static link or to one that responds with new invoices every time it is scanned (click "no assmilking"). You can create these QR by adding the LNURLw extension and generate the vouchertype you need.
        +
      • Voucher can as well be printed directly from LNbits. After you created it, click the "eye" next to the link. By pressing the printer-button you print the plain QR but you could as well integrate it into a nice tippincard or voucher template by choosing "Advanced voucher" -> "Use custom voucher design". We collected some designs as well as templates to make your own ones under this LNbits voucher video-guide.. You will be able to create and print as much voucher as you like with it. Happy orangepilling!
      • +
      • Note that your LNbits needs to be reachable in clearnet to offer vouchers to others.
      • +
    + +
    Creating a NFC card for a wallet +

    To write cards you will need LNbits to be available in clearnet. Please consider running your own LNbits instance for this.

    +
  • On top to just printing voucher for your wallet you can also write these LNURLw to a simple NFC card fromon NTAG216 by not clicking the printer but the NFC symbol on android/chrome and tapping your card against the device. This will enable the cardholder to directly spend those sats at a tpos, pos or wallet-app another one uses that can handle lightning payments via NFC.
  • +
  • If you run an event and want to hand out bigger amounts of cards with simple voucher links on consider this NFC-brrr batch tool as well as using NTAG424 cards, so that your customers can rewrite them later with an own wallet and the boltcard service (see ff)
  • +
  • For bigger amounts the Boltcard-Extension should be used. It will generate a link that sends a new invoice every time it is used for payments and keeps track too if the allowed card-ID is redeeming funds. Hence the setup of Boltcards is a bit safer but it needs some additional tools. You can find further infos on creating or updating boltcards here. +
  • + + +
    Building with LNbits +

    LNbits has all sorts of open APIs and tools to program and connect to a lot of different devices for several use-cases.

    +
  • Hardware Wallet - build your own, stack harder
  • +
  • Bitcoin Switch - turn things on with bitcoin
  • +
  • ATM - deposit and withdraw in your shop or at your meetup
  • +
  • LNpos - a offline hardware device for merchants
  • +
  • LNvend - offline vending machine
  • +

    Grabbing machines, jukeboxes, bandits, candy cispenser, beertaps and all sorts of other things have already been build with these LNbits tools. Let us know what you did with it ! Come to the Makerbits Telegram Group if you are interested in building with LNbits or if you need help with a projekt - we got you!

    + + +
    Can I prevent others from generating wallets on my node? +

    When you run your LNbits in clearnet basically everyone can generate a wallet on it. Since the funds of your node are bound to these wallets you might want to prevent that. There are two ways to do so +

  • configure the allowed users / extensions in the .env file
  • +
  • configure the allowed users / extensions via the Usermanager-Extension. You can find more info about the superuser and the admin extension here + Please not that all entries in the .env file will not be the taken into account anylonger after you activated the admin extension. +

    +
  • + +
    Which funding sources except my node can i use ? +

    The new LNbits manual will show you which sources you can use and how to configure each here +

    +
    + +
    Funding my LNbits wallet from my node doesnt work. +

    You will need to edit the lnd.conf file for this. The parameter to be included are allow-circular-route=1 respectively allow_self_payment=1. +

    +
    From 1e7995927dabdb2799b41ff75bb8ccc554155376 Mon Sep 17 00:00:00 2001 From: arbadacarba <63317640+arbadacarbaYK@users.noreply.github.com> Date: Wed, 18 Jan 2023 17:13:47 +0100 Subject: [PATCH 10/14] Update faq.md MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 🤩 --- docs/guide/faq.md | 269 +++++++++++++++++++++++++++++++++------------- 1 file changed, 193 insertions(+), 76 deletions(-) diff --git a/docs/guide/faq.md b/docs/guide/faq.md index 98d09949..cea079a5 100644 --- a/docs/guide/faq.md +++ b/docs/guide/faq.md @@ -5,45 +5,217 @@ nav_order: 5 --- -Frequently Asked Questions -=============== -
    "Network error" when scanning a QR. What can I do? -

    A - If your LNbits is running only behind Tor (so if you can't see it on clearnet), you have to:

    -
      -
    • Open your LNbits using the .onion URI, so the QR is generated using an accessible .onion URI. Do not generate that QR from a .local URI, because it will not be visible on the internet, only in your home LAN.
    • -
    • Open your LN wallet app that you use to scan that QR and configure it to use Tor to be able to read that .onion URI. If the app doesn't have a Tor option, you can use Orbot (Android).
    • -
    -

    B - If you run LNbits over Tor and want to offer public LN services, you should consider opening it to the clearnet (domain/IP) via a https SSL certificate.

    -
      -
    • The easiest way (2 min setup) to do so is to use Caddy. Just follow the instructions from here and your LNbits will be accesible through https clearnet. - You need to have a domain and to be able to configure a subdomain for your LNbits instance in your DNS records as CNAME like e.g. lnbits.mydomain.com. - Also you need access to your internet router to open the port 443 and forward requests to your LNbits IP within your LAN.
    • -
    • You can also use the apache option, explained in the LNbits installation manual.
    • -
    • If you run LNbits via a bundle node (Umbrel, Citadel, myNode, Embassy, Raspiblitz etc), you can follow this extensive guide with many options to switch your Tor only LNbits into a clearnet LNbits. +FAQ - Frequently Asked Questions on LNbits +========================================== + +

      Install options

      + +

      LNbits is not a node management software but a lightning only accounting system on top of a funding source.

      +
      Funding my LNbits wallet from my node doesnt work. +

      You will need to edit the lnd.conf file for this. The parameter to be included are allow-circular-route=1 respectively allow_self_payment=1. +

      +
      + +
      Funding source only available via tor (Umbrel, Citadel, ..) +

        +

      +
      + +
      Funding source is in a cloud +

        Voltage: lnd.conf cannot be edited atm +

      +
      + +
      LNbits via clearnet domain +

        trezor hannes +

      + +
      Other funding sources (e.g bots) +
        +

        The new LNbits manual shows you which sources you can use and how to configure each here +

      +
      + +
      Advanced setup options +

        +

        Can I prevent others from generating wallets on my node? +

        When you run your LNbits in clearnet basically everyone can generate a wallet on it. Since the funds of your node are bound to these wallets you might want to prevent that. There are two ways to do so +

      • configure the allowed users / extensions in the .env file +
      • configure the allowed users / extensions via the Usermanager-Extension. You can find more info about the superuser and the admin extension here + Please not that all entries in the .env file will not be the taken into account anylonger after you activated the admin extension. +

        +
      • + +

      +
      +
      + + + +

      Troubleshooting

      + +
      Message "https error" or network error" when scanning a QR made on LNbits +

      Bad news, this is a routing error that might have quite a lot of reasons. Lets try a few of the most possible problems and their solutions.

      +

      A - LNbits is running behind Tor only, you can't open it on a public domain like lnbits.yourdomain.com

      + +
    • Open your LNbits LNURL page using the .onion URI, so the QR is generated using an accessible .onion URI. Do not generate that QR from a .local URI, because it will not be visible over internet, only in your LAN.
    • +
    • Open your LN wallet app that you use to scan that QR, using Tor connection. Otherwise your app cannot read that .onion URI. If the app it doesn't have integrated Tor, you can use Orbot (Android).
    • +
    +

    B - If you run your LNbits over Tor and want to offer public LN services, you should consider to move it to a clearnet (domain/IP) access, with https SSL certificate.

    +
      +
    • The easiest way (2 min setup) is to use Caddy. Just follow the instructions from here and your LNbits will be accesible through clearnet https. + You must have a domain and be able to configure in your DNS records a subdomain for your LNbits instance (eg. lnbits.mydomain.com). + Also you need access to your internet router to open the port 443 and forward it your LNbits IP machine in your LAN.
    • +
    • You can also use apache option, explained in the LNbits installation manual.
    • +
    • If you LNbits run in a bundle node (Umbrel, Citadel, myNode, Embassy, Raspiblitz etc), you can follow this extensive guide with many options to make your Tor only LNbits into a clearnet LNbits. +
    + +
    Wallet-URL deleted, are funds safu ? +
      +

      +

      Wallet on demo server legend.lnbits

      Always save a copy of your wallet-URL, Export2phone-QR or LNDhub for your own wallets in a safe place. LNbits CANNOT help you to recover them when lost. +

      +

      + +

      +

      Wallet on your own funding source/node

      Always save a copy of your wallet-URL, Export2phone-QR or LNDhub for your own wallets in a safe place. You can find all LNbits wallet-IDs in your LNbits database. +

    +
    +

    + +
    + + + + +

    Building hardware tools

    +
      +

      LNbits has all sorts of open APIs and tools to program and connect to a lot of different devices for several use-cases. Let us know what you did with it ! Come to the Makerbits Telegram Group if you are interested in building with LNbits or if you need help with a projekt - we got you!

      + + +
      ATM - deposit and withdraw in your shop or at your meetup +

        +

      +
      + +
      POS Terminal - an offline terminal for merchants +

        +

      +
      + +
      Hardware Wallet- build your own, stack harder +

        +

      +
      + +
      Bitcoin Switch - turn things on with bitcoin + +
      + +
      Vending machine (offline) +

        +

      +
      + +

      Ressources

    + + + +

    Use cases of LNbits

    + +
    Merchant +

      +

    +
    + +
    Voucher +

      +

    +
    +
    + + + +
    NFC Cards, Badges, Rings etc. +

      +

      Printed voucher links or tippingcards +

      To write cards you will need LNbits to be available in clearnet. Please consider running your own LNbits instance for this.

      +
        +LNURLw are strings that represent a faucet-link to a wallet. By scanning it, everyone will be able to withdraw sats from it. A LNURLw can be either a QR that leads to a static link or to one that responds with new invoices every time it is scanned (click "no assmilking"). You can create these QR by adding the LNURLw extension and generate the vouchertype you need.
          +
        • Voucher can as well be printed directly from LNbits. After you created it, click the "eye" next to the link. By pressing the printer-button you print the plain QR but you could as well integrate it into a nice tippincard or voucher template by choosing "Advanced voucher" -> "Use custom voucher design". We collected some designs as well as templates to make your own ones under this LNbits voucher video-guide.. You will be able to create and print as much voucher as you like with it. Happy orangepilling!
        • +
        • Note that your LNbits needs to be reachable in clearnet to offer vouchers to others.
        • +
      + +
      Creating a NFC card for a wallet +

      To write cards you will need LNbits to be available in clearnet. Please consider running your own LNbits instance for this.

      +
    • On top to just printing voucher for your wallet you can also write these LNURLw to a simple NFC card fromon NTAG216 by not clicking the printer but the NFC symbol on android/chrome and tapping your card against the device. This will enable the cardholder to directly spend those sats at a tpos, pos or wallet-app another one uses that can handle lightning payments via NFC.
    • +
    • If you run an event and want to hand out bigger amounts of cards with simple voucher links on consider this NFC-brrr batch tool as well as using NTAG424 cards, so that your customers can rewrite them later with an own wallet and the boltcard service (see ff)
    • +
    • For bigger amounts the Boltcard-Extension should be used. It will generate a link that sends a new invoice every time it is used for payments and keeps track too if the allowed card-ID is redeeming funds. Hence the setup of Boltcards is a bit safer but it needs some additional tools. You can find further infos on creating or updating boltcards here. +
    • +

    + +

    Ressources

    +

    + + + + +

    Developing for LNbits

    + +
  • Making Estension / how to use Websockets / API reference
  • +
  • Telegram LNbits Support Group
  • +
    + + + +

    Did you know?

    + +
    Transaktion details +

      +

    +
    +
    + + + + +
    Where can I see payment details?

    -When you receive a payment in Lnbits, the transactions will display only a resumed type of the transaction. Like this: +When you receive a payment in Lnbits, the transaction log will display only a resumed type of the transaction. Like this: ![lnbits-tx-log.png](https://i.postimg.cc/gk2FMFG9/lnbits-tx-log.png) -As you can see on the left side, there's a little green arrow for receiving and a red arrow for sending. -If you click that arrow, a screen will pop up with more details about the tx, including the message and the name attached to it. +As you can see on the left side, there's a little green arrow for receiveing or red arrow for sending. +If you click on that arrow, will popup a screen with more details about the transaction, including the message and the name attached to the payment.

    -If the sender's LN wallet supports LUD-18 (nameDesc) you will also be shown an alias/pseudonym preceeding the comment here. This is optional and only if the sender wants to send that name. Pls be aware that these names are not verified and can be freely chosen! It can be any name and is not at all related a real name possibly. +If the sender's LN wallet support LUD-18 (nameDesc) will also insert an alias/pseudonym preceeding the comment. This is optional and only if the sender want to send that name. It can be any name and not related to real names.

    ![lnbits-tx-details.png](https://i.postimg.cc/yYnvyK4w/lnbits-tx-details.png)
    -
    Can I receive a comment/message for deposits made to my LNURLp QRs? +
    Can I receive a comment/message to my LNURL-p QR?

    -When you create a LNURLp, by default the comment box is not filled resp. the amount of characters is set to 0. That means comments are not allowed to be attached to payments. In order to allow comments, add the characters length within a range of 1 to 250. Once you put a number there, the comment box will be displayed to your customers in the payment process. You can also edit a LNURLp already created and add that number later. +When you create a LNURL-p, by default the comment box is not filled. That means comments are not allowed to be attached to payments. +In order to allow comments, add the characters lenght of the box, from 1 to 250. Once you put a number there, the comment box will be displayed in the payment process. You can also edit a LNURL-p already created and add that number. ![lnbits-lnurl-comment.png](https://i.postimg.cc/HkJQ9xKr/lnbits-lnurl-comment.png) @@ -69,58 +241,3 @@ When you create a LNURLp, by default the comment box is not filled resp. the amo

    - -
    I lost my Wallet-URL. Are my funds gone? -

    A - LNbits non-custodian, you own the funding source

    -
      -
    • No. LNbits is a frontend for your Node / funding source. All transactions and invoices are just transported to you by LNbits and it holds no separate funds. The wallets and configurations you created might be gone if you did not backup your LNbits database but funds will never be held bei LNbits itself.
    • -
        -

        B - Lnbits custodian, you used legend.lnbits or similar

        -
          -
        • Yes, possibly. On a funding source with lots of wallets it will be impossible to find yours back in the database. Remember to not store a lot of sats on custodian nodes - run your own node and LNbits.

          -
    - - -
    Printed voucher links or tippingcards -

    To write cards you will need LNbits to be available in clearnet. Please consider running your own LNbits instance for this.

    -
      -LNURLw are strings that represent a faucet-link to a wallet. By scanning it, everyone will be able to withdraw sats from it. A LNURLw can be either a QR that leads to a static link or to one that responds with new invoices every time it is scanned (click "no assmilking"). You can create these QR by adding the LNURLw extension and generate the vouchertype you need.
        -
      • Voucher can as well be printed directly from LNbits. After you created it, click the "eye" next to the link. By pressing the printer-button you print the plain QR but you could as well integrate it into a nice tippincard or voucher template by choosing "Advanced voucher" -> "Use custom voucher design". We collected some designs as well as templates to make your own ones under this LNbits voucher video-guide.. You will be able to create and print as much voucher as you like with it. Happy orangepilling!
      • -
      • Note that your LNbits needs to be reachable in clearnet to offer vouchers to others.
      • -
    - -
    Creating a NFC card for a wallet -

    To write cards you will need LNbits to be available in clearnet. Please consider running your own LNbits instance for this.

    -
  • On top to just printing voucher for your wallet you can also write these LNURLw to a simple NFC card fromon NTAG216 by not clicking the printer but the NFC symbol on android/chrome and tapping your card against the device. This will enable the cardholder to directly spend those sats at a tpos, pos or wallet-app another one uses that can handle lightning payments via NFC.
  • -
  • If you run an event and want to hand out bigger amounts of cards with simple voucher links on consider this NFC-brrr batch tool as well as using NTAG424 cards, so that your customers can rewrite them later with an own wallet and the boltcard service (see ff)
  • -
  • For bigger amounts the Boltcard-Extension should be used. It will generate a link that sends a new invoice every time it is used for payments and keeps track too if the allowed card-ID is redeeming funds. Hence the setup of Boltcards is a bit safer but it needs some additional tools. You can find further infos on creating or updating boltcards here. -
  • - - -
    Building with LNbits -

    LNbits has all sorts of open APIs and tools to program and connect to a lot of different devices for several use-cases.

    -
  • Hardware Wallet - build your own, stack harder
  • -
  • Bitcoin Switch - turn things on with bitcoin
  • -
  • ATM - deposit and withdraw in your shop or at your meetup
  • -
  • LNpos - a offline hardware device for merchants
  • -
  • LNvend - offline vending machine
  • -

    Grabbing machines, jukeboxes, bandits, candy cispenser, beertaps and all sorts of other things have already been build with these LNbits tools. Let us know what you did with it ! Come to the Makerbits Telegram Group if you are interested in building with LNbits or if you need help with a projekt - we got you!

    - - -
    Can I prevent others from generating wallets on my node? -

    When you run your LNbits in clearnet basically everyone can generate a wallet on it. Since the funds of your node are bound to these wallets you might want to prevent that. There are two ways to do so -

  • configure the allowed users / extensions in the .env file
  • -
  • configure the allowed users / extensions via the Usermanager-Extension. You can find more info about the superuser and the admin extension here - Please not that all entries in the .env file will not be the taken into account anylonger after you activated the admin extension. -

    -
  • - -
    Which funding sources except my node can i use ? -

    The new LNbits manual will show you which sources you can use and how to configure each here -

    -
    - -
    Funding my LNbits wallet from my node doesnt work. -

    You will need to edit the lnd.conf file for this. The parameter to be included are allow-circular-route=1 respectively allow_self_payment=1. -

    -
    From f3439edfaa9886ba88e34596664b3e674dea991d Mon Sep 17 00:00:00 2001 From: arbadacarba <63317640+arbadacarbaYK@users.noreply.github.com> Date: Wed, 18 Jan 2023 17:23:03 +0100 Subject: [PATCH 11/14] Update faq.md --- docs/guide/faq.md | 33 ++++++++++++++------------------- 1 file changed, 14 insertions(+), 19 deletions(-) diff --git a/docs/guide/faq.md b/docs/guide/faq.md index cea079a5..4da950d1 100644 --- a/docs/guide/faq.md +++ b/docs/guide/faq.md @@ -1,4 +1,5 @@ --- +--- layout: default title: FAQ nav_order: 5 @@ -10,7 +11,7 @@ FAQ - Frequently Asked Questions on LNbits ==========================================

    Install options

    - +

      LNbits is not a node management software but a lightning only accounting system on top of a funding source.

      Funding my LNbits wallet from my node doesnt work. @@ -48,7 +49,7 @@ FAQ - Frequently Asked Questions on LNbits Please not that all entries in the .env file will not be the taken into account anylonger after you activated the admin extension.

      - +

    @@ -56,14 +57,14 @@ FAQ - Frequently Asked Questions on LNbits

    Troubleshooting

    - +
      Message "https error" or network error" when scanning a QR made on LNbits

      Bad news, this is a routing error that might have quite a lot of reasons. Lets try a few of the most possible problems and their solutions.

      A - LNbits is running behind Tor only, you can't open it on a public domain like lnbits.yourdomain.com

    • Open your LNbits LNURL page using the .onion URI, so the QR is generated using an accessible .onion URI. Do not generate that QR from a .local URI, because it will not be visible over internet, only in your LAN.
    • Open your LN wallet app that you use to scan that QR, using Tor connection. Otherwise your app cannot read that .onion URI. If the app it doesn't have integrated Tor, you can use Orbot (Android).
    • -
    +

    B - If you run your LNbits over Tor and want to offer public LN services, you should consider to move it to a clearnet (domain/IP) access, with https SSL certificate.

    • The easiest way (2 min setup) is to use Caddy. Just follow the instructions from here and your LNbits will be accesible through clearnet https. @@ -84,7 +85,7 @@ FAQ - Frequently Asked Questions on LNbits
      Wallet on your own funding source/node

      Always save a copy of your wallet-URL, Export2phone-QR or LNDhub for your own wallets in a safe place. You can find all LNbits wallet-IDs in your LNbits database.

    -

    +

    @@ -130,7 +131,7 @@ FAQ - Frequently Asked Questions on LNbits

    Use cases of LNbits

    - +
      Merchant

      @@ -142,8 +143,6 @@ FAQ - Frequently Asked Questions on LNbits
      - -
      NFC Cards, Badges, Rings etc.

        Printed voucher links or tippingcards @@ -169,32 +168,27 @@ LNURLw are strings that represent a faucet-link to a wallet. By scanning it, eve
      • Bitcoin Ring
      • Badge

    -

    +

    Developing for LNbits

    - +

    Did you know?

    - +
      Transaktion details

      -
      +
    - - - - -
    Where can I see payment details?

    When you receive a payment in Lnbits, the transaction log will display only a resumed type of the transaction. Like this: @@ -239,5 +233,6 @@ In order to allow comments, add the characters lenght of the box, from 1 to 250.

  • Optional - Go to LNbits - SatsPay extension and create a new charge for onchain btc. You can choose between onchain and LN or both. It will then create an invoice that can be shared.
  • Optional - If you use your LNbits linked to a Wordpress + Woocommerce page, once you create/link a watch-only wallet to your LN btc shop wallet, the customer will have both options to pay on the same screen.
  • - +
    + From 813c0aa48ca7ac8087fd378c6f568690c9a6863a Mon Sep 17 00:00:00 2001 From: arbadacarba <63317640+arbadacarbaYK@users.noreply.github.com> Date: Wed, 18 Jan 2023 17:24:04 +0100 Subject: [PATCH 12/14] Update faq.md --- docs/guide/faq.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/docs/guide/faq.md b/docs/guide/faq.md index 4da950d1..3f975284 100644 --- a/docs/guide/faq.md +++ b/docs/guide/faq.md @@ -1,5 +1,4 @@ ---- ---- +------ layout: default title: FAQ nav_order: 5 From 985bfeaae7cc526cb09b636459bc296c6d4c929b Mon Sep 17 00:00:00 2001 From: arbadacarba <63317640+arbadacarbaYK@users.noreply.github.com> Date: Wed, 18 Jan 2023 17:28:39 +0100 Subject: [PATCH 13/14] Update faq.md --- docs/guide/faq.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/guide/faq.md b/docs/guide/faq.md index 3f975284..27f7b300 100644 --- a/docs/guide/faq.md +++ b/docs/guide/faq.md @@ -51,7 +51,7 @@ FAQ - Frequently Asked Questions on LNbits

    - + @@ -86,7 +86,7 @@ FAQ - Frequently Asked Questions on LNbits

    - + From ca4c4ac66b0ff14d81daff8b41069b331de0a698 Mon Sep 17 00:00:00 2001 From: arbadacarba <63317640+arbadacarbaYK@users.noreply.github.com> Date: Wed, 18 Jan 2023 17:50:04 +0100 Subject: [PATCH 14/14] Update faq.md --- docs/guide/faq.md | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/docs/guide/faq.md b/docs/guide/faq.md index 27f7b300..8f9b7432 100644 --- a/docs/guide/faq.md +++ b/docs/guide/faq.md @@ -181,13 +181,7 @@ LNURLw are strings that represent a faucet-link to a wallet. By scanning it, eve

    Did you know?

    -