diff --git a/BTCPayServer/Views/Stores/SetupLightningNode.cshtml b/BTCPayServer/Views/Stores/SetupLightningNode.cshtml index cf0188a7b..0f5e5980b 100644 --- a/BTCPayServer/Views/Stores/SetupLightningNode.cshtml +++ b/BTCPayServer/Views/Stores/SetupLightningNode.cshtml @@ -174,7 +174,7 @@ The path to the LND data directory may vary, the following examples assume /root/.lnd.

The macaroon parameter expects the HEX value, it can be obtained using this command:

-
xxd -plain /root/.lnd/data/chain/bitcoin/mainnet/admin.macaroon | tr -d '\n'
+
xxd -p -c 256 /root/.lnd/data/chain/bitcoin/mainnet/admin.macaroon | tr -d '\n'

You can omit certthumbprint if the certificate is trusted by your machine.
The certthumbprint can be obtained using this command: