1

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.

user2712
  • 11
  • 2
  • In case people want a node to gather the data or more creative things, there are currently grants for running a node: https://ethereum.meta.stackexchange.com/questions/743/did-you-know-theres-grants-for-running-an-ethereum-node – eth Jun 10 '23 at 01:32

1 Answers1

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