-
Notifications
You must be signed in to change notification settings - Fork 112
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
joinmarket.cfg missing default settings #734
Comments
How can I reproduce this? |
I thought the There may be an easier way to do this, but I used this flake to make a container so I could check the contents of a fresh
Then: |
Joinmarket loads the default config from |
Oh, I see - yes, that makes a lot more sense. :) I changed a joinmarket
and my yield-generator stopped filling offers and the Note: I get the same behavior even if |
I still can't reproduce this. In my tests the config merging works correctly. Can you share the nix-bitcoin config where DIY debuggingThis section is from an older version of this post. It's only relevant if you want to try debugging this by yourself. Here's a version of nix-bitcoin that patches joinmarket to print its config at startup. Do the following:
|
I can no longer reproduce the behavior I experienced, so the source of errors must have been elsewhere. It's possible there was a joinmarket "network" issue (tor?) during my earlier attempts. The joinmarket directory nodes have been inconsistent for me lately but at least orders are being filled. Thank you for your work on nix-bitcoin! |
The defaults were removed here, but it appears
jmclient/configure.py
is not setting them properly. The[POLICY]
section is missing and it doesn't look like the joinmarket code has fallback values if these are missing.The text was updated successfully, but these errors were encountered: