-
Notifications
You must be signed in to change notification settings - Fork 54
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Documentation for joinmarket.cfg
#30
Comments
Also, we need to come up with default values (or setting them by some other mechanism) for |
Yes, sane default values would be great. To set them properly we need to do some order book parsing as sketched out in #14 I'm afraid. However, we can probably do some guesstimates first and hide some complexity from the user. |
Started some work on this, see the "Configuration" page in the wiki. |
this could also help: #72 (comment) |
The full
joinmarket.cfg
config file contains many settings and multiple sections (daemon, blockchain, messaging, logging, timeout, policy, payjoin, yield generator), not all of which are immediately relevant to most users.We should understand and document all settings, and break them down into two or three different sections, e.g. basic / advanced / expert.
Rough tasks list:
joinmarket.cfg
All of the above should serve as a base for implementing #12
The text was updated successfully, but these errors were encountered: