{% extends "base_miner.html" %} {% block title %}Settings — {{ coin.display_name }} Pool{% endblock %} {% set page = 'settings' %} {% block content %}

Settings

{{ current_user.email }} · member since {{ current_user.created_ts | date_short }}
{% if ok %}
{{ ok }}
{% endif %} {# Payout settings #}
Payout
Where {% if POOL_MODE == 'demo' %}test {% endif %}rewards are sent. Format: {{ coin.hrp }}1…
{% if err.payout_address %}
{{ err.payout_address }}
{% endif %}
Rewards accumulate until your confirmed balance reaches this, then send automatically. Pool minimum: {{ coin.min_payout | coin_amount }} {{ coin.ticker }}.
{% if err.payout_threshold %}
{{ err.payout_threshold }}
{% endif %}
{# Mining username (read-only) #}
Mining
Use as -u {{ current_user.mining_name }}.workername when connecting a miner.
{# Password #}
Change password
{% if err.current_password %}
{{ err.current_password }}
{% endif %}
{% if err.new_password %}
{{ err.new_password }}
{% endif %}
{% endblock %}