@model BTCPayServer.Models.ServerViewModels.LNDGRPCServicesViewModel @{ ViewData.SetActivePageAndTitle(ServerNavPages.Services); }

GRPC settings

BTCPay exposes gRPC services for outside consumption, you will find connection information here.

QR Code connection

You can use this QR Code to connect your Zap wallet to your LND instance.
This QR Code is only valid for 10 minutes

@if(Model.QRCode == null) {
} else {

See QR Code information by clicking here

Click here to open the configuration file.
}
More details...

Alternatively, you can see the settings by clicking here

@if(Model.Macaroon != null) {
} @if(Model.CertificateThumbprint != null) {
}
@section Scripts { @await Html.PartialAsync("_ValidationScriptsPartial") @if(Model.QRCode != null) { } }