Start BTC news blog post.

This commit is contained in:
idk
2021-09-18 02:15:08 -04:00
parent 345cd69cd1
commit 32e5a35ccc

View File

@ -0,0 +1,28 @@
=============================================================
{% trans -%}Bitcoin Code adds support for I2P!{%- endtrans %}
=============================================================
.. meta::
:author: idk
:date: 2021-09-18
:category: general
:excerpt: {% trans %}A new use case and a signal of growing acceptance{% endtrans %}
{% trans -%}
An event months in the making, Bitcoin Core has added official support for I2P!
Bitcoin-over-I2P nodes can interact fully with the rest of the Bitcoin nodes,
using the help of nodes that operate within both I2P and the clearnet, making
them first-class participants in the Bitcoin network. This is exciting news, in
part because it highlights some of the things I2P is singularly good at, like
empowering application developers to build I2P connections programmatically and
conveniently.
{%- endtrans %}
{% trans -%}
How it Works
{%- endtrans %}
------------
{% trans -%}
I2P support is automatic, via the SAM API.
{%- endtrans %}