Remove zmq configurations for bitcoind backend setup as they aren't needed (#3080)

This commit is contained in:
Chris Stewart 2021-05-14 05:51:02 -05:00 committed by GitHub
parent 8b8066d1f3
commit 11d58813c1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -82,8 +82,6 @@ blockfilterindex=1
peerblockfilters=1 peerblockfilters=1
debug=1 debug=1
txindex=1 txindex=1
zmqpubrawblock=tcp://127.0.0.1:29000
zmqpubrawtx=tcp://127.0.0.1:29000
``` ```
## Step 4: Setting Up A Bitcoin-S Node ## Step 4: Setting Up A Bitcoin-S Node
@ -153,10 +151,7 @@ bitcoin-s {
rpcbind = localhost rpcbind = localhost
# bitcoind rpc port # bitcoind rpc port
rpcport = 8332 rpcport = 8332
# bitcoind zmq raw tx }
zmqpubrawtx = "tcp://127.0.0.1:28332"
# bitcoind zmq raw block
zmqpubrawblock = "tcp://127.0.0.1:28333"
} }
``` ```