-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathnode-2.json
More file actions
60 lines (60 loc) · 1.43 KB
/
node-2.json
File metadata and controls
60 lines (60 loc) · 1.43 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
48
49
50
51
52
53
54
55
56
57
58
59
60
{
"adminPort": "40003",
"adminRPCUrl": "http://node-2:40003",
"bannedIPs": null,
"bannedPeerIDs": null,
"chainId": 1,
"commitTimeoutMS": 2000,
"dataDirPath": "/root/.canopy",
"dbName": "canopy",
"dialPeers": [],
"dropPercentage": 35,
"electionTimeoutMS": 1500,
"electionVoteTimeoutMS": 1500,
"ethBlockProviderConfig": {
"ethChainId": 1,
"ethNodeUrl": "http://anvil:8545",
"ethNodeWsUrl": "ws://anvil:8545",
"retryDelay": 5,
"safeBlockConfirmations": 5
},
"explorerPort": "40001",
"externalAddress": "node-2",
"headless": false,
"inMemory": false,
"individualMaxTxSize": 4000,
"listenAddress": "127.0.0.102:9001",
"logLevel": "debug",
"maxInbound": 21,
"maxOutbound": 7,
"maxTotalBytes": 1000000,
"maxTransactionCount": 5000,
"metricsEnabled": true,
"minimumPeersToStart": 0,
"networkID": 1,
"newHeightTimeoutMS": 4500,
"oracleConfig": {
"committee": 2,
"orderResubmitDelay": 1,
"stateSaveFile": "last_block_height.txt"
},
"precommitTimeoutMS": 2000,
"precommitVoteTimeoutMS": 2000,
"prometheusAddress": "0.0.0.0:9090",
"proposeTimeoutMS": 2500,
"proposeVoteTimeoutMS": 4000,
"rootChain": [
{
"chainId": 1,
"url": "http://node-1:50002"
}
],
"roundInterruptTimeoutMS": 2000,
"rpcPort": "40002",
"rpcURL": "http://node-2:40002",
"runVDF": true,
"sleepUntil": 0,
"timeoutS": 3,
"trustedPeerIDs": null,
"walletPort": "40000"
}