Advertisement
v0yager

Untitled

Oct 7th, 2022
72
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.61 KB | None | 0 0
  1. {
  2. "Init": {
  3. "WebSocketsEnabled": false,
  4. "StoreReceipts": true,
  5. "IsMining": true,
  6. "ChainSpecPath": "chainspec/xdai.json",
  7. "GenesisHash": "0x4f1dd23188aab3a76b463e4af801b52b1248ef073c648cbdc4c9333d3da79756",
  8. "BaseDbPath": "nethermind_db/xdai_archive",
  9. "LogFileName": "xdai.logs.txt",
  10. "MemoryHint": 3000000000,
  11. "StaticNodesPath": "Data/static-nodes.json"
  12. },
  13. "Network": {
  14. "DiscoveryPort": 30303,
  15. "P2PPort": 30303
  16. },
  17. "JsonRpc": {
  18. "Enabled": true,
  19. "Host": "127.0.0.1",
  20. "Port": 8545,
  21. "WebSocketsPort": 8546
  22. },
  23. "Db": {
  24. "HeadersDbCacheIndexAndFilterBlocks": false,
  25. "BlocksDbCacheIndexAndFilterBlocks": false,
  26. "ReceiptsDbCacheIndexAndFilterBlocks": false,
  27. "BlockInfosDbCacheIndexAndFilterBlocks": false
  28. },
  29. "Sync": {
  30. "FastSync": true,
  31. "PivotNumber": 10410000,
  32. "PivotHash": "0x806f498fdde010f25bd3beb18e6f8a9c9450752f8c0e27da2cd2465ff184628c",
  33. "PivotTotalDifficulty": "3542339439646969404653729663364707080928280566",
  34. "FastBlocks": true,
  35. "UseGethLimitsInFastBlocks": false,
  36. "FastSyncCatchUpHeightDelta": 10000000000
  37. },
  38. "EthStats": {
  39. "Enabled": false,
  40. "Server": "ws://localhost:3000/api",
  41. "Name": "Nethermind xDai",
  42. "Secret": "secret",
  43. "Contact": "hello@nethermind.io"
  44. },
  45. "Metrics": {
  46. "NodeName": "Nethermind xDai",
  47. "Enabled": false,
  48. "PushGatewayUrl": "http://localhost:9091/metrics",
  49. "IntervalSeconds": 5
  50. },
  51. "Aura": {
  52. "ForceSealing": true
  53. },
  54. "Bloom": {
  55. "IndexLevelBucketSizes": [
  56. 16,
  57. 16,
  58. 16
  59. ]
  60. }
  61. }
  62.  
  63.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement