-
Notifications
You must be signed in to change notification settings - Fork 679
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
Profile and Optimize Mining Code #3014
Labels
Comments
This was referenced Feb 15, 2022
Closing in favor of your other issues related to improving the miner performance |
This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
#3012 discusses how blocks often have few tx's in them.
This is a result of two things:
I have measured processing speed on my GCP box as
This is about
1.47
transactions per second. This means that, to put 1k tx's in a block, it would take680s=11minutes
. This means that it will be hard to put 1k tx's in most blocks.Maybe we can improve processing speed, to drastically fill more blocks. Eg. we can pre-cache the MARF look-ups that will be needed for a given set of mempool tx's before mining begins.
The text was updated successfully, but these errors were encountered: