1
0
mirror of https://github.com/romanz/electrs.git synced 2024-11-19 09:54:09 +01:00

Document how to persist Electrum wallet configuration

This commit is contained in:
Roman Zeyde 2019-02-23 20:42:15 +02:00
parent 5037673af6
commit 5ab3b46487
No known key found for this signature in database
GPG Key ID: 87CAE5FA46917CBB

View File

@ -81,6 +81,16 @@ $ ./scripts/local-electrum.bash
<snip>
```
You can persist Electrum configuration (see `~/.electrum/config`) using:
```bash
$ electrum setconfig oneserver true
$ electrum setconfig server 127.0.0.1:50001:t
$ electrum # will connect only to the local server
```
### SSL connection
In order to use a secure connection, you can also use [NGINX as an SSL endpoint](https://docs.nginx.com/nginx/admin-guide/security-controls/terminating-ssl-tcp/#) by placing the following block in `nginx.conf`.
```nginx