Browse Source

Trivial: fix comments for ZeroMQ bitcoind args

0.16
aaron-hanson 7 years ago
parent
commit
33698c94be
  1. 2
      contrib/zmq/zmq_sub.py
  2. 2
      contrib/zmq/zmq_sub3.4.py

2
contrib/zmq/zmq_sub.py

@ -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

2
contrib/zmq/zmq_sub3.4.py

@ -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

Loading…
Cancel
Save