From 9fa062c80c9d4d6625c03b1c73d16a1d5cf4949d Mon Sep 17 00:00:00 2001 From: openoms <43343391+openoms@users.noreply.github.com> Date: Sat, 9 May 2020 16:47:26 +0100 Subject: [PATCH] electrs: add windows directory for certs --- electrs/README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/electrs/README.md b/electrs/README.md index d2747aa..6f31044 100644 --- a/electrs/README.md +++ b/electrs/README.md @@ -166,7 +166,9 @@ If you run into problems: `"C:\Program Files (x86)\Electrum\electrum-3.3.8.exe" --oneserver --server 192.168.X.X:50002:s` * On Linux use the command: `$ electrum --oneserver --server RASPIBLITZ_IP:50001:t` -* if after a reinstall Electrum would not connect try deleting the relevant certificate from the .electrum/certs directory on your desktop. +* if after a reinstall Electrum would not connect delete the relevant old certificate on the desktop from: + * Linux: ~/.electrum/certs/ + * Windows: User/appdata/roaming/electrum/certs/ * reinstall the mobile Electrum app * try to run the commands manually one-by-one, spot which is causing the problem and copy the output * open an issue [here](https://github.com/openoms/bitcoin-tutorials/issues) with the details and I will be happy to help to solve it