mirror of
https://github.com/bisq-network/bisq.git
synced 2024-11-19 01:41:11 +01:00
Add mention of peerbloomfilters=1
attibute
`peerbloomfilters` needs to be set in order to be able to synchronize with local regtest bitcoind
This commit is contained in:
parent
bb2484ab3e
commit
4810e35e96
@ -26,7 +26,7 @@ The regtest mode operates a local Bitcoin network on your computer. This environ
|
||||
|
||||
You can find more information about the Bitcoin regtest mode [here](https://bitcoin.org/en/developer-examples#regtest-mode).
|
||||
|
||||
Navigate to the [bitcoin.conf](https://en.bitcoin.it/wiki/Running_Bitcoin#Bitcoin.conf_Configuration_File) file and set `regtest=1`, or add `-regtest` as a program argument when starting Bitcoin Core.
|
||||
Navigate to the [bitcoin.conf](https://en.bitcoin.it/wiki/Running_Bitcoin#Bitcoin.conf_Configuration_File) file and set `regtest=1` and `peerbloomfilters=1`, or add `-regtest -peerbloomfilters=1` as a program arguments when starting Bitcoin Core.
|
||||
|
||||
At first startup you need to create 101 blocks using the command `generate 101`* from the terminal inside Bitcoin Core. 101 blocks are required because of the coin maturity (100 blocks) so you need one more to have at least 50 BTC available for spending.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user