-
Notifications
You must be signed in to change notification settings - Fork 26
/
config.json
70 lines (70 loc) · 2.18 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
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
67
68
69
70
{
"poolname": "Ravencoin Pool",
"devmode": false,
"devmodePayMinimim": 0.25,
"devmodePayInterval": 120,
"logips": true,
"anonymizeips": true,
"ipv4bits": 16,
"ipv6bits": 16,
"defaultCoin": "ravencoin",
"poollogo": "/website/static/img/poollogo.png",
"discord": "Join our #mining channel on Discord: ",
"discordlink": "https://discord.gg/vzcbVNW",
"pagetitle": "Ravencoin Pool - 0.5 % Fees Promo - Run By Professionals",
"pageauthor": "JAMPS",
"pagedesc": "A reliable, low fee, easy to use mining pool for Ravencoin! Get started mining today!",
"pagekeywds": "GPU,CPU,Hash,Hashrate,Cryptocurrency,Crypto,Mining,Pool,Ravencoin,Easy,Simple,How,To",
"btcdonations": "1GXEm97T5iXAeYHBj2GuL3TKKRpkNas4Qt",
"ltcdonations": "LWBZWLmjqeQFnMqS9NctcdSx3TEYHyzfGz",
"rvndonations": "RNs3ne88DoNEnXFTqUrj6zrYejeQpcj4jk",
"logger" : {
"level" : "debug",
"file" : "/home/pool/Ravencoin-Pool/logs/ravencoin_debug.log"
},
"cliHost": "127.0.0.1",
"cliPort": 17117,
"clustering": {
"enabled": false,
"forks": "auto"
},
"defaultPoolConfigs": {
"blockRefreshInterval": 400,
"jobRebroadcastTimeout": 25,
"connectionTimeout": 600,
"emitInvalidBlockHashes": false,
"validateWorkerUsername": true,
"tcpProxyProtocol": false,
"banning": {
"enabled": true,
"time": 600,
"invalidPercent": 50,
"checkThreshold": 500,
"purgeInterval": 300
},
"redis": {
"host": "127.0.0.1",
"port": 6379
}
},
"website": {
"enabled": true,
"sslenabled": false,
"sslforced": false,
"host": "0.0.0.0",
"port": 80,
"sslport": 443,
"sslkey": "/home/pool/Ravencoin-Pool/certs/privkey.pem",
"sslcert": "/home/pool/Ravencoin-Pool/certs/fullchain.pem",
"stratumHost": "rvn.jamps.pro",
"stats": {
"updateInterval": 900,
"historicalRetention": 43200,
"hashrateWindow": 900
}
},
"redis": {
"host": "127.0.0.1",
"port": 6379
}
}