Skip to content

Commit

Permalink
Merge pull request #3713 from beingindot/beingindot-daosetup-change
Browse files Browse the repository at this point in the history
Update dao-setup doc to include bloom filter for newer bitcoincore v0.19.0.1
  • Loading branch information
ripcurlx authored Dec 6, 2019
2 parents 2e196ec + 583b149 commit 7d8b6c2
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 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,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 @@ -48,6 +52,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 Down

0 comments on commit 7d8b6c2

Please sign in to comment.