{% include 'includes/head.html' %}
{% include 'includes/logo_header.html' %} {% include 'includes/message_display.html' %}Blocks | {{block_num}} |
---|---|
Headers | {{header_num}} |
Difficulty | {{difficulty}} |
Network | Testnet |
Version | {{version}} |
Mempool TX | {{mempool_tx}} |
---|---|
Mempool Size | {{mempool_size}} |
Disk Usage | {{disk_usage}} GB |
RPC Username | mynode |
RPC Password | show |
Config | view / edit |
---|---|
Terminal | open |
Whitepaper | download |
Peer Bloom Filters (BIP 37) | |
Peer Block Filters (BIP 157) | |
Block Filters (BIP 158) |
{{addr}}
{% endfor %}Wallet | Balance | Actions | {% for wallet in wallets %}|
{{ wallet.walletname }} |
{{ "%.8f"|format(wallet.balance) }}
{% if wallet.unconfirmed_balance > 0 %}
{{ "%.8f"|format(wallet.unconfirmed_balance) }} pending {% endif %} |
{% if wallet.can_delete %} {% endif %} |
*These wallets are not your main lightning wallet. These have been created manually or via other applications.
**Wallet files may contain private keys and sensitive data. Be very cautious when downloading copies.
Height | Age | Transactions | Size (kB) | {% for block in blocks %}
{{ block.height }} | {{ block.age }} | {{ block.nTx }} | {{ block.size }} |
ID | IP | Version | TX (MB) | RX (MB) | Ping (ms) | {% for peer in peers %}
{{ peer.id }} | {{ peer.addr }} | {{ peer.subver }} | {{ peer.tx }} | {{ peer.rx }} | {{ peer.pingtime }} |