Wipe branch
This commit is contained in:
73
config.json
Normal file
73
config.json
Normal file
@ -0,0 +1,73 @@
|
||||
{
|
||||
"license": "00001111-2222-3333-4444-555566667777",
|
||||
"location": "Underground",
|
||||
"logging": true,
|
||||
"db-log-days": 7,
|
||||
"debug": true,
|
||||
"updates": false,
|
||||
"port": 9070,
|
||||
"telegram": {
|
||||
"enable": true,
|
||||
"channel": -1001871940722,
|
||||
"token": "5953600362:AAELgZr0Ldstf0omK43zKrAzGXOuMGowcf8",
|
||||
"normal-notify": true,
|
||||
"warn-notify": false,
|
||||
"crit-notify": true
|
||||
},
|
||||
"db": {
|
||||
"host": "127.0.0.1",
|
||||
"user": "root",
|
||||
"password": "0",
|
||||
"name": "myasics"
|
||||
},
|
||||
"asics": {
|
||||
"L3plus": {
|
||||
"crit": {
|
||||
"hash": 40000,
|
||||
"temp": 90,
|
||||
"rejects": 2.5
|
||||
},
|
||||
"warn": {
|
||||
"hash": 45000,
|
||||
"temp": 80,
|
||||
"rejects": 1.5
|
||||
}
|
||||
},
|
||||
"S19": {
|
||||
"crit": {
|
||||
"hash": 80000,
|
||||
"temp": 90,
|
||||
"rejects": 2.5
|
||||
},
|
||||
"warn": {
|
||||
"hash": 85000,
|
||||
"temp": 80,
|
||||
"rejects": 1.5
|
||||
}
|
||||
},
|
||||
"Avalon1066": {
|
||||
"crit": {
|
||||
"hash": 42000,
|
||||
"temp": 90,
|
||||
"rejects": 2.5
|
||||
},
|
||||
"warn": {
|
||||
"hash": 46000,
|
||||
"temp": 80,
|
||||
"rejects": 1.5
|
||||
}
|
||||
},
|
||||
"Avalon1126": {
|
||||
"crit": {
|
||||
"hash": 64000,
|
||||
"temp": 90,
|
||||
"rejects": 2.5
|
||||
},
|
||||
"warn": {
|
||||
"hash": 66000,
|
||||
"temp": 80,
|
||||
"rejects": 1.5
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user