{% include 'header.html' %}

Settings

Manage your Basicswap and Coins settings

{% for m in messages %}

{{ m }}

{% endfor %} {% for m in err_messages %}

Error: {{ m }}

{% endfor %}
{% for c in chains %}

{{ c.name|capitalize }}

{% if c.connection_type %} {% endif %} {% if c.manage_daemon is defined %} {% if c.name == 'monero' %} {% else %} {% endif %} {% endif %} {% if c.manage_wallet_daemon is defined %} {% endif %} {% if c.name == 'monero' %} {% else %} {% endif %} {% if c.name == 'particl' %} {% endif %}
Name Setting
Connection Type {{ c.connection_type }}
Manage Daemon
Daemon RPC Host
Daemon RPC Port
Automatically Select Daemon
Manage Daemon {{ c.manage_daemon }}
Manage Wallet Daemon {{ c.manage_wallet_daemon }}
Chain Lookups
Transaction Fee Priority
Blocks Confirmed Target
Anon Tx Ring Size
{% if c.can_disable == true %}
{% endif %} {% if c.can_reenable == true %}
{% endif %}
{% endfor %}
{% include 'footer.html' %}