github Chia-Network/chia-blockchain 2.0.0-rc1

latest releases: 2.4.4-rc2, 2.4.4-rc1, 2.4.3...
pre-release14 months ago

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

Don't miss a new chia-blockchain release

NewReleases is sending notifications on new releases.