forked from eth-clients/goerli
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathnethermind.kotti.cfg
62 lines (62 loc) · 1.63 KB
/
nethermind.kotti.cfg
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
{
"Init": {
"WebSocketsEnabled": false,
"StoreReceipts": true,
"EnableUnsecuredDevWallet": false,
"IsMining": false,
"ChainSpecPath": "chainspec/kotti.json",
"GenesisHash": "0x14c2283285a88fe5fce9bf5c573ab03d6616695d717b12a127188bcacfc743c4",
"BaseDbPath": "nethermind_db/kotti",
"LogFileName": "testkotti.logs.txt",
"MemoryHint": 384000000
},
"Network": {
"DiscoveryPort": 30303,
"P2PPort": 30303,
"DiagTracerEnabled": false
},
"JsonRpc": {
"Enabled": true,
"TracerTimeout": 20000,
"Host": "127.0.0.1",
"Port": 8545
},
"TxPool": {
"Size": 1024
},
"Db": {
"CacheIndexAndFilterBlocks": false
},
"Sync": {
"FastSync": false,
"PivotNumber": 3210000,
"PivotHash": "0x4d17127e3903e0791e272fea648d166fb505c18e8ee5202dd508dc6c5b0bfe13",
"PivotTotalDifficulty": "4690130",
"FastBlocks": false,
"BeamSync": false,
"DownloadBodiesInFastSync": true,
"DownloadReceiptsInFastSync": false,
"UseGethLimitsInFastBlocks": false
},
"EthStats": {
"Enabled": true,
"Server": "ws://kotti.goerli.net:3000/api",
"Name": "Nethermind",
"Secret": "as requested",
"Contact": "[email protected]"
},
"Metrics": {
"NodeName": "Goerli",
"Enabled": false,
"PushGatewayUrl": "http://localhost:9091/metrics",
"IntervalSeconds": 5
},
"Bloom": {
"IndexLevelBucketSizes": [
16,
16,
16,
16
]
}
}