GitBook: [#105] TOR Tornado
This commit is contained in:
parent
082b4a6437
commit
5d3263cec0
13 changed files with 70 additions and 4 deletions
65
general/how-to-use-tor-with-tornado-cash.md
Normal file
65
general/how-to-use-tor-with-tornado-cash.md
Normal file
|
@ -0,0 +1,65 @@
|
|||
# How to use TOR with Tornado Cash
|
||||
|
||||
On-chain confidentiality is ensured by the [Tornado Cash](https://tornado.cash) tool.
|
||||
|
||||
However, before and after your transactions are executed, your privacy may not be ensured. That's why we advise you to use TOR when you use Tornado Cash.
|
||||
|
||||
Here is a quick and easy tutorial to ensure your anonymity.
|
||||
|
||||
### Step **#1 - Install** TOR
|
||||
|
||||
First, go there: [https://www.torproject.org/download/](https://www.torproject.org/download/)
|
||||
|
||||
Choose the appropriate operator system and click on Download.
|
||||
|
||||
Then, run it.
|
||||
|
||||
### Step **#2 - Configure** TOR
|
||||
|
||||
First, search for `about:config` on your URL navigation bar.
|
||||
|
||||

|
||||
|
||||
Then, accept the caution message by clicking on `Accept the Risk and Continue`.
|
||||
|
||||

|
||||
|
||||
Search for `wasm` and turn `javascript.options.wasm` on true.
|
||||
|
||||

|
||||
|
||||
Search for `indexedDB` and turn `dom.indexedDB.logging.details` and `dom.indexedDB.logging.enabled` on true
|
||||
|
||||

|
||||
|
||||
### Step **#3 -** Install Metamask
|
||||
|
||||
Go there: [https://metamask.io/download/](https://metamask.io/download/)
|
||||
|
||||
First, click on `Install Metamask for Firefox`.
|
||||
|
||||

|
||||
|
||||
Click on `Add`.
|
||||
|
||||

|
||||
|
||||
Allow addons.mozilla.org to install an add-on by clicking on `Continue to Installation`.
|
||||
|
||||

|
||||
|
||||
Confirm that you allow this extention to run in Private Windows, then click on `Okay`.
|
||||
|
||||

|
||||
|
||||
Then, you can add Metamask to your toolbar, by doing a right click on it and dragging Metamask icon to your toolbar.
|
||||
|
||||
.gif)
|
||||
|
||||
### Step **#4 - Enjoy your privacy** :sunglasses:****
|
||||
|
||||
You can now use [Tornado Cash Classic](https://tornadocash.eth.link) or [Tornado Cash Nova](https://nova.tornadocash.eth.link) with TOR.
|
||||
|
||||
|
||||
|
||||
_Written by_ [_**@bt11ba**_](https://torn.community/u/bt11ba/)
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
The Tornado Cash tool allows you to remain anonymous on-chain. However, if the tool is used without protecting oneself upstream and downstream, there is no point and the anonymity would only be partial. There are practices to avoid this.
|
||||
|
||||
### Use a VPN
|
||||
### Use TOR and/or a VPN
|
||||
|
||||
Your internet service provider (ISP) identifies you with an IP address. To prevent third parties from knowing that you are using Tornado.cash, you should consider using TOR and/or a VPN for your transfers. Avoid using free VPNs, they tend to keep or even sell your data. There are several VPNs on the market boasting a "no-log policy".
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue