{% extends "base.html" %} {% block title %}Dashboard · Bear and Moose XMR{% endblock %} {% block content %}

{{ username }}

Your Monero mining dashboard

Wallet
{{ wallet }}
Total hashrate
{{ total_hashrate }} H/s
Total payouts
{{ total_payout_atomic }} atomic units

Pools

{% if pools %} {% else %}

You have not created a pool yet.

{% endif %} {% if pools|length < 3 %}

New Pool

{% endif %} {% endblock %}