{% include 'includes/head.html' %} {% if refresh_rate is defined and refresh_rate is not none %} {% endif %} {% include 'includes/logo_header.html' %}
{% include 'includes/message_display.html' %}
Lightning Status

{% if lnd_has_error %}

Warning!
The LND service is not running properly. Please check the log on the Status page.

{% endif %} {% if not wallet_exists %}
Manage Wallet
{% if using_lnd_custom_config %}
Config
{% endif %} {% endif %}
{% if wallet_exists and wallet_logged_in %}
Status
{% if is_testnet_enabled %} {% endif %}
Status {{status}}
Height {{height}}
Num Peers {{num_peers}}
DB Size {{channel_db_size}}
Network Testnet
Pair Wallet Pair Wallet
{% endif %} {% if wallet_exists or channel_backup_exists %}
Lightning
{% if wallet_logged_in %} {% endif %} {% if wallet_exists %} {% endif %} {% if channel_backup_exists %} {% endif %} {% if wallet_exists %} {% endif %}
Lightning Terminal open show password
TLS Certificate download regenerate
Macaroons admin readonly invoice
Channel Backup download
Watchtower open
Config view / edit
Alias {{alias}}
{% if wallet_exists %}
Versions
LND Version {{version}}
Loop Version {{loop_version}}
Pool Version {{pool_version}}
{% endif %} {% endif %}
{% if wallet_logged_in %}
URI
{{uri}}
{% endif %} {% if wallet_exists and not wallet_logged_in %}
Status
{{status}}
{% endif %} {% if wallet_exists and wallet_logged_in %}
Balances
{% if lnd_deposit_address != "ERROR" %}
Deposit Address

{{ lnd_deposit_address }}
{% endif %}
Balances
On-chain Balance {{ wallet_balance }} sats {% if wallet_pending != "0" %}   ({{ wallet_pending }} pending) {% endif %}
Channel Balance {{ channel_balance }} sats {% if channel_pending != "0" %}   ({{ channel_pending }} pending) {% endif %}
{% if transactions and transactions|length > 0 or payments and payments|length > 0 or invoices and invoices|length > 0 %}
Recent Transactions
{% if transactions and transactions|length > 0 %} {% for tx in transactions[:tx_display_limit] %} {% endfor %} {% if transactions|length >= tx_display_limit %} {% endif %}
On-chain
Date Amount Confirmations
{{ tx.date_str }} {{ tx.amount_str }} {{ tx.num_confirmations }}
more...
{% endif %} {% if payments and payments|length > 0 %} {% for tx in payments[:tx_display_limit] %} {% endfor %} {% if payments|length >= tx_display_limit %} {% endif %}
Payments
Date Amount Fee
{{ tx.date_str }} {{ tx.value_str }} {{ tx.fee_str }}
more...
{% endif %} {% if invoices and invoices|length > 0 %} {% for tx in invoices[:tx_display_limit] %} {% endfor %} {% if invoices|length >= tx_display_limit %} {% endif %}
Invoices
Date Amount Memo State
{{ tx.date_str }} {{ tx.value_str }} {% if tx.memo != "" %} {% endif %} {{ tx.state }}
more...
{% endif %}
{% endif %} {% if channels and channels|length > 0 %}
Channels
{% for c in channels %}
{{ c.remote_alias }}
{{c.local_balance}} sats
{{c.remote_balance}} sats

{% endfor %}
{% endif %} {% if peers and peers|length > 0 %}
Peers
{% for peer in peers %} {% endfor %}
Alias Pub Key Sats TX Sats RX
{{ peer.alias }} {{ peer.pub_key }} {{ peer.sat_sent }} {{ peer.sat_recv }}
{% endif %} {% endif %} {% if wallet_exists and wallet_logged_in %}

Access your Wallet
There are numerous ways to access and manage your wallet. Choose any option below!
RTL
Thunderhub
{% if is_community_edition %} Premium Feature {% else %} Open Wallet {% endif %}
Zap
BlueWallet
{% endif %}
{% include 'includes/footer.html' %}