regolith-labs / ore

ORE is a proof-of-work token everyone can mine.
https://ore.supply
658 stars 225 forks source link

Feature - Mining Parallel transaction processing #25

Closed mathias7799 closed 5 months ago

mathias7799 commented 5 months ago

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

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

mathias7799 commented 5 months ago

Wrong repo xD