Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions docs/en/interacting/monerod-reference.md
Original file line number Diff line number Diff line change
Expand Up @@ -201,6 +201,8 @@ The following options define how the API behaves.
| `--rpc-payment-allow-free-loopback` | Allow free access from the loopback address (ie, the local host).
| `--zmq-rpc-bind-ip <arg>` | IP for ZMQ RPC server to listen on. This is not yet widely used as ZMQ interface currently does not provide meaningful advantage over classic JSON-RPC interface.<br><br>(=127.0.0.1)
| `--zmq-rpc-bind-port <arg>` | Port for ZMQ RPC server to listen on. <br><br> By default `18082` for mainnet, `38082` for stagenet, and `28082` for testnet.
| `--confirm-zmq-rpc-external-bind` | Confirm zmq-rpc-bind-ip value is NOT a loopback (local) IP
| `--restricted-zmq-rpc` | Restrict ZMQ RPC to view-only / non-sensitive methods
Copy link
Copy Markdown
Contributor

@selsta selsta May 13, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
| `--restricted-zmq-rpc` | Restrict ZMQ RPC to view-only / non-sensitive methods
| `--restricted-zmq-rpc` | Restrict ZMQ RPC by disabling some sensitive methods; does not guarantee filtering of sensitive data

monero-project/monero#10503

| `--zmq-pub <arg>` | Address for ZMQ pub - `tcp://ip:port` or `ipc://path`
| `--no-zmq` | Disable ZMQ RPC server. You **should** use this option to limit attack surface and number of unnecessarily open ports (the ZMQ server is unfinished thing and you are unlikely to ever use it).

Expand Down
Loading