From 94713d265694baa21c92d7f3a83a6c81b921bf7b Mon Sep 17 00:00:00 2001 From: Javier Vargas Date: Mon, 6 Jul 2020 22:55:50 +0200 Subject: [PATCH] Update 12_0_Using_Tor.md --- 12_0_Using_Tor.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/12_0_Using_Tor.md b/12_0_Using_Tor.md index a194bc6..d9c00eb 100644 --- a/12_0_Using_Tor.md +++ b/12_0_Using_Tor.md @@ -8,7 +8,7 @@ Tor is a low-latency anonymity and overlay network based on onion routing and pa ## 2. ¿Why use Bitcoin over Tor? -The Bitcoin network is a peer-to-peer network that listen for transactions and propagates them using an IP public address. When you use default configuration you share your ip address that could expose to a third party your location, your uptime and others details that becomes a undesirable privacy practice. To protect you online you should use tools like Tor to hidden your connection details. Tor allows improve your privacy online as your data goes through different nodes using cryptography and decoding one layer at a time at the different nodes. +The Bitcoin network is a peer-to-peer network that listen for transactions and propagates them using an IP public address. When you use default configuration you share your ip address that could expose to a third party your location, your uptime and others details that becomes a undesirable privacy practice. To protect you online you should use tools like Tor to hide your connection details. Tor allows improve your privacy online as your data goes through different nodes using cryptography and decoding one layer at a time at the different nodes. ### Weaknesses