From a0204d48eebd48cabd062c42de84aadf273d8b68 Mon Sep 17 00:00:00 2001 From: fata1_err0r Date: Fri, 2 Oct 2020 17:42:43 +0100 Subject: [PATCH] Updated path to show images --- electrs/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/electrs/README.md b/electrs/README.md index 0210399..b441ba3 100644 --- a/electrs/README.md +++ b/electrs/README.md @@ -2,7 +2,7 @@ \`The server indexes the entire Bitcoin blockchain, and the resulting index enables fast queries for any given user wallet, allowing the user to keep real-time track of his balances and his transaction history using the Electrum wallet. Since it runs on the user's own machine, there is no need for the wallet to communicate with external Electrum servers, thus preserving the privacy of the user's addresses and balances.\` - [https:/github.com/romanz/electrs](https:/github.com/romanz/electrs) -![electrum](./electrs/images/electrum.png) +![electrum](./images/electrum.png) Requires 50 Gb diskpace after compactiing and ~100 GB during indexing (Nov 2019). @@ -31,7 +31,7 @@ Electrs will only start serving on the port 50001 (and 50002 via Nginx) when it `$ sudo systemctl status electrs` Example output when running after indexing has finished: - ![electrs status](./electrs/images/electrs_status.png) + ![electrs status](./images/electrs_status.png) * #### Check if it is serving on the port 50001 (will appear only after indexing is complete) `$ sudo -u electrs lsof -i`