From: The Bitcoin Developer ⚡ <96552652+theBitcoinDeveloper@users.noreply.github.com> Date: Sun, 26 Dec 2021 22:19:57 +0000 (-0800) Subject: Update regtest.md to account for electrs changes X-Git-Url: http://internal-gitweb-vhost/script/%22https:/struct.EncoderStringWriter.html?a=commitdiff_plain;h=11f9b2becc48054a89e107ab3d652ff2daefaf60;p=bitcoindevkit.org Update regtest.md to account for electrs changes -vv seems to be deprecated. Use -log-filters INFO instead --- diff --git a/docs/bdk-cli/regtest.md b/docs/bdk-cli/regtest.md index ed2cc1c9d3..6e97e71af6 100644 --- a/docs/bdk-cli/regtest.md +++ b/docs/bdk-cli/regtest.md @@ -14,7 +14,7 @@ Just like before, this command will probably take a while to finish. Once it's done, assuming you have a regtest bitcoind running in background, you can launch a new terminal and run the following command to actually start electrs: ```bash -electrs -vv --timestamp --db-dir /tmp/electrs-db --electrum-rpc-addr="127.0.0.1:50001" --network=regtest --cookie-file=$HOME/.bitcoin/regtest/.cookie +electrs --log-filters INFO --timestamp --db-dir /tmp/electrs-db --electrum-rpc-addr="127.0.0.1:50001" --network=regtest --cookie-file=$HOME/.bitcoin/regtest/.cookie ``` on macOS you should change the cookie-file to `$HOME/Library/Application Support/Bitcoin/regtest/.cookie`.