mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-08-25 13:51:05 +02:00
Merge bitcoin/bitcoin#33070: doc/zmq: fix unix socket path example
e83699a626
doc/zmq: fix unix socket path example (Roman Zeyde) Pull request description: Following75a5c8258e/doc/release-notes/release-notes-28.0.md (L105)
ACKs for top commit: pinheadmz: tested ACKe83699a626
cedwies: ACKe83699a
Tree-SHA512: a697d96762083f7a7c44c0ed366b68065a2538208cf7d2b9bcfc567bffeaa530ea5c16dc38bfd4bc38b926a5044d2fa880ffce6309366f3a11d181e59e122627
This commit is contained in:
@@ -84,7 +84,7 @@ For instance:
|
||||
$ bitcoind -zmqpubhashtx=tcp://127.0.0.1:28332 \
|
||||
-zmqpubhashtx=tcp://192.168.1.2:28332 \
|
||||
-zmqpubhashblock="tcp://[::1]:28333" \
|
||||
-zmqpubrawtx=ipc:///tmp/bitcoind.tx.raw \
|
||||
-zmqpubrawtx=unix:/tmp/bitcoind.tx.raw \
|
||||
-zmqpubhashtxhwm=10000
|
||||
|
||||
`bitcoin node` or `bitcoin gui` can also be substituted for `bitcoind`.
|
||||
|
Reference in New Issue
Block a user