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
5 changes: 3 additions & 2 deletions doc/zmq.md
Original file line number Diff line number Diff line change
Expand Up @@ -172,8 +172,9 @@ hosts as well. If needed, this option has to be set on the client side too.

From the perspective of bitcoind, the ZeroMQ socket is write-only; PUB
sockets don't even have a read function. Thus, there is no state
introduced into bitcoind directly. Furthermore, no information is
broadcast that wasn't already received from the public P2P network.
introduced into bitcoind directly. Block and transaction notifications
relay data received from the public P2P network; wallet notifications
relay data from the local wallet.

No authentication or authorization is done on connecting clients; it
is assumed that the ZeroMQ port is exposed only to trusted entities,
Expand Down