{% 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' %}Warning!
The LND service is not running properly. Please check the log on the Status page.
Status | {{status}} |
---|---|
Height | {{height}} |
Num Peers | {{num_peers}} |
DB Size | {{channel_db_size}} |
Network | Testnet | Pair Wallet | Pair Wallet |
Lightning Terminal | open show password |
---|---|
TLS Certificate | download regenerate |
Macaroons | admin readonly invoice |
Channel Backup | download |
Watchtower | open |
Config | view / edit |
Alias | {{alias}} |
LND Version | {{version}} |
---|---|
Loop Version | {{loop_version}} |
Pool Version | {{pool_version}} |
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 %} |
On-chain | Date | Amount | Confirmations | {% for tx in transactions[:tx_display_limit] %}|||||
{{ tx.date_str }} | {{ tx.amount_str }} | {{ tx.num_confirmations }} | ||||||
more... |
Payments | Date | Amount | Fee | {% for tx in payments[:tx_display_limit] %}|||||
{{ tx.date_str }} | {{ tx.value_str }} | {{ tx.fee_str }} | ||||||
more... |
Invoices | Date | Amount | Memo | State | {% for tx in invoices[:tx_display_limit] %}||||
{{ tx.date_str }} | {{ tx.value_str }} |
{% if tx.memo != "" %}
|
{{ tx.state }} | |||||
more... |
Alias | Pub Key | Sats TX | Sats RX | {% for peer in peers %}
{{ peer.alias }} | {{ peer.pub_key }} | {{ peer.sat_sent }} | {{ peer.sat_recv }} |