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:
parent
5037673af6
commit
5ab3b46487
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…
Reference in New Issue
Block a user