Open
Description
I cannot write rust, but i was thinking about how to make the process more efficient.
- Mining happens in its own thread and hashes that match gets saved in memory/list
- A seperate process that handles the send transaction and get signature events.
- 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
Labels
No labels