@model LightningWalletServices @{ ViewData.SetActivePage(ServerNavPages.Services, Model.WalletName); } @if (Model.ShowQR) { } @if (!ViewContext.ModelState.IsValid) {
}

Full node connection

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

Compatible wallets

Fully Noded
Fully Noded
Specter Desktop
Specter Desktop

QR Code connection

@StringLocalizer["You can use QR Code to connect to your {0} from your mobile.", Model.WalletName]

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

See QR Code information by clicking here

}
@section PageFootContent { @if (Model.ShowQR) { } }