|
|
|
|
|
by testesttest
1414 days ago
|
|
Have you tried storing the list lately? I don't think you have a 10TB plus flash drive. https://etherscan.io/chartsync/chainarchive Crypto is more and more centralised because the hardware to run your own node is now thousands of dollars. That is without even getting into miners...It is kinda failing. |
|
1) You don't need an archive node to fully verify the current state of the chain. A full geth node in full sync mode (about 600gb) will process every transaction of every block and get you the current state. You only need an archive node if you want the history of each account and contract separately indexed.
2) Folks that do want an archive node can now use much more space efficient clients then geth such as erigon (1.4tb) or besu (1.2 tb) if they want to run a block explorer or query the state of an account in the past.