electrs: fix syntax for TCP connection

fixes: #48
This commit is contained in:
openoms
2022-07-22 14:05:39 +01:00
parent 1f73105f0c
commit 0d5acf68dd

View File

@@ -163,7 +163,7 @@ Shared experiences:
If you run into problems: If you run into problems:
* test the connection through the unencrypted local TCP port: * test the connection through the unencrypted local TCP port:
* On Windows use the shortcut target: * On Windows use the shortcut target:
`"C:\Program Files (x86)\Electrum\electrum-3.3.8.exe" --oneserver --server 192.168.X.X:50002:s` `"C:\Program Files (x86)\Electrum\electrum-3.3.8.exe" --oneserver --server 192.168.X.X:50001:t`
* On Linux use the command: * On Linux use the command:
`$ electrum --oneserver --server RASPIBLITZ_IP:50001:t` `$ electrum --oneserver --server RASPIBLITZ_IP:50001:t`
* if after a reinstall Electrum would not connect delete the relevant old certificate on the desktop from: * if after a reinstall Electrum would not connect delete the relevant old certificate on the desktop from: