Skip to content

Commit 20b10b3

Browse files
Update Fast Sync configuration in Nethermind repository (#6743)
Co-authored-by: kamilchodola <[email protected]>
1 parent d819ea2 commit 20b10b3

File tree

10 files changed

+34
-37
lines changed

10 files changed

+34
-37
lines changed

src/Nethermind/Nethermind.Runner/configs/chiado.cfg

+3-3
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@
1616
"Sync": {
1717
"FastSync": true,
1818
"FastBlocks": true,
19-
"PivotNumber": 7580000,
20-
"PivotHash": "0xf23063619522a038100cb2fc66e7947294e6dd6da0422ff769f2833729f7d6fb",
19+
"PivotNumber": 8260000,
20+
"PivotHash": "0x980fc3d226c606ca126e06a34c3cbb4ff01be055309a7d4e9f29396096d6ef76",
2121
"PivotTotalDifficulty": "231708131825107706987652208063906496124457284",
2222
"FastSyncCatchUpHeightDelta": "10000000000",
2323
"UseGethLimitsInFastBlocks": false
@@ -43,4 +43,4 @@
4343
16
4444
]
4545
}
46-
}
46+
}

src/Nethermind/Nethermind.Runner/configs/energyweb.cfg

+4-4
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@
1111
},
1212
"Sync": {
1313
"FastSync": true,
14-
"PivotNumber": 27710000,
15-
"PivotHash": "0xf5f417b63a2a43ba7fcc610017f23380db4969600a8f7f2672ad774713247cd2",
16-
"PivotTotalDifficulty": "9429224387379204822570110371934297139077403490",
14+
"PivotNumber": 28480000,
15+
"PivotHash": "0xa943b2caae19d30cd042825d85706c218d2ad2f48929651203d014cbb681e109",
16+
"PivotTotalDifficulty": "9691241809908327439436908819656758661896925036",
1717
"FastBlocks": true,
1818
"UseGethLimitsInFastBlocks": false,
1919
"FastSyncCatchUpHeightDelta": 10000000000
@@ -30,4 +30,4 @@
3030
"Merge": {
3131
"Enabled": false
3232
}
33-
}
33+
}

src/Nethermind/Nethermind.Runner/configs/exosama.cfg

+4-4
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@
1111
},
1212
"Sync": {
1313
"FastSync": true,
14-
"PivotNumber": 7510000,
15-
"PivotHash": "0x77046fb443f3c3f0d3a168a35800fb1fe577100b41965f579b658e9c70e6a0a1",
16-
"PivotTotalDifficulty": "2555520575576247860609943301812579267686393288",
14+
"PivotNumber": 8330000,
15+
"PivotHash": "0x91e43722407af7296437a056c1d0f793e0650a535ef26dc88810767658f081fb",
16+
"PivotTotalDifficulty": "2834552116451417400649910479906629201078673288",
1717
"FastBlocks": true,
1818
"UseGethLimitsInFastBlocks": false,
1919
"FastSyncCatchUpHeightDelta": 10000000000
@@ -30,4 +30,4 @@
3030
"Merge": {
3131
"Enabled": false
3232
}
33-
}
33+
}

src/Nethermind/Nethermind.Runner/configs/gnosis.cfg

+2-2
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@
1212
},
1313
"Sync": {
1414
"FastSync": true,
15-
"PivotNumber": 31690000,
16-
"PivotHash": "0xb1c5f676cb85d4794c0ee949bc44adbee925da08d982136c2813c4e5f4b56768",
15+
"PivotNumber": 32470000,
16+
"PivotHash": "0x1a3039baa60728c734dfeea39c4e0d56c147121cff59271759892ffe1281981f",
1717
"PivotTotalDifficulty": "8626000110427538733349499292577475819600160930",
1818
"FastBlocks": true,
1919
"UseGethLimitsInFastBlocks": false,

src/Nethermind/Nethermind.Runner/configs/goerli.cfg

+3-3
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@
1515
"Sync": {
1616
"FastSync": true,
1717
"SnapSync": true,
18-
"PivotNumber": 10260000,
19-
"PivotHash": "0xfd7265da4de69c506d16eb67eb41018c4dd11e3a0a8198cee0c5308e655b61db",
18+
"PivotNumber": 10530000,
19+
"PivotHash": "0xefaf5cf6240147cdb15799fc8cccd7f8ff365c973e1ec68898d2b9c75257c40a",
2020
"PivotTotalDifficulty": "10790000",
2121
"FastBlocks": true,
2222
"UseGethLimitsInFastBlocks": true,
@@ -52,4 +52,4 @@
5252
"Merge": {
5353
"Enabled": true
5454
}
55-
}
55+
}

src/Nethermind/Nethermind.Runner/configs/joc-mainnet.cfg

+4-4
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,9 @@
1212
"FastSync": true,
1313
"SnapSync": true,
1414
"FastBlocks": true,
15-
"PivotNumber": 8870000,
16-
"PivotHash": "0x3d8c071530dd409324d5b74916f94f1553afb850051ae6143dd9bdbd4ad2b866",
17-
"PivotTotalDifficulty": "17734268"
15+
"PivotNumber": 9690000,
16+
"PivotHash": "0x6ce963fa2563a876edd1da9976ab1cbeb2fedcc1d8f6e1df8e2172e5a408f5b5",
17+
"PivotTotalDifficulty": "19370447"
1818
},
1919
"Metrics": {
2020
"NodeName": "JOC-Mainnet"
@@ -28,4 +28,4 @@
2828
"Merge": {
2929
"Enabled": false
3030
}
31-
}
31+
}

src/Nethermind/Nethermind.Runner/configs/joc-testnet.cfg

+4-4
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,9 @@
1212
"FastSync": true,
1313
"SnapSync": true,
1414
"FastBlocks": true,
15-
"PivotNumber": 2470000,
16-
"PivotHash": "0x457e4a8f96f002fd503c380c8b45b077a9280b3f00b6198cf80cd69f22c67b59",
17-
"PivotTotalDifficulty": "4939802"
15+
"PivotNumber": 3300000,
16+
"PivotHash": "0x58fbbcd0d0e8e5856c205385c922dd9e2b0b711060b001a960f327cf7b6608dc",
17+
"PivotTotalDifficulty": "6599797"
1818
},
1919
"Metrics": {
2020
"NodeName": "JOC-Testnet"
@@ -28,4 +28,4 @@
2828
"Merge": {
2929
"Enabled": false
3030
}
31-
}
31+
}

src/Nethermind/Nethermind.Runner/configs/mainnet.cfg

+3-6
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,11 @@
66
"LogFileName": "mainnet.logs.txt",
77
"MemoryHint": 2048000000
88
},
9-
"Network": {
10-
"ActivePeersMaxCount": 100
11-
},
129
"Sync": {
1310
"FastSync": true,
1411
"SnapSync": true,
15-
"PivotNumber": 18900000,
16-
"PivotHash": "0x84bd4976f299d9343a18a1088f1cec0dbcac72b6d51a6fc9b901921a55449fc6",
12+
"PivotNumber": 19240000,
13+
"PivotHash": "0x2e9f726901799ce6f3f2aa69bc5eae6a439d89bf6e7966c9c4a37c895b6bfb07",
1714
"PivotTotalDifficulty": "58750003716598352816469",
1815
"FastBlocks": true,
1916
"FastSyncCatchUpHeightDelta": "10000000000"
@@ -39,4 +36,4 @@
3936
"Merge": {
4037
"Enabled": true
4138
}
42-
}
39+
}

src/Nethermind/Nethermind.Runner/configs/sepolia.cfg

+3-3
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@
1818
"FastBlocks": true,
1919
"SnapSync": true,
2020
"UseGethLimitsInFastBlocks": true,
21-
"PivotNumber": 4988000,
22-
"PivotHash": "0xfa0e1cff9cf2ad67171d4c4b2e19b09f411f79756fd99d861744607dd88e9131",
21+
"PivotNumber": 5300000,
22+
"PivotHash": "0x92e5cd02dc0d6c878230d7dd38bae5064fa8e4caf8dfe8e7aef56be878cff2fa",
2323
"PivotTotalDifficulty": "17000018015853232",
2424
"FastSyncCatchUpHeightDelta": "10000000000"
2525
},
@@ -38,4 +38,4 @@
3838
"Merge": {
3939
"Enabled": true
4040
}
41-
}
41+
}

src/Nethermind/Nethermind.Runner/configs/volta.cfg

+4-4
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,9 @@
1515
},
1616
"Sync": {
1717
"FastSync": true,
18-
"PivotNumber": 26100000,
19-
"PivotHash": "0xbd8ddbf4f3677a4e959f961478f56a971816f275b443a51387ba68e623cc4aec",
20-
"PivotTotalDifficulty": "8881369776636493896394077253969150318634850916",
18+
"PivotNumber": 26680000,
19+
"PivotHash": "0x038403ed7351bf180066ea7b6396daec13e6bb13163334ac9fab8ee3de19d471",
20+
"PivotTotalDifficulty": "9078733549450638205202834526279575881277928465",
2121
"FastBlocks": true,
2222
"UseGethLimitsInFastBlocks": false,
2323
"FastSyncCatchUpHeightDelta": 10000000000
@@ -34,4 +34,4 @@
3434
"Merge": {
3535
"Enabled": false
3636
}
37-
}
37+
}

0 commit comments

Comments
 (0)