Update FAQ.md

add method for creating a new key value
This commit is contained in:
Peter Rounce 2022-08-09 14:14:54 +01:00 committed by GitHub
parent 28ff7ba969
commit 0710557552
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -5,6 +5,11 @@
The LNURLw that comes from the bolt card is not bech32 encoded.
It uses [LUD-17](https://github.com/fiatjaf/lnurl-rfc/blob/luds/17.md).
> How do I generate a random key value ?
This will give you a new 128 bit random key as a 32 character hex value.
`$ hexdump -vn16 -e'4/4 "%08x" 1 "\n"' /dev/random`
> Why do I get a payment failure with NO_ROUTE ?
This is due to your payment lightning node not finding a route to the merchant lightning node.