Skip to content

Feature - Parallel mining transactions #51

Open
@mathias7799

Description

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.

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions