Skip to content

Instantly share code, notes, and snippets.

@cducrest
Created July 8, 2021 14:25
Show Gist options
  • Save cducrest/d54ca9dc567c1b7b88c959ca54861731 to your computer and use it in GitHub Desktop.
Save cducrest/d54ca9dc567c1b7b88c959ca54861731 to your computer and use it in GitHub Desktop.
{
"Init": {
"WebSocketsEnabled": false,
"StoreReceipts" : true,
"EnableUnsecuredDevWallet": false,
"IsMining": false,
"ChainSpecPath": "chainspec/laika-spec.json",
"GenesisHash": "0xab259021a2d2c2078ada411533eaca2bfa711fa6fef38a67cfcd09631346ae2a",
"BaseDbPath": "laika_db/aura",
"LogFileName": "Laika.logs.txt"
},
"Network": {
"DiscoveryPort": 30300,
"P2PPort": 30300
},
"JsonRpc": {
"Enabled": true,
"Host": "127.0.0.1",
"Timeout": 20000,
"Port": 8545
},
"Db": {
"WriteBufferSize": 16000000,
"WriteBufferNumber": 4,
"BlockCacheSize": 128000000,
"CacheIndexAndFilterBlocks": false,
"BlockInfosDbCacheIndexAndFilterBlocks": false,
"HeadersDbCacheIndexAndFilterBlocks": false,
"BlocksDbCacheIndexAndFilterBlocks": false
},
"Sync": {
"FastSync": true,
"FastBlocks" : false,
"DownloadBodiesInFastSync" : true,
"DownloadReceiptsInFastSync" : true
},
"EthStats": {
"Enabled": false,
"Server": "ws://localhost:3000/api",
"Name": "Nethermind AuraTest",
"Secret": "secret",
"Contact": "hello@nethermind.io"
},
"Metrics": {
"NodeName": "LaikaTest",
"Enabled": false,
"PushGatewayUrl": "http://localhost:9091/metrics",
"IntervalSeconds": 5
},
"Aura":
{
"ForceSealing": false,
"AllowAuRaPrivateChains": true
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment