madMAx43v3r / chia-gigahorse

222 stars 31 forks source link

Exception fetching full proof ... recompute failed to produce a candidate #49

Closed bladeuserpi closed 1 year ago

bladeuserpi commented 1 year ago

Today this ERROR was reported in debug.log:

ERROR    Exception fetching full proof for ../plot-k33-c8-2023-02-27-04-04-xxxxxxxxxx.plot. recompute failed to produce a candidate

Besides this error everything runs fine. What does that ERROR mean? Can it happen sometimes or does this indicate some other problem ?


From debug.log
  42048 2023-03-12T09:51:38.274 full_node chia.full_node.full_node: INFO     Added unfinished_block xxx, not farmed by us, SP: 34 farmer response time: 4.0845, Pool pk xc
  42048 xxx, validation time: 0.0291 seconds, pre_validation time 0.2545, cost: 2612975319, percent full: 23.754%
  42049 2023-03-12T09:51:40.003 harvester chia.harvester.harvester: ERROR    Exception fetching full proof for ../plot-k33-c8-2023-02-27-04-04-xxxxxxx.plot. re  
  42049 compute failed to produce a candidate
  42050 2023-03-12T09:51:40.004 harvester chia.harvester.harvester: INFO     16 plots were eligible for farming ... Found 0 proofs. Time: 6.12164 s. 
madMAx43v3r commented 1 year ago

I can happen rarely yes, it's a performance optimization.

bladeuserpi commented 1 year ago

Thanks for confirming.