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

Feature - Mining Parallel transaction processing #25

Closed
mathias7799 opened this issue Apr 8, 2024 · 1 comment
Closed

Feature - Mining Parallel transaction processing #25

mathias7799 opened this issue Apr 8, 2024 · 1 comment

Comments

@mathias7799
Copy link

I cannot write rust, but i was thinking about how to make the process more efficient.

  1. Mining happens in its own thread and hashes that match gets saved in memory/list
  2. A seperate process that handles the send transaction and get signature events.
  3. That process needs to be able to send transactions parallel / async requests
  • Also the ability to set in parameter how often it checks the tx since rn, it uses a bunch of RPC calls that might be unnecessary.

This would maybe cause more problems with congestion, but that'd make the mining more efficient i think.

@mathias7799
Copy link
Author

Wrong repo xD

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

No branches or pull requests

1 participant