forked from dashpay/dashcore-node
-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathessx-node-example.json
More file actions
47 lines (47 loc) · 1.08 KB
/
essx-node-example.json
File metadata and controls
47 lines (47 loc) · 1.08 KB
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
{
"network": "livenet",
"port": 3001,
"services": [
"@dashevo/insight-api",
"@dashevo/insight-ui",
"essd",
"web"
],
"servicesConfig": {
"essd": {
"spawn": {
"datadir": "/home/paul/Projects/ess/essx-node/data",
"agent": "devess/essd:latest",
"nodePort": 41312,
"zmqPort": 29000
},
"connect": [
{
"rpchost": "127.0.0.1",
"rpcport": 41313,
"rpcuser": "user",
"rpcpassword": 111
}
],
"parameters": {
"whitelist": "127.0.0.1",
"rpcallowip": "172.0.0.0/8",
"rpcport": 41313,
"rpcuser": "user",
"rpcpassword": 111,
"addressindex": 1,
"txindex": 1,
"server": 1,
"spentindex": 1,
"zmqpubrawblock":"tcp://0.0.0.0:29000",
"zmqpubrawtx":"tcp://0.0.0.0:29000",
"zmqpubhashtx":"tcp://0.0.0.0:29000",
"zmqpubhashblock":"tcp://0.0.0.0:29000",
"zmqpubrawtxlock":"tcp://0.0.0.0:29000"
}
},
"insight-api": {
"disableRateLimiter": true
}
}
}