@model LightningWalletServices @{ ViewData.SetActivePage(ServerNavPages.Services, Model.WalletName); }

@ViewData["Title"]

@if (Model.ShowQR) { } @if (!ViewContext.ModelState.IsValid) {
}

Full node connection

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

Compatible wallets

Blockstream Green
Blockstream Green
Wasabi Wallet
Wasabi Wallet

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 PageFootContent { @if (Model.ShowQR) { } }