A simple, open-source, client-side tool to generate a monerod.conf configuration file for running your own Monero node. Nothing leaves your browser.
This site lets you generate a monerod.conf configuration file for running your own Monero node, entirely within your browser. No data is sent anywhere.
A Monero node runs monerod, the Monero daemon, which downloads and validates the blockchain and relays transactions across the peer-to-peer network. Running your own node means you don't have to trust a third party's node when using your wallet.
A local-only node binds its RPC to 127.0.0.1 so only you (or wallets on the same machine/LAN) can use it. A public restricted RPC node exposes a limited, read-only RPC interface so others on the network can connect their wallets to it, helping decentralize the network.
Pruning discards most of the older, already-validated transaction data, reducing disk usage by roughly two-thirds while still fully validating the chain. It's a good option if you're short on disk space.
Anywhere you like. Common locations are /etc/monerod.conf or alongside your data directory. Then start the daemon with monerod --config-file /path/to/monerod.conf. For full details, see the monerod reference.
Yes! You can find the full source code on GitHub.
Disclaimer: This tool is provided "as is" with no warranties. Use at your own risk. Always double-check the generated configuration and consult the official Monero documentation before running a node.