mirror of
https://github.com/bitcoin-s/bitcoin-s.git
synced 2025-03-03 18:47:38 +01:00
Remove zmq configurations for bitcoind backend setup as they aren't needed (#3080)
This commit is contained in:
parent
8b8066d1f3
commit
11d58813c1
1 changed files with 1 additions and 6 deletions
|
@ -82,8 +82,6 @@ blockfilterindex=1
|
|||
peerblockfilters=1
|
||||
debug=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
|
||||
|
@ -153,11 +151,8 @@ bitcoin-s {
|
|||
rpcbind = localhost
|
||||
# bitcoind rpc port
|
||||
rpcport = 8332
|
||||
# bitcoind zmq raw tx
|
||||
zmqpubrawtx = "tcp://127.0.0.1:28332"
|
||||
# bitcoind zmq raw block
|
||||
zmqpubrawblock = "tcp://127.0.0.1:28333"
|
||||
}
|
||||
}
|
||||
```
|
||||
|
||||
</details>
|
||||
|
|
Loading…
Add table
Reference in a new issue