notDMCA
Menu
Guide

How to host a Bitcoin or Lightning node anonymously (2026)

Self-hosting a Bitcoin full node, Electrum server or Lightning routing node on an offshore VPS: storage requirements, jurisdiction choice, signup anonymity, and the operational steps to keep node operation unlinked to your real identity.

Updated

TL;DR

For an anonymous Bitcoin or Lightning node in 2026:

Why offshore + anonymous matters

A Bitcoin node by itself is not illegal anywhere reasonable, but several adjacent activities have higher friction:

For node operators who’d rather not have their real-name email associated with their node’s IP for the next decade, offshore + anonymous + crypto-paid hosting is the default.

Storage and bandwidth requirements (May 2026)

ComponentDiskBandwidth (out)
bitcoind pruned (550 MB)~5 GB50–100 GB / month
bitcoind pruned (default)~50 GB100–300 GB / month
bitcoind full archival~700 GB+200–500+ GB / month
Electrum server (electrs)+200 GBminimal
Lightning node (LND/CLN)+5 GB10–50 GB / month
Lightning routing node (busy)+20 GB100+ GB / month

Storage is the binding constraint. A 1 TB NVMe VPS is the minimum for an unpruned node + electrs.

Step-by-step

1. Pick the VPS

For storage-heavy workloads, look at:

Avoid US-only datacenters if your node will publicly route Lightning payments at scale.

2. Acquire it anonymously

Follow the anonymous Monero VPS guide. Pay in XMR, sign up over Tor, throwaway email.

3. Install Bitcoin Core over Tor

# Install bitcoind from official binaries verified against gpg signatures
# Then in bitcoin.conf:
proxy=127.0.0.1:9050
listen=1
bind=127.0.0.1
discover=0
onlynet=onion
externalip=YOUR_ONION.onion

Pair with tor running locally and a HiddenServicePort 8333 127.0.0.1:8333 for inbound peers.

4. Optional: Electrum server

If you want a personal Electrum backend (no third-party query leakage):

# electrs configuration
network = "bitcoin"
db_dir = "/var/lib/electrs"
daemon_dir = "/var/lib/bitcoind"
electrum_rpc_addr = "127.0.0.1:50001"

Expose via Tor onion — never on clearnet.

5. Optional: Lightning node

LND, Core Lightning (CLN) and Eclair all support Tor. For a private node:

# in lnd.conf
[Tor]
tor.active=true
tor.v3=true
tor.streamisolation=true
tor.skip-proxy-for-clearnet-targets=false
listen=localhost
externalip=YOUR_LND_ONION.onion

For a routing node, this is fine but routing performance is lower over Tor than clearnet. Trade-off your priorities.

6. Backup wallet keys

Critical: back up the wallet seed offline. The VPS can be lost (provider issue, court order, hardware failure) and you must be able to reconstruct from seed. Print it on paper or store on hardware (Cryptosteel, hardware wallet).

Operational pitfalls

Recommended providers

Privex

Belize (incorporated); operates in Sweden, Finland, the United States and the Czech Republic · VPS · Dedicated server
8.0/10
from $8.00/mo

Crypto-native VPS and dedicated server provider (since 2017) with no-KYC signup and crypto-only payment. Multi-jurisdiction (SE / FI / US / CZ) infrastructure, accepts Monero, Bitcoin, Lightning and several other chains.

Resists / pushes back 🔒 No KYC Anon signup
Payments
Monero Bitcoin Lightning Litecoin Ethereum Other crypto
⚠ US location is DMCA-bound. Pick Sweden / Finland / Czech Republic if takedown resistance is a priority.
Verified Read full review →

FlokiNET

Iceland (HQ); also operates in Romania, Finland, the Netherlands · VPS · Shared hosting · Dedicated server · Domain registrar
8.5/10
from $6.00/mo

Iceland-headquartered host explicitly built for free-speech and anti-censorship use cases, with infrastructure in IS, RO, FI and NL. Accepts Monero and cash by mail; ignores US DMCA.

Ignores DMCA 🔒 No KYC Anon signup WHOIS privacy
Payments
Monero Bitcoin Lightning Litecoin Cash by mail Bank wire Credit card
Verified Read full review →

Njalla

Nevis (corporate); Sweden (operations) · Domain registrar · VPS
8.1/10
from $15/mo

Privacy-first registrar (and small VPS provider) co-founded by Peter Sunde. Njalla legally owns the domain on your behalf, accepts Monero / cash, and requires no real identity at signup.

Resists / pushes back 🔒 No KYC Anon signup WHOIS privacy Owns-on-behalf
Payments
Monero Bitcoin Lightning Litecoin Ethereum Cash by mail Bank wire PayPal Credit card
Verified Read full review →

BuyVM (Frantech)

Canada (parent: Frantech Solutions); operates in US, Luxembourg, Miami, Las Vegas · VPS · Dedicated server · Object storage
7.4/10
from $2.00/mo

Long-running KVM VPS provider with a strong reputation in the privacy / opsec community for being content-permissive and crypto-friendly. Excellent value at the entry tier, but US locations remain DMCA-bound.

Partial compliance 🔒 No KYC Anon signup
Payments
Bitcoin Lightning Litecoin Ethereum Other crypto PayPal Credit card
⚠ US infrastructure is subject to DMCA — pick the Luxembourg location for higher takedown resistance.
Verified Read full review →

Related guides