From 4837bac9a15d301a3d0ea7b106e8fab1c4fea0ed Mon Sep 17 00:00:00 2001 From: idk <hankhill19580@gmail.com> Date: Tue, 21 Sep 2021 18:54:47 -0400 Subject: [PATCH] fix capital in bitcoin post --- i2p2www/blog/2021/09/18/i2p-bitcoin.draft.rst | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/i2p2www/blog/2021/09/18/i2p-bitcoin.draft.rst b/i2p2www/blog/2021/09/18/i2p-bitcoin.draft.rst index 9f77177db..88bb37510 100644 --- a/i2p2www/blog/2021/09/18/i2p-bitcoin.draft.rst +++ b/i2p2www/blog/2021/09/18/i2p-bitcoin.draft.rst @@ -63,7 +63,10 @@ Getting Bitcoin itself launched in an anonymous mode still requires editing some configuration files in the Bitcoin Data Directory, which is %APPDATA%\Bitcoin on Windows, ~/.bitcoin on Linux, and ~/Library/Application Support/Bitcoin/ on Mac OSX. It also requires at least version 22.0.0 for I2P support to be present. -After following the following instructions, you should have a private Bitcoin +{%- endtrans %} + +{% trans -%} +After following these instructions, you should have a private Bitcoin node which uses I2P for I2P connections, and Tor for .onion and clearnet connections, so that all your connections are anonymous. For convenience, Windows users should open their Bitcoin Data Directory by opening the start menu -- GitLab