Browse Source

Document how to persist Electrum wallet configuration

fees
Roman Zeyde 6 years ago
parent
commit
5ab3b46487
No known key found for this signature in database GPG Key ID: 87CAE5FA46917CBB
  1. 10
      doc/usage.md

10
doc/usage.md

@ -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

Loading…
Cancel
Save