Merge branch 'main' of github.com:cventastic/POKT_DOKT

This commit is contained in:
cventastic
2022-01-03 12:33:07 +01:00
3 changed files with 6 additions and 64 deletions

View File

@@ -113,7 +113,10 @@ services:
image: nethermind/nethermind:latest image: nethermind/nethermind:latest
expose: expose:
- "8545" - "8545"
- "30303" - "40444"
ports:
- "40444:40444"
- "40444:40444/udp"
volumes: volumes:
- xdai:/nethermind_db/xdai - xdai:/nethermind_db/xdai
- ./xdai/xdai.cfg:/xdai.cfg - ./xdai/xdai.cfg:/xdai.cfg

View File

@@ -10,8 +10,8 @@
"MemoryHint": 768000000 "MemoryHint": 768000000
}, },
"Network": { "Network": {
"DiscoveryPort": 30303, "DiscoveryPort": 40444,
"P2PPort": 30303 "P2PPort": 40444
}, },
"TxPool": { "TxPool": {
"Size": 2048 "Size": 2048

View File

@@ -1,61 +0,0 @@
{
"Init": {
"WebSocketsEnabled": false,
"StoreReceipts": true,
"IsMining": false,
"ChainSpecPath": "chainspec/xdai.json",
"GenesisHash": "0x4f1dd23188aab3a76b463e4af801b52b1248ef073c648cbdc4c9333d3da79756",
"BaseDbPath": "nethermind_db/xdai",
"LogFileName": "xdai.logs.txt",
"MemoryHint": 768000000
},
"Network": {
"DiscoveryPort": 30303,
"P2PPort": 30303
},
"TxPool": {
"Size": 2048
},
"JsonRpc": {
"Enabled": false,
"Timeout": 20000,
"Host": "127.0.0.1",
"Port": 8545,
"WebSocketsPort": 8546
},
"Db": {
"CacheIndexAndFilterBlocks": false
},
"Sync": {
"FastSync": true,
"PivotNumber": 18110000,
"PivotHash": "0xb06aa318f3968e3ec3ee9a5d67562bc6a470cacb76497d433f31da65f6abdf80",
"PivotTotalDifficulty": "6162513664938195573321714140589322309123831870",
"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": "xDai",
"Enabled": false,
"PushGatewayUrl": "http://localhost:9091/metrics",
"IntervalSeconds": 5
},
"Aura": {
"ForceSealing": true
},
"Bloom": {
"IndexLevelBucketSizes": [
16,
16,
16
]
}
}