Connect to a new peer
{{peerFormLabel}} Lightning Address (pubkey OR pubkey@ip:port) Address is required.
{{peerConnectionError}}
{{channelFormLabel}}
Fee rates recommended by mempool (sat/vByte):
- High: {{recommendedFee.fastestFee || 'Unknown'}} - Medium: {{recommendedFee.halfHourFee || 'Unknown'}} - Low: {{recommendedFee.hourFee || 'Unknown'}} - Economy: {{recommendedFee.economyFee || 'Unknown'}} - Minimum: {{recommendedFee.minimumFee || 'Unknown'}}
Amount Remaining: {{totalBalance - ((channelFormGroup.controls.fundingAmount.value) ? channelFormGroup.controls.fundingAmount.value : 0) | number}} Sats Amount is required. Amount must be a positive number. Amount must be less than or equal to {{totalBalance}}.
Private Channel
Transaction Type {{transType.name}} {{channelFormGroup.controls.selTransType.value === '0' ? 'Default' : channelFormGroup.controls.selTransType.value === '1' ? 'Target Confirmation Blocks' : 'Fee (Sats/vByte)'}} Mempool Min: {{recommendedFee.minimumFee}} (Sats/vByte) {{channelFormGroup.controls.selTransType.value === '0' ? 'Default' : channelFormGroup.controls.selTransType.value === '1' ? 'Target Confirmation Blocks' : 'Fee (Sats/vByte)'}} is required. Lower than min feerate {{recommendedFee.minimumFee}} in the mempool.
Taproot Channel
Spend Unconfirmed Output
{{channelConnectionError}}