forked from Kasmetski/auto-hard-reset
-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.json
26 lines (26 loc) · 1.43 KB
/
config.json
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
{
"WaitSeconds": 1800,
"StartupCheck" : true,
"Log" : true,
"RemoteNotify" : false,
"TgBotActivate" : false,
"TgAPIKey" : "API-KEY",
"TgAdminUserName" : "USERNAME",
"Pushover": false,
"PushoverToken": "ACCESS-TOKEN",
"PushoverUser": "USER-TOKEN",
"Miners": [
{ "Name": "machine 0", "Pin": "40", "Ip": "192.168.0.100", "Info": "R9 290's" },
{ "Name": "machine 1", "Pin": "38", "Ip": "192.168.0.101", "Info": "RX480's" },
{ "Name": "machine 2", "Pin": "37", "Ip": "192.168.0.102", "Info": "RX480's" },
{ "Name": "machine 3", "Pin": "36", "Ip": "192.168.0.103", "Info": "RX480's" },
{ "Name": "machine 4", "Pin": "35", "Ip": "192.168.0.104", "Info": "RX480's" },
{ "Name": "machine 5", "Pin": "33", "Ip": "192.168.0.105", "Info": "RX480's" },
{ "Name": "machine 6", "Pin": "32", "Ip": "192.168.0.106", "Info": "RX480's" },
{ "Name": "machine 7", "Pin": "31", "Ip": "192.168.0.107", "Info": "RX480's" },
{ "Name": "machine 8", "Pin": "29", "Ip": "192.168.0.108", "Info": "RX480's" },
{ "Name": "machine 9", "Pin": "22", "Ip": "192.168.0.109", "Info": "RX480's" },
{ "Name": "machine 10", "Pin": "18", "Ip": "192.168.0.110", "Info": "RX480's" },
{ "Name": "machine 11", "Pin": "16", "Ip": "192.168.0.111", "Info": "RX480's" }
]
}