A Bitcoin VPS is a virtual private server you can buy with on-chain BTC or a Lightning invoice — no card, no PayPal, no payment processor in the loop. Cryptoservers issues a fresh deposit address per invoice (BIP-32 HD), absorbs the network fee, and provisions your VM on the first confirmation (~10 minutes on Bitcoin mainnet). Five tiers from $16.99/mo, four offshore jurisdictions, no KYC.
From "click deploy" to root SSH on a freshly provisioned VPS, in six discrete steps. Step 4 is on-chain (10 min) for BTC or sub-second for Lightning; everything else is measured in seconds.
何时使用哪种支付渠道。我们接受七种币种;以下是 VPS 级别账单手续费、结算时间和隐私属性的平铺对比。
| 支付渠道 | 结算 | 网络手续费 | 链上隐私 | 适用场景 |
|---|---|---|---|---|
| BTC on-chain | ~10 min | 1–10 sat/vB (we absorb) | 匿名,公开 UTXO 图 | 任意金额,尤其 > $200 |
| BTC Lightning | < 5 s | 微小路由费(我们承担) | 链下跳转,来源不上链 | 小额账单,快速迭代 |
| XMR (Monero) | ~2 min | ~0.0002 XMR | RingCT + 隐身地址(私密) | 隐私优先买家——请见 /monero-vps/ |
| LTC (Litecoin) | ~2.5 min | < 1 cent | 匿名,公开账本 | 快速确认,低手续费 |
| ETH | ~30 s (1 conf) | $0.30–$3 | 公开账本,账户模型 | 已在 ETH 生态的买家 |
| DASH | ~3 s (InstantSend) | < 1 cent | 公开,可选 PrivateSend | 快速零售式支付 |
| BCH / DOGE | ~1–10 min | < 1 cent | 匿名,公开账本 | 持有任一币种的买家 |
In-depth privacy comparison: <a href="/zh/guides/bitcoin-vs-monero-payments/">Bitcoin vs Monero payments</a>.
Same five tiers as the main /vps/ page, laid out as a single comparison table for the BTC-paid checkout. Prices quoted in USD, converted to BTC at the spot rate when your invoice is generated.
| 级别 | vCPU | RAM | NVMe | 带宽 | 价格 |
|---|---|---|---|---|---|
| 入门版 AMD EPYC 7443P | 2 | 4 GB DDR4 ECC | 60 GB | 1 Gbps 不限流量 | $16.99/mo |
| 成长版 AMD EPYC 7443P | 4 | 8 GB DDR4 ECC | 120 GB | 2.5 Gbps unmetered | $26.99/mo |
| 商业版 Intel Xeon Gold 6430 | 6 | 16 GB DDR5 ECC | 240 GB | 5 Gbps unmetered | $39.99/mo |
| 专业版 Intel Xeon Gold 6430 | 8 | 24 GB DDR5 ECC | 400 GB | 5 Gbps unmetered | $54.99/mo |
| 扩展版 AMD EPYC 9454P | 12 | 32 GB DDR5 ECC | 640 GB | 10 Gbps 不限流量 | $69.00/mo |
Sizing for full nodes, pruned nodes and Lightning routing nodes — three different workloads with very different storage and CPU profiles.
完整节点(未裁剪,含 txindex)。 Mainnet plus indexes is approximately 600 GB as of mid-2026, growing roughly 80 GB per year. RAM: 8 GB minimum, 16 GB comfortable for index lookups. CPU: a single fast core (initial block download is mostly serial); ongoing operation is light. Recommended tier: <strong>Pro</strong> (400 GB) if you can prune <code>txindex</code>, otherwise <strong>Scale</strong> (640 GB) — or jump to a small dedicated server. Initial sync from cold takes 8–24 hours on Gen4 NVMe.
裁剪节点。 Bitcoin Core supports pruning the historical block files while keeping a fully validated chainstate. With <code>prune=8000</code> (8 GB block storage) plus a few GB of UTXO set and chainstate, the on-disk footprint sits around 8–12 GB. Recommended tier: <strong>Starter</strong> (60 GB NVMe) is fine. Useful for wallets, mempool monitoring, fee-estimation oracles and personal Lightning nodes.
Lightning 路由节点。 Storage is negligible (channel state + gossip is a few hundred MB). RAM around 2–4 GB. CPU light. Bandwidth is the variable: a busy routing node moves a steady 5–20 Mbps of gossip and HTLC traffic. Recommended tier: <strong>Starter</strong> or <strong>Growth</strong>. Pair with a Bitcoin Core full node on the same box (Scale tier) or run the Lightning node alongside a remote Core node (cheaper).
Port hygiene: open <code>8333</code> for inbound P2P (more peers help the network and improve your own gossip), <code>9735</code> for Lightning channel listening if you want inbound channels, and <em>do not</em> expose RPC port <code>8332</code> publicly — bind it to localhost or a Tailscale interface and proxy as needed.
Bitcoin is pseudonymous, not anonymous. Every transaction is public forever; what you do at the edges (wallet hygiene, address strategy, change handling) determines whether your activity remains a forest of unrelated UTXOs or collapses into one cluster a chain-analysis vendor can sell.
我方:每张账单使用全新地址。 Cryptoservers derives every deposit address from a BIP-32 HD path on a watch-only wallet. We never display the same address twice and we never reuse one across invoices. This means the only thing chain-analysis can correlate from public data is "an unknown wallet sent funds to an unknown address" — neither side's identity is on the chain.
您方:零成本隐私卫生技巧。
Bitcoin Optech publishes excellent ongoing guidance on UTXO management; the bitcoin.it wiki has a long-standing reference on <a href="https://en.bitcoin.it/wiki/Address_reuse" rel="nofollow noopener">why address reuse is harmful</a>. Both worth reading.
Eight questions Bitcoin buyers ask us most.
Five tiers, four jurisdictions, no KYC, settled on the first confirmation. On-chain or Lightning.