{% include 'head.html' %} {% include 'navbar.html' %}

Be Advised

Wownero is a privacy centric cryptocurrency and is most safely managed on your own personal devices, on your own network, and with your own copy of the blockchain. This is a publicly accessible website, and while strict security measures are implemented on our servers, your account's security cannot be guaranteed.

If you decide to use this site for managing your funds, you do so at your own risk and are bound by the terms and conditions of this site. Practice good operational security and do not use this site for large amounts of funds.


Proceed
{{ form.csrf_token }} {% for f in form %} {% if f.name != 'csrf_token' %} {% if f.type == 'BooleanField' %}
{{ f.label }} {{ f }}
{% else %}
{{ f.label }} {{ f }}
{% endif %} {% endif %} {% endfor %}
    {% for field, errors in form.errors.items() %}
  • {{ form[field].label }}: {{ ', '.join(errors) }}
  • {% endfor %}
{% include 'footer.html' %} {% include 'scripts.html' %}