I want to analyze the archive node data in geth, but the sync seems slow, is there any archive node data? node data with a very lower height will be ok.I just want to run the cmd 'geth db inspect' in archive node.
Asked
Active
Viewed 73 times
1 Answers
0
Unsure what you are trying to do with the data, but you can use something like infura or alchemy to access archive node data if you don't mind using their service.
Travis Jacobs
- 1,535
- 1
- 13
- 25
-
I just want to exec the command 'geth db inspect' to find which part takes the most storage space in archive node – user2712 Jun 09 '23 at 15:56