Network Privacy: Tor & I2P

Network Privacy: Tor & I2P

Advanced Privacy Best Practices · 0 views

Hiding the network layer with Tor and I2P so your IP doesn't undermine Monero's on-chain privacy.

Monero hides who sent a transaction, who received it, and how much moved — but all of that protection lives inside the blockchain. The moment your wallet broadcasts a transaction, it has to talk to a node over the internet, and that conversation happens at the network layer, where your IP address is exposed. If an observer can tie your IP to a transaction, the world-class on-chain privacy above it is undermined. Tor and I2P exist to close exactly this gap.

The Layer Monero Doesn't Cover

Think of a Monero transaction as having two parts. The cryptographic part — stealth addresses, ring signatures, and confidential amounts — is handled by the protocol and is genuinely strong. The delivery part is ordinary internet traffic: your wallet connects to a node and hands it a signed transaction to relay. That connection reveals your IP address to whichever node you used, and potentially to anyone watching the link between you.

This matters because an IP address is often a direct line to your identity through your ISP. An observer who sees "this IP submitted this transaction at this time" has metadata that Monero's on-chain privacy was never designed to hide. Monero's own Dandelion++ propagation helps obscure which node a transaction originated from, but it is a complement to, not a replacement for, hiding your IP.

How Tor Helps

Tor routes your traffic through a series of volunteer-run relays, each peeling away one layer of encryption, so the node you ultimately reach sees the address of a Tor exit, not your home IP. For Monero this means you can submit and receive transactions without the node — which might be run by anyone, including a snoop — learning where you are.

  • Connecting your wallet over Tor lets you use a remote node without leaking your IP to it. We walk through this in Connecting Over Tor.
  • Running your own node over Tor avoids trusting a third-party node at all while still hiding your network location; see Running or Choosing a Node.
  • Monero ships with Tor-friendly tooling, and the official project documents recommended setups in its user guides.

How I2P Differs

I2P (the Invisible Internet Project) is a peer-to-peer anonymizing network designed for traffic that stays inside the network rather than exiting to the regular internet. Monero supports I2P through its companion routing, which is well suited to node-to-node communication. In practice, Tor is the more common choice for everyday wallet use because it is widely deployed and well documented, while I2P appeals to users who want an alternative network with different design trade-offs. Both achieve the same core goal: separating your real IP from your Monero activity.

Common Mistakes

Using Tor or I2P is powerful but easy to get subtly wrong:

  • Leaking around the tunnel. If your wallet is configured for Tor but your node-syncing or update checks go in the clear, you may still expose yourself. Make sure the whole wallet's traffic is routed.
  • Trusting a hostile remote node anyway. Tor hides your IP from the node, but a malicious node can still feed you misleading data or log the transactions you submit. Running your own node removes this concern.
  • Confusing network privacy with on-chain privacy. Tor does nothing about the chain, and Monero does nothing about your IP. You need both, which is why this fits into a broader threat model.
  • Forgetting the rest of your footprint. Network privacy is one piece; the next is the metadata you leak through timing, reused identifiers, and habits.

When You Actually Need It

If your threat model only includes casual on-chain observers, default Monero may suffice. But if you worry about your ISP, a hostile network, or anyone correlating your IP to your spending, hiding the network layer is one of the highest-impact steps you can take — often more impactful than exotic on-chain maneuvers like churning.

On-chain privacy and network privacy are two halves of the same shield. Monero gives you the first half for free; Tor and I2P let you supply the second. Pair them with disciplined operational security, and your IP stops being the loose thread that unravels everything else.

Comments

Log in or create a free account to comment.

No comments yet — be the first.