forked from dvandal/cryptonote-nodejs-pool
-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathconfig-solo.json.example
More file actions
36 lines (36 loc) · 872 Bytes
/
config-solo.json.example
File metadata and controls
36 lines (36 loc) · 872 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
29
30
31
32
33
34
35
36
{
"daemon": {
"host": "127.0.0.1",
"port": 16000
},
"solo": {
"host": "0.0.0.0",
"port": 6666,
"defaultDifficulty": 20000,
"targetShareTime": 15,
"minDifficulty": 500,
"maxDifficulty": 100000,
"minerTimeout": 900,
"blockRefreshInterval": 1000,
"walletAddress": "ccx7Mi9osGEiPkJ8Eq9ajfFFipavENjJ92Gf4xCmu4KXiExSjcWoSefCQYtcA2BUrTPjrMY5pssgMNPRxaR1DXtj3TvTJG6LRo"
},
"cnAlgorithm": "cryptonight",
"cnVariant": 3,
"cnBlobType": 0,
"telegram": {
"enabled": false,
"token": "",
"chatId": ""
},
"logging": {
"console": {
"level": "info",
"colors": true
},
"files": {
"level": "info",
"directory": "logs",
"flushInterval": 5
}
}
}