The 4 main node OS choices
Web-based UI, app store with 100+ Bitcoin/Lightning apps, runs on Pi 5, Mini PC, or any Linux. Strong community. Default: Bitcoin Core + LND + Electrs + Mempool + BTCPay + LNbits.
Privacy-by-default, Tor by default, app store growing. Hardware: Start9 Server One/Pro/Lite (purchase) or self-built. Tighter security model than Umbrel.
CLI-driven Lightning-focused node. Excellent for users who want deep Lightning configuration (autopilot, channel rebalancing, custom routing strategies). Steeper learning curve.
Install Bitcoin Knots (or Core) on any Linux box (Debian, Ubuntu Server). Maximum control, minimum third-party dependencies. No app store — you set up Electrs / Mempool / Lightning manually.
Hardware shopping list (Asia 2026 prices)
| Component | Recommended | Asia retail (USD) | Notes |
|---|---|---|---|
| Compute | Raspberry Pi 5 (8GB) or Mini PC (Intel N100, 16GB RAM) | $80-180 | Mini PC has better ZFS / migration story |
| Storage | 2TB NVMe SSD (Samsung, WD, Crucial) | $120-200 | 1TB suffices today; 2TB future-proofs through 2028 halving |
| PSU | Official Pi 5 27W or Mini PC included | $15 | Don't cheap out — under-power causes corruption |
| Case + cooling | Argon ONE V3 (Pi) or Mini PC has built-in | $25-45 | Active cooling extends SSD life in Asian humidity |
| microSD (boot for Pi) | SanDisk Extreme 64GB | $10 | Skip if booting from NVMe directly |
| UPS (optional) | Small 600VA UPS | $60-100 | Helpful in PH/ID/VN where brownouts common |
| Ethernet cable | Cat 6, 2m | $5 | WiFi works but ethernet is faster + more reliable |
| Total Pi build | — | $260-360 | Lasts 5-7 years |
| Total Mini PC build | — | $330-500 | Better long-term value |
Asia retailers we've verified: Lazada SG/MY/PH/TH, Shopee (incl. official Raspberry Pi store), Element14 SG, BeagleBoard official, AliExpress (verify seller), Sim Lim Square (SG), Akihabara (JP), Sham Shui Po (HK), Khan Market electronics (IN), Glodok (ID).
Step-by-step: 30-minute Umbrel setup
Before you start
- Buy hardware (above list). Aim for Mini PC if you can — faster and quieter than Pi 5
- Download umbrelOS image from umbrel.com (verify SHA256 signature)
- Download Balena Etcher or Raspberry Pi Imager
- You will need: a router with ethernet, a free hour for initial setup, 1-5 days for blockchain initial sync (depends on bandwidth)
- Flash umbrelOS to microSD (Pi) or USB stick (Mini PC). Verify SHA256 of the downloaded image before flashing.
- Insert SSD / NVMe, connect ethernet, power up. Wait 2-3 minutes for first boot.
- Find Umbrel on your network — open
http://umbrel.localin a browser. (If that fails, find the IP in your router admin panel.) - Create your Umbrel account with a strong passphrase. This protects local access — it is NOT a Bitcoin wallet seed.
- Bitcoin Core initial sync (IBD) begins automatically. Expect 1-5 days. ~600GB downloaded then pruned/indexed. Don't power off mid-sync.
- Install Electrs via app store. This enables Sparrow/Specter/Bluewallet to connect to your node for full sovereignty.
- Optional: Lightning node via LND. After IBD completes, fund LN with 0.01-0.1 BTC and open 5-10 channels via JoinMarket / Lightning Pool / Magma.
- Connect hardware wallet — Sparrow → Server → Add server → use your Umbrel's Tor address (privacy + bypasses CGNAT) or local IP.
- Optional apps: BTCPay Server (merchant payments), Mempool Explorer (private block explorer), LNbits (Lightning APIs).
Asian ISP gotchas
Most Asian residential ISPs use CGNAT (no public IPv4). Outbound peer connections still work; inbound do not without configuration. Solution: use Tor (default in Umbrel/Start9). Tor hidden services bypass CGNAT cleanly.
Tor traffic is throttled / blocked. Use obfs4 bridges or Snowflake. Outbound clearnet to Bitcoin peers is allowed in 2026 (we tested mainland China, May 2026); inbound is blocked by ISP firewalls.
Initial sync downloads ~600GB. Some Asian ISPs (e.g. older Indonesian / Vietnamese plans) cap monthly data. Plan IBD over multiple billing cycles or do initial sync at a friend's office.
Brownouts in PH/ID/VN can corrupt SSD during writes. UPS is cheap insurance ($60-100). Mini PC's better build typically tolerates micro-outages better than Pi.
SG/MY/PH/ID/TH humidity accelerates electronics aging. Place node in air-conditioned room with active cooling. Replace thermal paste every 2 years.
Most Asian ISPs log NAT mappings for 90+ days. Tor or a self-hosted VPN obscures Bitcoin traffic patterns from ISP-level analysis.
FAQ
Do I really need a node?
Functionally no — you can use Bitcoin via SPV / mobile wallets just fine. Philosophically yes — running a node lets you verify that no one is printing extra BTC, that your transactions actually broadcast correctly, and that you don't depend on third-party block explorers or wallet servers. Many Asian users start with mobile-only Bitcoin and add a node within 1-2 years.
Will my node make me money?
A Bitcoin-only node: no. A Lightning routing node: small revenue ($5-50/mo typical for well-managed setups, more for large channel operators). Treat node operation as a sovereignty cost, not a profit centre.
Is it safe to broadcast my Tor onion address?
Your onion address gives others your node's location on the Tor network, but reveals nothing about your physical location, identity, or balance. Sharing it publicly is safe and helps the network (more reachable peers). Don't share clearnet IPs or local LAN addresses publicly.
What's the difference between Bitcoin Core and Bitcoin Knots?
Both implement the Bitcoin protocol. Knots is a Knots-flavoured fork by Luke Dashjr with stricter policy filters (e.g. spam-filtering Ordinal inscriptions). Running Knots is a soft policy choice — your node will validate the same chain, but apply stricter mempool filters. Either is sovereign; pick based on your philosophy.
Should I run a pruned node?
For most users, full archival is fine on a 2TB SSD through 2030. Pruning (~5GB) saves disk but disables some features (Electrs full history, block explorers). Run pruned only if storage is a constraint.
Can I run a node in mainland China?
Individually, yes — many users do. The legal action targets commercial trading and mining. Personal node operation is grey-area but tolerated. Use Tor with bridges to avoid network-level blocks.