From c12824294b0945e6172688fd3edb9ae7ef41df4b Mon Sep 17 00:00:00 2001 From: bluecell296 <43343391+openoms@users.noreply.github.com> Date: Thu, 11 Jul 2019 15:35:59 +0100 Subject: [PATCH] add verbosity to manual electrs start --- electrs/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/electrs/README.md b/electrs/README.md index 90ead19..4fd111d 100644 --- a/electrs/README.md +++ b/electrs/README.md @@ -20,7 +20,7 @@ To download and run on the RaspiBlitz:: This will only run the server until the terminal window is open. To restart electrs manually run (with your PASSWORD_B filled in) or install the Electrs systemd service (next step): -`$ /home/admin/electrs/target/release/electrs --index-batch-size=10 --jsonrpc-import --db-dir /mnt/hdd/electrs/db --electrum-rpc-addr="0.0.0.0:50001" --cookie="raspibolt:PASSWORD_B"` +`$ /home/admin/electrs/target/release/electrs --index-batch-size=10 --jsonrpc-import --db-dir /mnt/hdd/electrs/db --electrum-rpc-addr="0.0.0.0:50001" --cookie="raspibolt:PASSWORD_B" -vvvv` ## To connect your Electrum wallet use these commands and ports: