{% extends "base_operator.html" %} {% block title %}Settings — operator{% endblock %} {% set page = 'op-settings' %} {% block page_title %}Settings{% endblock %} {% block content %}
Payouts

The payout daemon runs automatically on its interval. You can also request a cycle now — it sends every confirmed balance at or above each miner's threshold.

Per-coin fee destination

Operator fees are retained in the pool wallet. Per-coin economics are configured on the Coins page.

{% for c in configs %} {% endfor %}
CoinFeeMin payoutMaturityWallet
{{ c.ticker }} {{ c.fee_percent }}% {{ '%.8f'|format(c.min_payout_sats / 100000000) }} {{ c.maturity_confs }} {{ c.wallet_name }}
{% endblock %}