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:
Petr Hejna 2020-05-02 16:40:40 +02:00
parent bb2484ab3e
commit 4810e35e96
No known key found for this signature in database
GPG Key ID: 3E7F8DE90B479830

View File

@ -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.