Files
I2P_Website/i2p2www/pages/site/get-involved/bounties/btc-client.html
2014-03-13 08:05:16 +00:00

21 lines
800 B
HTML

{% extends "global/bounty.html" %}
{% block title %}{{ _('Bounty creating a I2P native Bitcoin client') }}{% endblock %}
{% block donatename %}{{ _('BTC I2P native client') }}{% endblock %}
{% block bountydetails %}
<p>{% trans -%}
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.
{%- endtrans %}</p>
{% endblock %}
{% block bountyjudge %}
<p>{% trans -%}
Judge is psychonaut who donated the first 30 &euro; to this bounty.
Bounty was almost fullfilled with <a href="http://echelon.i2p/btci2p/">btci2p</a>, only a small
part of creating a plugin is leftover. User giv has been paid for the work.
{%- endtrans %}</p>
{% endblock %}