We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 75a5c82 + e83699a commit c830919Copy full SHA for c830919
doc/zmq.md
@@ -84,7 +84,7 @@ For instance:
84
$ bitcoind -zmqpubhashtx=tcp://127.0.0.1:28332 \
85
-zmqpubhashtx=tcp://192.168.1.2:28332 \
86
-zmqpubhashblock="tcp://[::1]:28333" \
87
- -zmqpubrawtx=ipc:///tmp/bitcoind.tx.raw \
+ -zmqpubrawtx=unix:/tmp/bitcoind.tx.raw \
88
-zmqpubhashtxhwm=10000
89
90
`bitcoin node` or `bitcoin gui` can also be substituted for `bitcoind`.
0 commit comments