@model LightningWalletServices @{ ViewData.SetActivePageAndTitle(ServerNavPages.Services); }

@Model.WalletName

@if (Model.ShowQR) { }
Full node connection

This page exposes information to connect remotely to your full node via the P2P protocol.

Compatible wallets
QR Code connection

You can use QR Code to connect to @Model.WalletName with compatible wallets.

@if (!Model.ShowQR) {
} else {

See QR Code information by clicking here

}
@section Scripts { @await Html.PartialAsync("_ValidationScriptsPartial") @if (Model.ShowQR) { } }