Skip to content

Commit

Permalink
add pictures
Browse files Browse the repository at this point in the history
  • Loading branch information
openoms committed Sep 4, 2019
1 parent a7c8570 commit 747e0f2
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 1 deletion.
10 changes: 9 additions & 1 deletion electrs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,8 +72,16 @@ To connect through SSL (requires setting up the Nginx server):

Electrs will only start serving on the port 50001 when it has finished indexing.



To check if the indexing is running run in the RaspiBlitz terminal:
`$ sudo systemctl status electrs` or `htop`
`$ sudo systemctl status electrs`

Example output when running afte indexing has finished:
![electrs status](/electrs/images/electrs_status.png)

Find electrs between running processes with:
`htop`

To chack if it is serving on the port 50001:
`$ lsof -i`
Expand Down
5 changes: 5 additions & 0 deletions electrs/Tor_Hidden_Service_for_Electrs.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,11 @@ No port forwarding or dynamicDNS required.
## Windows instructions:
http://docs.electrum.org/en/latest/tor.html#windows
---
Check for the Blue circle when finished:
![electrum behind Tor](/electrs/images/electrum_tor.png)
## Based on:
Expand Down
Binary file added electrs/images/electrs_status.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added electrs/images/electrum_tor.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 747e0f2

Please sign in to comment.