-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathconfig.json
More file actions
28 lines (28 loc) · 795 Bytes
/
config.json
File metadata and controls
28 lines (28 loc) · 795 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
{
"sunrise_lib": {
"FNAME": "/dev/shm/solar.txt",
"DIR_CFG": ".config/solar",
"FNAME_MASTER": "/.config/solar/master",
"PATH_JSON_GEO": "/.config/solar/geo.json",
"CPU_FREQ_APP": "/root/bin/cpu-freq.sh",
"HOURS_DELTA": 2.5,
"MIN_WEATHER": 0.4,
"DIR_XMRIG": "/progs/crypto/xmr/xmrig/b"
},
"generator": {
"ELEVATION_KEY": "elevation",
"MUL_POWER_2_CAPACITY": 0.1,
"T_DELTA_HOURS": 1,
"PATH_POSITIONS": "/solar_pos",
"ELECTRICITY_PRICE": 0.1,
"POOL_FEE": 0,
"TARGET_PRICE": 300
},
"profitability": {
"refresh_delta_mins": 15,
"XMR": {
"blocktime": 120,
"node": "http://xmr-node.cakewallet.com:18081"
}
}
}