{% extends "base.html" %} {% block title %} {{ block.super }} - Dashboard{% endblock %} {% block meta %}{% 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 Inbound Outbound 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
{% csrf_token %} 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 Peer Events AR Actions Fee Rates Autopilot Fee Log Channel Performance Keysends Rebalancing Towers Batching Advanced Settings
{% 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

{% csrf_token %}

Sign a Message

{% endblock %}