Don’t want to run your own full node right now? Here’s a quick, practical way to use a public Monero remote node safely—plus exactly where to find solid options.
Where to Find Good Remote Nodes
- Monerica — Utilities → Nodes: a curated page of public remote nodes with technical notes and availability. monerica.com/utilities/nodes
Tip: From that list, prefer nodes that explicitly offer Restricted RPC (often port 18089) or TLS/HTTPS on port 443, and consider .onion endpoints when available.
How to Connect (Quick Steps)
Monero GUI (Desktop)
- Settings → Node → choose Remote node.
- Paste the node’s address:port from the list (e.g., host:18089 for restricted RPC).
- Enable SSL/TLS if the node supports it, then Save.
CLI Wallet
- Start the wallet with flags like:
--daemon-address host:18089
(and--daemon-ssl
if applicable). - Do not set the node as trusted unless it’s yours.
Safe-Use Checklist (Avoid Malicious Nodes)
- Use Restricted RPC or TLS: Favor nodes advertising restricted RPC (limits what a remote wallet can request) or TLS/HTTPS on 443.
- Prefer Onion endpoints: If available, connect via .onion for stronger network privacy.
- Never share secrets: A normal remote node will never ask for your seed or private keys. Avoid any site or app that does.
- Don’t mark “trusted” on public nodes: Keep it untrusted so your wallet doesn’t rely on node-side assumptions.
- Rotate occasionally: Keep 2–3 reputable nodes bookmarked; switch if you see outages or suspicious behavior.
- Network hygiene: If not using onion, consider connecting over a reputable VPN (we covered privacy-friendly options in our VPN article) and enable SSL/TLS.
- Sanity-check sync: Compare your wallet’s height with a well-known explorer or a second node if something feels off.
Red Flags to Watch For
- Requests for seed/view key: That’s not how standard remote nodes work—walk away.
- Odd instructions: “Run this unknown script” or “disable TLS” without reason—skip it.
- Constant desync or fee weirdness: If a node’s chain height or fee estimates seem wrong, switch nodes.
FAQ
- Can a public node see my transactions? Monero hides amounts/addresses by design. A public node can still see your IP and timing (unless you use Tor/VPN) and the requests your wallet makes—hence the privacy tips above.
- Full vs. pruned? For wallets, either is fine. Many public nodes are pruned to save space.
- What ports are common? 18081 (standard RPC), 18089 (restricted RPC). Prefer restricted or TLS on 443.
Bottom line: Grab a reputable endpoint from the Monerica nodes list, connect with restricted RPC or TLS, never share your seed, and rotate nodes if anything looks off.