Skip to content

Commit 382eb2b

Browse files
authored
Add Kiln Builder Relay Config (#4119)
1 parent d2afc0d commit 382eb2b

File tree

1 file changed

+66
-0
lines changed

1 file changed

+66
-0
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,66 @@
1+
{
2+
"Init": {
3+
"IsMining": true,
4+
"WebSocketsEnabled": true,
5+
"StoreReceipts": true,
6+
"ChainSpecPath": "chainspec/kiln.json",
7+
"BaseDbPath": "nethermind_db/kiln_relay",
8+
"LogFileName": "kiln_relay.logs.txt",
9+
"MemoryHint": 768000000,
10+
"EnableUnsecuredDevWallet": false
11+
},
12+
"Network": {
13+
"DiscoveryPort": 30303,
14+
"P2PPort": 30303
15+
},
16+
"TxPool": {
17+
"Size": 2048
18+
},
19+
"JsonRpc": {
20+
"Enabled": true,
21+
"Timeout": 20000,
22+
"Host": "127.0.0.1",
23+
"Port": 8545,
24+
"EnabledModules": ["Eth", "Subscribe", "Trace", "TxPool", "Web3", "Personal", "Proof", "Net", "Parity", "Health"],
25+
"AdditionalRpcUrls": ["http://localhost:8550|http;ws|net;eth;subscribe;engine;web3;client|no-auth", "http://localhost:8551|http;ws|net;eth;subscribe;engine;web3;client"]
26+
},
27+
"Db": {
28+
"CacheIndexAndFilterBlocks": false
29+
},
30+
"Sync": {
31+
"FastSync": false,
32+
"FastBlocks": false,
33+
"UseGethLimitsInFastBlocks": true,
34+
"DownloadBodiesInFastSync": true,
35+
"DownloadReceiptsInFastSync": true
36+
},
37+
"EthStats": {
38+
"Enabled": false,
39+
"Server": "ws://localhost:3000/api",
40+
"Name": "Nethermind Kiln",
41+
"Secret": "secret",
42+
"Contact": "[email protected]"
43+
},
44+
"Metrics": {
45+
"NodeName": "catalyst",
46+
"Enabled": false,
47+
"PushGatewayUrl": "http://localhost:9091/metrics",
48+
"IntervalSeconds": 5
49+
},
50+
"Bloom": {
51+
"IndexLevelBucketSizes": [
52+
16,
53+
16,
54+
16
55+
]
56+
},
57+
"Merge": {
58+
"Enabled": true,
59+
"TerminalTotalDifficulty": 20000000000000,
60+
"TerminalBlockNumber": 55127,
61+
"BuilderRelayUrl": "http://localhost:28545"
62+
},
63+
"Mining": {
64+
"MinGasPrice": 0
65+
}
66+
}

0 commit comments

Comments
 (0)