We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 347c94f commit b1c3f18Copy full SHA for b1c3f18
doc/zmq.md
@@ -67,6 +67,7 @@ Currently, the following notifications are supported:
67
68
The socket type is PUB and the address must be a valid ZeroMQ socket
69
address. The same address can be used in more than one notification.
70
+The same notification can be specified more than once.
71
72
The option to set the PUB socket's outbound message high water mark
73
(SNDHWM) may be set individually for each notification:
@@ -82,6 +83,7 @@ The high water mark value must be an integer greater than or equal to 0.
82
83
For instance:
84
85
$ bitcoind -zmqpubhashtx=tcp://127.0.0.1:28332 \
86
+ -zmqpubhashtx=tcp://192.168.1.2:28332 \
87
-zmqpubrawtx=ipc:///tmp/bitcoind.tx.raw \
88
-zmqpubhashtxhwm=10000
89
0 commit comments