Monero node (monerod)
monerod runs in the atlas cluster (ns: crypto). Use the external RPC endpoint below; no cluster access or
port-forwarding is required.
Live status
Loading...
{{ error }}
net{{ info.nettype }}
status{{ info.status }}
height{{ info.height }}
target{{ info.target_height }}
External RPC (TLS)
monero.bstein.dev:443
Use SSL/TLS. If credentials are provided, set daemon login in your wallet; otherwise leave blank. If you need access, request a wallet
RPC user/pass.
Wallet config (GUI)
- Settings → Node → Address: monero.bstein.dev
- Port: 443
- Use SSL/TLS: enabled
- Daemon username/password: only if you were given credentials
Wallet config (CLI)
monero-wallet-cli --daemon-address monero.bstein.dev:443 --daemon-ssl enabled --daemon-login <user:pass>
Omit --daemon-login if the endpoint does not require authentication.
If you cannot connect, reach out for RPC credentials or allowlisting. The node stays on {{ info.nettype || "mainnet" }} and exposes
standard RPC at /json_rpc.