From fe596d0b20630fe6c062e6962357046118f46c2c Mon Sep 17 00:00:00 2001 From: antonis19 Date: Mon, 13 Jan 2025 15:51:50 +0100 Subject: [PATCH 1/2] add sync times table in readme --- README.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/README.md b/README.md index 627a2c2dd4c..d5c07d3c686 100644 --- a/README.md +++ b/README.md @@ -15,6 +15,7 @@ frontier. - [Erigon](#erigon) - [System Requirements](#system-requirements) +- [Sync Times](#sync-times) - [Usage](#usage) - [Getting Started](#getting-started) - [Datadir structure](#datadir-structure) @@ -97,6 +98,18 @@ on [cloud-network-drives](https://github.com/erigontech/erigon?tab=readme-ov-fil 🔬 More details on what type of data stored [here](https://ledgerwatch.github.io/turbo_geth_release.html#Disk-space) +Sync Times +========== + +These are the sync times syncing from scratch to the tip of the chain. + + +| Chain | Archive | Full | Minimal | +|------------|-----------------|----------------|----------------| +| Ethereum | 7 Hours, 55 Minutes | 4 Hours, 23 Minutes | 1 Hour, 41 Minutes | +| Gnosis | 2 Hours, 10 Minutes | 1 Hour, 5 Minutes | 33 Minutes | +| Polygon | 1 Day, 21 Hours | 21 Hours, 41 Minutes | 11 Hours, 54 Minutes | + Usage ===== From 362faf13503e8f1ea287612a065657a561e69276 Mon Sep 17 00:00:00 2001 From: antonis19 Date: Mon, 13 Jan 2025 16:12:16 +0100 Subject: [PATCH 2/2] add comment --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d5c07d3c686..194bc7e6d8a 100644 --- a/README.md +++ b/README.md @@ -101,7 +101,7 @@ on [cloud-network-drives](https://github.com/erigontech/erigon?tab=readme-ov-fil Sync Times ========== -These are the sync times syncing from scratch to the tip of the chain. +These are the approximate sync times syncing from scratch to the tip of the chain (results may vary depending on hardware and bandwidth). | Chain | Archive | Full | Minimal |