mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-04-29 06:49:38 -04:00
zmq: use testnet4 in zmq_sub.py example
This commit is contained in:
parent
1d281daf86
commit
4281e3603a
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@
|
||||||
ZMQ example using python3's asyncio
|
ZMQ example using python3's asyncio
|
||||||
|
|
||||||
Bitcoin should be started with the command line arguments:
|
Bitcoin should be started with the command line arguments:
|
||||||
bitcoind -testnet -daemon \
|
bitcoind -testnet4 -daemon \
|
||||||
-zmqpubrawtx=tcp://127.0.0.1:28332 \
|
-zmqpubrawtx=tcp://127.0.0.1:28332 \
|
||||||
-zmqpubrawblock=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 \
|
||||||
|
|
Loading…
Add table
Reference in a new issue