running reth in archive mode #3764
Unanswered
abhijeetbhagat
asked this question in
Help
Replies: 1 comment
-
Reth is an Ethereum execution client, not (only) an indexer. Although given its composability, it could be turned into one with minimal changes, and there are several ongoing experiments to do so. Some examples and implementation of this concept:
If instead, by "archive mode" you meant keeping all of Ethereum's history inside its DB, then you should know that this is already supported, and full node sync will be added in the future. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
i want to run reth in archive mode so that it only does indexing. the reth book doesnt seem to have anything related.
Beta Was this translation helpful? Give feedback.
All reactions