-
Notifications
You must be signed in to change notification settings - Fork 7
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
Question: How to change settings in joinmarket.cfg ? #136
Comments
If you are using Jam, you can select that option on the Earn page! See the "Offer options" dropdown!
See above. I think this is easier for what you want to achieve.
Let us know, if it worked. 🙏 |
Yes, I think this has been fixed and works in the current version (v0.3.0). Update Jam and creating an "absolute offer" with 0 sats should be possible. Edit: Docker image |
@Ulawun By the way, thanks for pointing this out. A relative offer with 0% leads to a crash of the backend, so this should be prevented. 🙏 |
Thanks a lot theborakompanioni :-) |
Perfect. Can this issue be closed? |
Thanks again :-) |
Hello :-)
The ghcr.io/joinmarket-webui/jam-standalone container is running and
I can access it via firefox :-)
Now I want to be maker and set my fees to zero.
I found out, that I have to add/change the joinmarket.cfg file
with the line "ordertype = absoffer".
Is this correct ?
I created a joinmarket.cfg file on the server
with the content: "ordertype = absoffer".
Then I started docker with this parameter
"--env RESTORE_DEFAULT_CONFIG="/path/to/my/folder/joinmarket.cfg".
When I then start docker and click "earn",
it is shown, that my fee is greater than zero !
What do I have to do ?
Any ideas pls ?
Thx :-)
The text was updated successfully, but these errors were encountered: