@model LndServicesViewModel @{ ViewData.SetActivePage(ServerNavPages.Services, StringLocalizer["Core Lightning {0}", Model.ConnectionType]); } @if (!ViewContext.ModelState.IsValid) {
}

BTCPay exposes Core Lightning's REST service for outside consumption, you will find connection information here.

Compatible wallets
Zeus
Zeus

QR Code connection

You can use this QR Code to connect external software to your C-Lightning instance.
This QR Code is only valid for 10 minutes

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

See QR Code information by clicking here

QR Code connection

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) { } }