{% extends "base.html" %} {% block title %} {{ block.super }} - Dashboard{% endblock %} {% block content %} {% load humanize %} Dashboard Last Updated:

{{ node_info.alias }} | {{ node_info.identity_pubkey }}

LND ---
Public Capacity: 0 Active Channels: 0 / 0 0 --- Total States Updates: --- Sign a message
Addresses: {% for addr in node_info.uris %}
{{ addr }}
{% endfor %}
Ratio: 0 Outbound Inbound Unsettled
Active 0 0 0
Inactive 0 0 0
Total 0 0 0
Balance: 0 Onchain: 0 Confirmed: 0 Unconfirmed: 0 Limbo: 0 Pending HTLCs: 0 New Onchain Address | Legacy
Period Routed Fees Earned Fees Paid Onchain fees Cost Profit/Outbound Outbound Utilization
1-Day 0 0 0 0 0 0 0
7-Day 0 0 0 0 0 0 0

P&L Closures New Peers Unprofitable Channels Peer Events Peer Offline Report AR Actions Fee Rates Autopilot Outbound Fee Log Inbound Fee Log Channel Performance Keysends Rebalancing Towers Batching Trades Advanced Settings Logs
{% include 'rebalances_table.html' with count=10 load_count=10 title='Rebalance Requests' %} {% include 'local_settings.html' with settings=local_settings title="Auto-Rebalancer" url='rebalancing' %}

Connect to a Peer

{% csrf_token %}

Open a Channel

{% csrf_token %}

Close a Channel

{% csrf_token %}

Create Invoice

Sign a Message

{% endblock %}