{% set node_url = op.codename + '.node.' + config.DO_DOMAIN %} {% include 'includes/head.html' %}
{% include 'includes/header.html' %}Created: {{ op.create_date }} ({{ op.create_date | humanize }})
Codename: {{ op.codename }}
Balance: {{ balance[1] | from_atomic_xmr }} XMR ({{ (balance[0] - balance[1]) | from_atomic_xmr }} locked)
{% if droplet %}Node: {{ op.get_node_url() }} - Monitoring - Daemon
Use http://{{ op.get_node_url() }}:18081 as your remote node to use this with your XMR wallet.
{% endif %}Estimated hourly XMR payout: {{ prices['in_xmr'] | round(6) }} XMR
Current XMR price: ${{ prices['xmr_price'] }}
Estimated flight times remaining:
You haven't sent enough XMR.
Codename: {{ op.codename }}
Balance: {{ balance[1] | from_atomic_xmr }} XMR ({{ (balance[0] - balance[1]) | from_atomic_xmr }} locked)
Minimum: {{ prices['minimum_xmr'] }}
{% if droplet %}Node: {{ op.get_node_url() }} - Monitoring - Daemon
Use http://{{ op.get_node_url() }}:18081 as your remote node to use this with your XMR wallet.
{% endif %} {% endif %} {% else %}Here is what you need to know:
Last payout: {{ last_payout.create_date | humanize }} - View Payouts
{% endif %}{{ op.address }}
Balance: {{ balance[1] | from_atomic_xmr }} XMR ({{ (balance[0] - balance[1]) | from_atomic_xmr }} locked)
Date | Tx ID | Amount | Confirmations | Height | Fee |
---|---|---|---|---|---|
{{ tx.timestamp | ts }} | {{ tx.txid | truncate(12) }} | {% if tx.type == 'in' %} {% set color = 'green' %} {% set op = '+' %} {% elif tx.type == 'out' %} {% set color = 'red' %} {% set op = '-' %} {% else %} {% set color = '' %} {% set op = '' %} {% endif %}{{ op }}{{ tx.amount | from_atomic_xmr }} XMR | {{ tx.confirmations }} | {{ tx.height }} | {{ tx.fee | from_atomic_xmr }} XMR |