mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-07-04 12:42:05 +02:00
Trivial: fix comments for ZeroMQ bitcoind args
This commit is contained in:
@ -8,8 +8,8 @@
|
|||||||
|
|
||||||
Bitcoin should be started with the command line arguments:
|
Bitcoin should be started with the command line arguments:
|
||||||
bitcoind -testnet -daemon \
|
bitcoind -testnet -daemon \
|
||||||
-zmqpubhashblock=tcp://127.0.0.1:28332 \
|
|
||||||
-zmqpubrawtx=tcp://127.0.0.1:28332 \
|
-zmqpubrawtx=tcp://127.0.0.1:28332 \
|
||||||
|
-zmqpubrawblock=tcp://127.0.0.1:28332 \
|
||||||
-zmqpubhashtx=tcp://127.0.0.1:28332 \
|
-zmqpubhashtx=tcp://127.0.0.1:28332 \
|
||||||
-zmqpubhashblock=tcp://127.0.0.1:28332
|
-zmqpubhashblock=tcp://127.0.0.1:28332
|
||||||
|
|
||||||
|
@ -8,8 +8,8 @@
|
|||||||
|
|
||||||
Bitcoin should be started with the command line arguments:
|
Bitcoin should be started with the command line arguments:
|
||||||
bitcoind -testnet -daemon \
|
bitcoind -testnet -daemon \
|
||||||
-zmqpubhashblock=tcp://127.0.0.1:28332 \
|
|
||||||
-zmqpubrawtx=tcp://127.0.0.1:28332 \
|
-zmqpubrawtx=tcp://127.0.0.1:28332 \
|
||||||
|
-zmqpubrawblock=tcp://127.0.0.1:28332 \
|
||||||
-zmqpubhashtx=tcp://127.0.0.1:28332 \
|
-zmqpubhashtx=tcp://127.0.0.1:28332 \
|
||||||
-zmqpubhashblock=tcp://127.0.0.1:28332
|
-zmqpubhashblock=tcp://127.0.0.1:28332
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user