mirror of
https://github.com/romanz/electrs.git
synced 2025-02-23 14:50:45 +01:00
If I don't set a `electrum-rpc-addr` flag, by default electrs only listens for tcp6 connections. In order to accept tcp4, I need to add `--electrum-rpc-addr="127.0.0.1:50001`. This is not a big deal since setting the flag fixes it, but adding this info to the docs should make it easier for users. Also, the `config.rs` file should be changed since the help for this option lists `127.0.0.1:50001` as the default, which is not correct (at least on my install). I also added a sample unit file for systemd. |
||
---|---|---|
.. | ||
schema.md | ||
usage.md |