Class HarvesterConfig
- Namespace
- chia.dotnet
- Assembly
- chia-dotnet.dll
public record HarvesterConfig : IEquatable<HarvesterConfig>
- Inheritance
-
HarvesterConfig
- Implements
-
- Inherited Members
-
- Extension Methods
-
Properties
DecompressorThreadCount
public int DecompressorThreadCount { get; init; }
Property Value
- int
DisableCpuAffinity
public bool DisableCpuAffinity { get; init; }
Property Value
- bool
EnforceGpuIndex
public bool EnforceGpuIndex { get; init; }
Property Value
- bool
GpuIndex
public int GpuIndex { get; init; }
Property Value
- int
ParallelDecompressorCount
public int ParallelDecompressorCount { get; init; }
Property Value
- int
RecursivePlotScan
public bool RecursivePlotScan { get; init; }
Property Value
- bool
RefreshParameterIntervalSeconds
public uint RefreshParameterIntervalSeconds { get; init; }
Property Value
- uint
UseGpuHarvesting
public bool UseGpuHarvesting { get; init; }
Property Value
- bool