]> Untitled Git - bitcoindevkit.org/commitdiff
Update regtest.md to account for electrs changes
authorThe Bitcoin Developer ⚡ <96552652+theBitcoinDeveloper@users.noreply.github.com>
Sun, 26 Dec 2021 22:19:57 +0000 (14:19 -0800)
committerGitHub <noreply@github.com>
Sun, 26 Dec 2021 22:19:57 +0000 (14:19 -0800)
-vv seems to be deprecated. Use -log-filters INFO instead

docs/bdk-cli/regtest.md

index ed2cc1c9d38ad6db3e2e874c2ea6df05cae1c5fa..6e97e71af6e25aea7342b1f01f08f2fa3017b19f 100644 (file)
@@ -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`.