bhamon / gpuPlotGenerator

GPU plot generator for Burst coin
Other
44 stars 27 forks source link

delete on fail #25

Open burstpay opened 7 years ago

burstpay commented 7 years ago

Hello

Is it possible to add an automated deletion of the plot if it fails? 0.52% (39200/7610000 remaining nonces), 6461.54 nonces/minutes, ETA: 19h 31m 40s... [ERROR] Error while writting to plots file

It would be very good, especially in direct mode, as sometimes it's hard to catch broken plots, when plotting multiple hdds.

Thank you

TheBigGame117 commented 6 years ago

I made a issue for clarifying the verification command, IS there a reliable way to detect broken plots available?

burstpay commented 6 years ago

If the gpuplotter doesn't go to 100% is one. The other is to randomly check the plot's bytes, to see how many bytes are 0.

bhamon commented 6 years ago

I'd rather add a way to resume the generation process. I haven't find a way to do that other than using an external control file for now. I'll try to find some free time to implement that.