From 32e5a35cccfe374aa3f0cdadfb723f30ad7b9cdd Mon Sep 17 00:00:00 2001 From: idk <hankhill19580@gmail.com> Date: Sat, 18 Sep 2021 02:15:08 -0400 Subject: [PATCH] Start BTC news blog post. --- i2p2www/blog/2021/09/18/i2p-bitcoin.draft.rst | 28 +++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 i2p2www/blog/2021/09/18/i2p-bitcoin.draft.rst diff --git a/i2p2www/blog/2021/09/18/i2p-bitcoin.draft.rst b/i2p2www/blog/2021/09/18/i2p-bitcoin.draft.rst new file mode 100644 index 000000000..9ccc32f9e --- /dev/null +++ b/i2p2www/blog/2021/09/18/i2p-bitcoin.draft.rst @@ -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 %} \ No newline at end of file -- GitLab