-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconfig.json
More file actions
35 lines (35 loc) · 2.15 KB
/
config.json
File metadata and controls
35 lines (35 loc) · 2.15 KB
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
{
"hasToKillExistingJobs": true,
"globalOptions": {
"enabled": true,
"poolKey": "8bd192759bccff070a69c5869aeec58fdeff08961ff49064f64b4228ffb0f2197ef0aed6649e04ec9ea2601d341140d8",
"farmerKey": "8bd192759bccff070a69c5869aeec58fdeff08961ff49064f64b4228ffb0f2197ef0aed6649e04ec9ea2601d341140d8",
"chiaExe": "C:\\Users\\ericm\\AppData\\Local\\chia-blockchain\\app-1.1.5\\resources\\app.asar.unpacked\\daemon\\chia.exe",
"prefix": "Chia",
"final": "\\\\ploteador\\M",
"useDefaultParameters": true,
"hasToRemoveTemporalFiles": true,
"paralel": 2,
"threads": 2,
"maxMemory": 4000,
"gapMin": 15
},
"plots": [
{
"temporal": "D:\\chiaTemp",
"paralel": 1
},
{
"temporal": "G:\\chiaTemp",
"paralel": 1
},
{
"temporal": "H:\\chiaTemp",
"paralel": 1
},
{
"temporal": "E:\\chiaTemp",
"paralel": 2
}
]
}