@model LndServicesViewModel @{ ViewData.SetActivePage(ServerNavPages.Services, $"LND {Model.ConnectionType}"); }

@ViewData["Title"]

BTCPay exposes LND's @Model.ConnectionType service for outside consumption, you will find connection information here.

Compatible wallets

@if (Model.Uri == null) // if GRPC { Zap
Zap
} else { Joule
Joule
Alby
Alby
Zeus
Zeus
}

QR Code connection

You can use this QR Code to connect external software 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.Uri == null) {
} else {
} @if (Model.Macaroon != null) {
} @if (Model.AdminMacaroon != null) {
} @if (Model.InvoiceMacaroon != null) {
} @if (Model.ReadonlyMacaroon != null) {
} @if (Model.GRPCSSLCipherSuites != null) {
} @if (Model.CertificateThumbprint != null) {
}
@section PageFootContent { @if(Model.QRCode != null) { } }