21 lines
842 B
HTML
21 lines
842 B
HTML
{% extends "_layout.html" %}
|
|
{% block title %}Bounty creating a I2P native Bitcoin client {% endblock %}
|
|
{% block content %}<p>For a future of I2P and attract more people
|
|
into I2P this bounty is to create a I2P native Bitcoin client.
|
|
It should integrate with other client via the I2P network and via gateways to
|
|
the existant bitcoin network.
|
|
</p>
|
|
Judge is psychonaut who donated the first 30 € to this bounty.
|
|
<br>
|
|
<p>
|
|
Note:
|
|
To claim the bounty the author must not be paid by other organizations or teams
|
|
for this work (e.g. GSoC students are not valid).</p>
|
|
|
|
|
|
<p><i>Note 2: bounty amounts may be increased by further donations. Do
|
|
you think these are important? <a href="donate">Add in your donation</a>,
|
|
marking the amount for the BTC I2P native client bounty!</i></p>
|
|
{% endblock %}
|
|
|