How to Set Up a Private Bitcoin Wallet
Your wallet configuration determines your privacy baseline.
If you are using Bitcoin on the dark web, your choice of wallet and how you configure it matters as much as how you acquire your coins. A poorly configured wallet can leak your IP address, link your transactions together, and make blockchain analysis trivially easy.
This guide walks you through setting up a Bitcoin wallet optimized for privacy, with Tor integration, coin control, and CoinJoin support.
What Makes a Wallet Private?
Not all Bitcoin wallets are created equal. A privacy-focused wallet must support:
| Feature | Why It Matters |
|---|---|
| Tor/proxy support | Hides your IP from blockchain nodes |
| Coin control | Lets you choose which UTXOs to spend |
| CoinJoin integration | Mixes your coins within the wallet |
| No address reuse | Generates a new address for every transaction |
| No third-party servers | Connects to your own node or a privacy-preserving backend |
| Open source | Code is auditable, no hidden tracking |
Recommended Wallets
Wasabi Wallet โ Best for CoinJoin
Wasabi Wallet is a desktop Bitcoin wallet with built-in CoinJoin mixing (using the WabiSabi protocol).
Setup:
- Download Wasabi from the official website (verify the PGP signature).
- Install and launch.
- Wasabi connects through Tor by default โ no configuration needed.
- Generate a new wallet with a strong passphrase.
- Write down your 12-word recovery phrase and store it securely offline.
CoinJoin in Wasabi:
- Wasabi automatically mixes your coins using WabiSabi CoinJoin.
- Coins are marked as "private" once they have sufficient anonymity score.
- You can set a minimum anonymity score target (higher = more mixing rounds = more privacy).
- CoinJoin coordination fees are approximately 0.3%.
Privacy features:
- Built-in Tor โ all connections are routed through Tor by default
- Automatic CoinJoin โ coins are mixed without manual intervention
- Coin control โ choose which UTXOs to spend
- Block filters โ downloads compact block filters instead of querying a server for your addresses
Sparrow Wallet โ Best for Advanced Users
Sparrow is a feature-rich desktop Bitcoin wallet with excellent coin control and optional Tor support.
Setup:
- Download Sparrow from the official website.
- Install and launch.
- Go to Preferences > Server and configure:
- Use your own Bitcoin node (best privacy), or
- Connect to a public Electrum server through Tor
- Enable "Use Proxy" and set the Tor SOCKS5 proxy:
127.0.0.1:9050 - Create a new wallet and write down your seed phrase.
Privacy features:
- Detailed UTXO management and labeling
- Mix with external CoinJoin services (Whirlpool integration)
- Tor proxy support
- Connect to your own node for maximum privacy
- PayJoin support
Electrum โ Lightweight and Configurable
Electrum is one of the oldest and most trusted Bitcoin wallets.
Setup with Tor:
- Download Electrum from the official website.
- Launch with Tor proxy:
electrum --proxy socks5:127.0.0.1:9050
- Or configure in Tools > Network > Proxy: SOCKS5,
127.0.0.1, port9050. - Create a new wallet and secure your seed phrase.
Privacy considerations:
- Electrum connects to Electrum servers, which can see your addresses. Mitigate by running your own Electrum Personal Server or using Tor.
- No built-in CoinJoin, but supports coin control.
- Lightweight and fast.
Essential Configuration
Regardless of which wallet you choose, configure these settings:
1. Enable Tor
Every network connection your wallet makes should go through Tor. This includes:
- Connecting to Bitcoin nodes or Electrum servers
- Broadcasting transactions
- Fetching exchange rates (or disable this feature entirely)
If you are on Tails OS, Tor is automatic. Otherwise, ensure Tor is running and configure your wallet's proxy settings.
2. Enable Coin Control
Coin control lets you choose which specific UTXOs (unspent transaction outputs) to use when making a payment. Without coin control, the wallet might combine coins from different sources in a single transaction, linking them together.
Example of the problem:
- UTXO A: 0.05 BTC from a KYC exchange
- UTXO B: 0.03 BTC from CoinJoin (mixed)
If your wallet automatically combines A and B in a single transaction, the CoinJoin privacy is destroyed โ the mixed coins are now linked to your exchange identity.
Solution: Use coin control to only spend UTXO B. Keep tainted and private coins in separate buckets.
3. Label Everything
Label every address and UTXO with its origin:
- "Exchange withdrawal 2026-01-15"
- "CoinJoin output round 3"
- "P2P trade cash"
Labels help you make informed coin control decisions and avoid accidentally combining coins with different privacy levels.
4. Disable Address Reuse
Modern wallets generate a new address for every transaction by default. Verify that this is enabled. Reusing addresses is one of the easiest ways for blockchain analysts to cluster your transactions.
5. Disable Telemetry and Analytics
Some wallets phone home with usage data. Check settings for any analytics, crash reporting, or telemetry options and disable them.
UTXO Management Strategy
For dark web use, maintain separate UTXO pools:
| Pool | Source | Usage |
|---|---|---|
| Clean | KYC exchange | Clearnet purchases only |
| Mixed | Post-CoinJoin | Dark web transactions |
| P2P | Cash trades, mining | Flexible use |
Never combine UTXOs from different pools in a single transaction. This is the most common way people accidentally destroy their Bitcoin privacy.
Wallet Security
Beyond privacy, secure your wallet:
- Encrypt your wallet file with a strong passphrase.
- Back up your seed phrase on paper or metal (not digitally).
- Store backups in a physically secure location โ a safe, a safe deposit box, or split across multiple locations.
- Consider a hardware wallet (Trezor, Coldcard) for cold storage of larger amounts. Use the software wallet only for spending.
- Verify wallet downloads โ Check PGP signatures before installing any wallet software.
Related Articles
- How Bitcoin Is Used on the Dark Web โ Complete Bitcoin guide.
- Best Crypto Wallets for Privacy โ All wallet recommendations.
- Cryptocurrency Tumbling and Mixing โ CoinJoin deep dive.
- Bitcoin Tracing and Blockchain Analysis โ What you're defending against.
- Cryptocurrency OPSEC Guide โ Complete financial privacy.
- How to Set Up a Monero Wallet โ The private alternative.
- How to Stay Anonymous Online โ Beyond crypto privacy.
