h9-dev / chia-miner

The miner for Chia.
https://www.h9.com
226 stars 40 forks source link

Optimize miner for parallelize plot proof read/search #654

Open reb0rn21 opened 3 years ago

reb0rn21 commented 3 years ago

Chia 1.17+ will have parallel proof read from plots here is the code: https://github.com/Chia-Network/chiapos/commit/3feab20dca377ee0c3723419a02cf6901709a309

this gona speed miner proof search by 2-5x!

pls optimize your own, as we see many ppl have slow plots!

terabyte84 commented 3 years ago

An optimization on scan time is really needed. Many people are trying to work with s3 buckets and have scan time errors with hpool while the solo pool works perfectly fine.