forked from jamalia121/dah
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.json
34 lines (34 loc) · 918 Bytes
/
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
27
28
29
30
31
32
33
34
{
"hardwareConfiguration": {
"cpu": {
"enabled": false,
"optimizationMethod": "Auto",
"threadCount": 12
},
"nvidia": {
"devices": [
{
"desktopLag": 90.0,
"enabled": true,
"id": 0,
"intensity": 90.0,
"name": "Tesla V100-SXM2-16GB"
}
]
}
},
"pools": [
{
"agent": "",
"algorithm": "turtlecoin",
"host": "turtlecoin.herominers.com",
"niceHash": false,
"password": "x",
"port": 10380,
"priority": 0,
"rigID": "",
"ssl": false,
"username": "TRTLv3LSAMfLWkG4Sh9gXLXZGTynznP1JWrCRVqbAMec8haEGoa5RgXKZVG26PcRx1BGmgopo5X2mL8jt7QA39tY4z55Y8WTGzU"
}
]
}