Public Monero Node
We operate a Monero remote node accessible at node.minexmr.com:443 which allows you to use the official wallet without needing to sync the entire blockchain locally.
Node Status
- Node Height
- Last Block
-
- Node Height
- Last Block
-
How to connect with the GUI wallet

How to connect with the CLI wallet
monero-wallet-cli --daemon-address=node.minexmr.com:443
Security Note
SSL is mandatory for this node. It has a valid SSL certificate which you can force the CLI wallet to verify:monero-wallet-cli --daemon-address=node.minexmr.com:443 --daemon-ssl=enabled --daemon-ssl-ca-certificates=/etc/ssl/certs/ISRG_Root_X1.pem --daemon-ssl-allow-chained
If you are not on linux or do not have the ISRG_Root_X1.pem certificate, you can obtain it from letsencrypt.org
You will achieve better privacy and security by running your own node.