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

miner: lower default min miner tip from 1 gwei to 0.001 gwei #29895

Merged
merged 1 commit into from
May 31, 2024

Conversation

karalabe
Copy link
Member

@karalabe karalabe commented May 31, 2024

This PR is the result of a long debate as to what the default minimum miner tip expectation of Geth should be. It's important to highlight here that this is just a CLI flag that miners can change, but still people felt strongly that the default should be more reasonable (#29771).

The 1 gwei was originally meant as an opportunity cost for doing more computation on the block + propagating a larger block, which could have someone beat the miner to producing a block. With PoS, there's no opportunity cost wrt someone producing a better block, so it makes sense to reduce the minimum needed price.

Whilst in theory we could also just completely remove it, I feel that miners should still be rewarded something for adding transactions to their blocks, and with 0.001 gwei we're already under the rounding error category. I don't really see a reason to go below this point in the current climate. Maybe in the future if something changes, this can be revisited.

cc @dataalways

@karalabe karalabe added this to the 1.14.4 milestone May 31, 2024
Copy link
Contributor

@holiman holiman left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@karalabe karalabe merged commit 2613523 into ethereum:master May 31, 2024
2 of 3 checks passed
@dataalways
Copy link

lgtm.
If you want to tune the value in the future, you're welcome to consult this query to estimate the effects of different parametrizations.

Chart

jorgemmsilva pushed a commit to iotaledger/go-ethereum that referenced this pull request Jun 17, 2024
stwiname pushed a commit to subquery/data-node-go-ethereum that referenced this pull request Sep 9, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants