Skip to content

2.0.0-rc1

Pre-release
Pre-release
Compare
Choose a tag to compare
@wallentx wallentx released this 22 Jul 10:34
591e794

What's Changed

A major update!
Chia-blockchain 2.0
Chiapos 2.0
Bls-signatures 2.0
Bladebit 3.0
And many more numbers!

Compressed Plots

If you have not already generated a new config.yaml, or updated your existing one when using the 2.0.0-b5 pre-release, you will need to do so with this release, so that you have all of the new entries for compressed plot harvesting. Please note that compressed plots will not be detected by your harvester untill you have properly configured your config.yaml.
The new configuration options, as well as their default values are:

  # Compressed harvesting.
  # If `parallel_decompressor_count` is set to 0, compressed plots will not be detected by the harvester 
  # A non-zero number overrides this default.
  parallel_decompressor_count: 0
  # If set to 0, `decompressor_thread_count` will default to half of nproc available on the machine.
  # A non-zero number overrides this default.
  decompressor_thread_count: 0
  disable_cpu_affinity: False
  # Ignore compressed plots with compression level greater than this.
  max_compression_level_allowed: 7
  use_gpu_harvesting: False
  gpu_index: 0
  enforce_gpu_index: False

Added

Changed

Fixed

GUI Changes

New Contributors

Full Changelog: 1.8.3-rc1...2.0.0-rc1