Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- {
- "Init": {
- "WebSocketsEnabled": false,
- "StoreReceipts": true,
- "IsMining": true,
- "ChainSpecPath": "chainspec/xdai.json",
- "GenesisHash": "0x4f1dd23188aab3a76b463e4af801b52b1248ef073c648cbdc4c9333d3da79756",
- "BaseDbPath": "nethermind_db/xdai_archive",
- "LogFileName": "xdai.logs.txt",
- "MemoryHint": 3000000000,
- "StaticNodesPath": "Data/static-nodes.json"
- },
- "Network": {
- "DiscoveryPort": 30303,
- "P2PPort": 30303
- },
- "JsonRpc": {
- "Enabled": true,
- "Host": "127.0.0.1",
- "Port": 8545,
- "WebSocketsPort": 8546
- },
- "Db": {
- "HeadersDbCacheIndexAndFilterBlocks": false,
- "BlocksDbCacheIndexAndFilterBlocks": false,
- "ReceiptsDbCacheIndexAndFilterBlocks": false,
- "BlockInfosDbCacheIndexAndFilterBlocks": false
- },
- "Sync": {
- "FastSync": true,
- "PivotNumber": 10410000,
- "PivotHash": "0x806f498fdde010f25bd3beb18e6f8a9c9450752f8c0e27da2cd2465ff184628c",
- "PivotTotalDifficulty": "3542339439646969404653729663364707080928280566",
- "FastBlocks": true,
- "UseGethLimitsInFastBlocks": false,
- "FastSyncCatchUpHeightDelta": 10000000000
- },
- "EthStats": {
- "Enabled": false,
- "Server": "ws://localhost:3000/api",
- "Name": "Nethermind xDai",
- "Secret": "secret",
- "Contact": "hello@nethermind.io"
- },
- "Metrics": {
- "NodeName": "Nethermind xDai",
- "Enabled": false,
- "PushGatewayUrl": "http://localhost:9091/metrics",
- "IntervalSeconds": 5
- },
- "Aura": {
- "ForceSealing": true
- },
- "Bloom": {
- "IndexLevelBucketSizes": [
- 16,
- 16,
- 16
- ]
- }
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement