36 lines
1.4 KiB
HTML
36 lines
1.4 KiB
HTML
{% extends "global/layout.html" %}
|
|
{% block title %}{{ _('Donate') }}{% endblock %}
|
|
{% block content %}
|
|
<p>{% trans -%}
|
|
Thank you for your interest in contributing to I2P!
|
|
|
|
Currently we do reorganize and build a complete new official I2P donation setup.
|
|
While this process is going on, we do accept now donations in cryptocurrenciess, not yet in FIAT.
|
|
this will be anabled soon.
|
|
{%- endtrans %}</p>
|
|
|
|
<p>{% trans %}Luckly the cryptocurrency donations are back!{% endtrans %}</p>
|
|
|
|
Please do not use any of the old addresses (if still known or found anywhere) anymore, those are no more valid.
|
|
|
|
These following ones are working from june, 10th, 2019 on.
|
|
|
|
<b>BTC Address: 3AtDiRUiyDHTSALRxsEZ7yqmB7piwaowaY</b><br>
|
|
<b>LTC Address: MN55tu4y7UtdPXUk9WvCSfy4nGUW79DZpN</b><br>
|
|
<b>ETH Address: 0xfC35D2225bA2739eCC5a1e50676a8DbC03569C27</b><br>
|
|
|
|
<p><b>{% trans %}Note:{% endtrans %}</b> {% trans %}Addresses might update once in a while and we might also add more coins.{% endtrans %}</p>
|
|
|
|
<h2>{% trans %}Tax Status{% endtrans %}</h2>
|
|
<p>{% trans -%}
|
|
I2P is not incorporated and donations are not tax detuctable.
|
|
{%- endtrans %}</p>
|
|
|
|
<h2>{% trans %}Stickers{% endtrans %}</h2>
|
|
<p>{% trans -%}
|
|
While supplies last, we provide I2P stickers on different conferences and events we do visit.
|
|
These events are noted in our official Twitter feed, please do have a look.
|
|
Attend those events, do talk to us, ask for stickers!
|
|
{%- endtrans %}</p>
|
|
{% endblock %}
|