Electrs: Is there a list of all possible run flags anywhere?

Created on 11 Oct 2018  路  3Comments  路  Source: romanz/electrs

Such as --db-dir etc.

question

Most helpful comment

It is defined at: https://github.com/romanz/electrs/blob/fce7bd15b0d6203c96f6da28b165b52b15b568af/src/config.rs#L32-L104
It can be also generated by running electrs --help.

All 3 comments

It is defined at: https://github.com/romanz/electrs/blob/fce7bd15b0d6203c96f6da28b165b52b15b568af/src/config.rs#L32-L104
It can be also generated by running electrs --help.

Coolio.

Is there a way we can go about documenting optimal configurations depending on the system it is being run on? And perhaps even move towards an auto-optimal-choosing values depending on specs of system?

documenting optimal configurations depending on the system it is being run on?

Sounds good, it would be nice to have a small "tuning" guide added to https://github.com/romanz/electrs/tree/master/doc. What do you think?

We can later add a small tool for recommending command-line flags for running on a specific system :)

Was this page helpful?
0 / 5 - 0 ratings