Skip to content

Commit

Permalink
Include bloom filter for newer bitcoin core v0.19.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
beingindot committed Dec 3, 2019
1 parent 61e51a0 commit 275bfd1
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions docs/dao-setup.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ regtest=1
# The default rpcPort for regtest from Bitcoin Core 0.16 and higher is: 18443
# The default rpcPort for testnet is: 18332
# For mainnet: 8332
[regtest]
peerbloomfilters=1
rpcport=18443
server=1
Expand All @@ -32,6 +34,7 @@ regtest=1
# The default rpcPort for regtest from Bitcoin Core 0.16 and higher is: 18443
# The default rpcPort for testnet is: 18332
# For mainnet: 8332
peerbloomfilters=1
rpcport=18443
server=1
Expand All @@ -48,6 +51,7 @@ regtest=1
# The default rpcPort for regtest from Bitcoin Core 0.16 and higher is: 18443
# The default rpcPort for testnet is: 18332
# For mainnet: 8332
peerbloomfilters=1
rpcport=18443
server=1
Expand All @@ -57,6 +61,7 @@ rpcpassword=YOUR_PW
blocknotify="%AppData%\Bitcoin\blocknotify.bat" %s
```


2. Create a `blocknotify` file (`blocknotify.bat` on Windows) inside the Bitcoin Core [data directory](https://en.bitcoin.it/wiki/Data_directory#Default_Location) with the following content.
This defines the ports where a new block event gets forwarded. Bisq will listen on that port and each Bisq node needs to use a different port. You can add or remove ports as needed.

Expand Down

0 comments on commit 275bfd1

Please sign in to comment.