@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 P2P protocol.

Compatible wallets

Blockstream Green
Blockstream Green
Wasabi Wallet
Wasabi Wallet

QR Code connection

@StringLocalizer["You can use QR Code to connect to {0} with compatible wallets.", Model.WalletName]

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

See QR Code information by clicking here

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