Skip to content
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

Can the default "minrelayfee" be decreased from 1 sat/B to 0.1 sat/B? The default value is too high at this moment. #14012

Closed
pedr0-fr opened this issue Aug 20, 2018 · 5 comments

Comments

@pedr0-fr
Copy link

I have noticed that in the past weeks the mempool has been very empty and usually all transactions can get through with no problems, even the ones that eventually have feerates smaller than 1 sat/B as the mempool gets completely empty.

Therefore, I have set launched bitcoin with the relevant option bitcoind -minrelayfee=0 but I am still not getting any transaction with a feerates smaller than 1 sat/B. I think this is because the nodes I am connected to don't relay transactions with feerates smaller than the 1 sat/B default. Can this default be changed to a lower value as the fees are lower now? There is an option to limit the total amount of the mempool so I think there would be no problem is this default was decreased to, say, 0.1 sat/B.

Alternatively, is there any node I can connect to that relays lower fees than the default?

@TeoMorabito
Copy link

This is a good idea, though it would also need to include a way to round up the final fee to 1sat or greater as the smaller denomination.

@ken2812221
Copy link
Contributor

Related to #13990

@rebroad
Copy link
Contributor

rebroad commented Apr 15, 2021

I don't think it's a good idea to hard code any value into the code, but to allow it to change dynamically - i.e. if the mempool is getting empty, then lower it, and store this value to disk when the program exits.

@tryphe
Copy link
Contributor

tryphe commented Jul 30, 2021

@rebroad @pedr0-fr There is some good discussion at #13990 (comment)

@fanquake
Copy link
Member

Closing for now.

@bitcoin bitcoin deleted a comment from joshuadbryant1985 Oct 11, 2022
@bitcoin bitcoin locked and limited conversation to collaborators Oct 11, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

6 participants