Skip to content

monerod: zmq; add restricted & confirm external#303

Open
nahuhh wants to merge 1 commit into
monero-project:masterfrom
nahuhh:restricted_zmq
Open

monerod: zmq; add restricted & confirm external#303
nahuhh wants to merge 1 commit into
monero-project:masterfrom
nahuhh:restricted_zmq

Conversation

@nahuhh
Copy link
Copy Markdown
Collaborator

@nahuhh nahuhh commented Apr 27, 2026

--restricted-zmq-rpc
--confirm-zmq-rpc-external-bind

monero-project/monero#10388

  --restricted-zmq-rpc
  --confirm-zmq-rpc-external-bind
@github-actions
Copy link
Copy Markdown

What Link
🕵️‍♂️ Review Files changed
🌐 Deploy Preview #303

| `--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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants