madMAx43v3r / chia-plotter

Apache License 2.0
2.27k stars 662 forks source link

Add -s stagedir option #988

Closed risner closed 2 years ago

risner commented 2 years ago

If your final dir is a network share, you may wish to copy the file to a staging directory to then have a background thread copy to the network.

This allows me to keep be able to keep up speed. The build directory is a tmpfs, the stage directory is a local hard disk, and the final directory is a NFS share over 1 Gbe network. So it's rather slow.

I had to branch the code, to make other branches. So I'm resubmitting the pull request.