{% extends "base_operator.html" %} {% block title %}{{ coin.display_name }} — operator{% endblock %} {% set page = 'op-coins' %} {% block head_extra %}{% include "_coin_manager_styles.html" %}{% endblock %} {% block breadcrumb %}
Coin Manager/
{% endblock %} {% block page_title %}{{ coin.ticker }}{{ coin.display_name }} {{ 'Native' if coin.engine=='native' else 'Miningcore' }} {{ coin.network }}{% endblock %} {% block topbar %}View pool ↗{% endblock %} {% block content %}
Service stack
{% for svc in coin.stack %}
{{ svc.icon | safe }}
{{ svc.name }}
{{ svc.facts }}
{% if svc.status=='running' or svc.status=='live' %}{{ svc.status }} {% elif svc.status=='warn' %}{{ svc.detail }} {% else %}down{% endif %} {% if svc.restartable %}
{% endif %}
{% endfor %}
Economics{% if POOL_MODE=='demo' %} · no monetary value{% endif %}
Danger zone
Removing this coin tears down all its infrastructure and frees its ports and disk.
Remove this coin
{% endblock %}