romanz / electrs

An efficient re-implementation of Electrum Server in Rust
MIT License
1.1k stars 407 forks source link

Improve configuration documentation #930

Closed newearthmartin closed 1 year ago

newearthmartin commented 1 year ago

The configuration page in the docs skips basic usage examples and jumps into more specific topics directly.

IMO the configuration page should explain how to run a basic instance, explain what the different ports mean, how to get it to connect to an electrum client. Then it can go into improving it by adding SSL, tor, etc.

In my case, I have tried to set it up but I'm guessing many things and electrum does not connect. For example, some questions that arose:

It could also explain the meaning of :t for plain HTTP connections.

newearthmartin commented 1 year ago

I'd be happy to write this if you think my observations are correct