github Chia-Network/bladebit v3.1.0-beta1

latest releases: v3.1.0, v3.1.0-rc2, v3.1.0-rc1...
pre-release10 months ago

This pre-release includes 2 hybrid-disk plotting options:

bladebit_cuda ... cudaplot [options] <out_dir>

[OPTIONS]:
 -h, --help           : Shows this help message and exits.
 -d, --device         : Select the CUDA device index. (default=0)

 --disk-128           : Enable hybrid disk plotting for 128G system RAM.
                         Requires a --temp1 and --temp2 to be set.
 --disk-16            : Enable hybrid disk plotting for 16G system RAM.
                         Requires a --temp1 and --temp2 to be set.
 -t1, --temp1         : Temporary directory 1. Used for longer-lived, sequential writes.
 -t2, --temp2         : Temporary directory 2. Used for temporary, shorted-lived read and writes.
                         NOTE: If only one of -t1 or -t2 is specified, both will be set to the same directory

The --disk-128 mode for Linux has been available to our beta testing group for a few weeks, and Windows for just a few days. We are happy to get this into a pre-release to reach a wider audience of testers.
Some of you on Linux may have gotten to briefly try out the --disk-64 mode, which is now the --disk-16 mode. You only need 16G of RAM, some tmp space, and a CUDA GPU to make compressed plots now!
This pre-release also includes some other fixes for Windows plotting, and also a small change to Green Reaper (the plot decompression library for the harvester) that should find its way to a future Chia-Blockchain beta release.

Important
Known Issues

  • --disk-16 plots on Windows is not yet well-tested, and from what we've tested internally so far, we have seen some invalid plots on one machine. We need wider spread testing, and any available core dumps, plotting logs, harvesting logs, etc. are extremely valuable to us

Please also note that from the artifacts available down below, that there are bladebit-cuda, and bladebit binaries. If you are wanting to use a GPU to make plots, be sure that you download the bladebit-cuda artifact!

What's Changed

Full Changelog: v3.0.0...v3.1.0-beta1

Don't miss a new bladebit release

NewReleases is sending notifications on new releases.