Skip to content

Commit

Permalink
New Check settings for BB.
Browse files Browse the repository at this point in the history
  • Loading branch information
guydavis committed Nov 19, 2023
1 parent 438d744 commit c4cf083
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@ All notable changes to this project will be documented in this file. The format
## [Unreleased] - 2023-?-?
### Added
- Settings | Plotting | Bladebit now supports "no_direct_io: true" option
- Settings | Plotting | Bladebit now supports "check_plots: true" option to check at end of plot creation
- Settings | Plotting | Bladebit now supports "check_plots: 100" option to check at end of plot creation
- Settings | Plotting | Bladebit now supports "check_threshold: 0.6" option to delete invalid plots at end of plot creation
### Changed
- Support for [Gigahorse Recompute Server](https://github.com/guydavis/machinaris/wiki/Gigahorse#recompute-server) (single GPU on fullnode/farmer), shared by multiple Gigahorse harvesters.
### Updated
Expand Down
2 changes: 2 additions & 0 deletions config/plotman.sample.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,8 @@ plotting:
mode: diskplot # Either enable ramplot, diskplot, or gpuplot.
diskplot_cache: 4GB # If diskplot, amount of RAM to allocate to caching disk writes
diskplot_buckets: 256 # Optionally set a different number of buckets to use for diskplot
#check_plots: 100 # For gpuplot only, will optionally perform given number of validations per new plot
#check_threshold: 0.6 # For gpuplot only, will optionally delete a new plot failing validity check below threshold level (0 to 1)

madmax:
# Classic Madmax plotter; see https://github.com/guydavis/machinaris/wiki/MadMax
Expand Down

0 comments on commit c4cf083

Please sign in to comment.