From 11f9b2becc48054a89e107ab3d652ff2daefaf60 Mon Sep 17 00:00:00 2001 From: =?utf8?q?The=20Bitcoin=20Developer=20=E2=9A=A1?= <96552652+theBitcoinDeveloper@users.noreply.github.com> Date: Sun, 26 Dec 2021 14:19:57 -0800 Subject: [PATCH] Update regtest.md to account for electrs changes -vv seems to be deprecated. Use -log-filters INFO instead --- docs/bdk-cli/regtest.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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`. -- 2.49.0