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] 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
-===============
- A - If your LNbits is running only behind Tor (so if you can't see it on clearnet), you have to: 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. LNbits is not a node management software but a lightning only accounting system on top of a funding source. 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.
+
+ Voltage: lnd.conf cannot be edited atm
+ trezor hannes
+ The new LNbits manual shows you which sources you can use and how to configure each here
+
+ 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
+ "Network error" when scanning a QR. What can I do?
-
-
-
-
Install options
+Funding my LNbits wallet from my node doesnt work.
+Funding source only available via tor (Umbrel, Citadel, ..)
+
+ Funding source is in a cloud
+
+ LNbits via clearnet domain
+ Other funding sources (e.g bots)
+
+
+Advanced setup options
+ Can I prevent others from generating wallets on my node?
+
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
+ +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.
+
+ 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 demo server legend.lnbits
+ 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.
+ Wallet on your own funding source/node
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!
+ + ++
+
+
Candy dispenser, vending machines (online), grabbing machines, jukeboxes, bandits and all sorts of other things have already been build with LNbits´ tools. +
+
Ressources
+ + + +
+
+
+ To write cards you will need LNbits to be available in clearnet. Please consider running your own LNbits instance for this. To write cards you will need LNbits to be available in clearnet. Please consider running your own LNbits instance for this.Printed voucher links or tippingcards
+
+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.
+
Creating a NFC card for a wallet
+
Ressources
+
+
-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:  -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.
-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.  @@ -69,58 +241,3 @@ When you create a LNURLp, by default the comment box is not filled resp. the amo
A - LNbits non-custodian, you own the funding source
-B - Lnbits custodian, you used legend.lnbits or similar
-To write cards you will need LNbits to be available in clearnet. Please consider running your own LNbits instance for this.
-To write cards you will need LNbits to be available in clearnet. Please consider running your own LNbits instance for this.
-LNbits has all sorts of open APIs and tools to program and connect to a lot of different devices for several use-cases.
-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!
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 -
The new LNbits manual will show you which sources you can use and how to configure each here -
-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. -
-