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.
1 parent 3348057 commit e83699aCopy full SHA for e83699a
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