-
Notifications
You must be signed in to change notification settings - Fork 5
/
config.example.json
66 lines (66 loc) · 1.27 KB
/
config.example.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
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
{
"addressEncrypted": "G6LLHMvWi6HiysT+PuCWXhuaTWOxbHlEocNf5ilWAy+e7KsjAGPVOu1PBgIxxeFD",
"threads": 4,
"coin": "xdag",
"estimationWindow": "15m",
"luckWindow": "24h",
"purgeInterval": "3h",
"purgeWindow": "72h",
"node_name": "example.equal",
"node_rpc": "http://testnet-rpc.xdagj.org:10001",
"node_ws": "ws://118.26.111.179:7001/",
"ws_ssl": false,
"rx_mode": "light",
"walletEncrypted": "9FilIh6x3WdWaC74YGg3qw==",
"log": {
"logSetLevel": 10
},
"stratum": {
"enabled": true,
"timeout": "2m",
"listen": [
{
"host": "0.0.0.0",
"port": 3003,
"diff": 20000,
"maxConn": 50000
}
]
},
"stratumTls": {
"enabled": false,
"timeout": "2m",
"listen": [
{
"host": "0.0.0.0",
"port": 13003,
"diff": 20000,
"maxConn": 50000
}
],
"tlsCert": "certs/server.pem",
"tlsKey": "certs/server.key"
},
"frontend": {
"enabled": false,
"listen": "0.0.0.0:8082",
"login": "admin",
"password": "",
"hideIP": true
},
"kvrocks": {
"endpoint": "127.0.0.1:6379",
"poolSize": 10,
"database": 0,
"passwordEncrypted": "MbRmWtAs7GA2E1B6ioBSoQ=="
},
"payout": {
"poolRation": 5.0,
"rewardRation": 0,
"directRation": 0,
"threshold": 3,
"paymentInterval": "10m",
"mode": "equal",
"paymentRemark": "http://mypool.com"
}
}