-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsettings.example.yaml
More file actions
40 lines (29 loc) · 822 Bytes
/
Copy pathsettings.example.yaml
File metadata and controls
40 lines (29 loc) · 822 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
defaults:
# Target ASIC temperature range
tempLow: 61
tempHigh: 65
tempCutoff: 70
# Don't allow max power to be exceeded
maxPower: 24
# Voltage regulator temperature high
vrTempHigh: 97
# Frequency step size
frequencyStep: 25
# Voltage step size
voltageStep: 10
# Metrics interval in seconds
metricsInterval: 10
# Expected hash rate factor
expectedHashRateFactor: 0.95
# Error target
errorTarget: 0.05
# Number of samples for T1 & T2 intervals
tuningSamples: 6
# Number of samples to take before adjusting frequency
adjustmentSamples: 90
# Station ID for weather API, see weather.gov for your local station ID
stationID: "KGJT"
# Overrides for specific hostnames. maxPower, tempLow, tempHigh, tempCutoff can be overridden.
overrides:
Gamma_ss2:
maxPower: 24