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
|
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"
|
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue