Hacker News new | ask | show | jobs
by dylkil 1628 days ago
everyone running erigon nodes (like myself) are running full archival nodes, currently there are ~300, https://www.ethernodes.org/.

Many geth nodes are archival, but we cant see which ones are.

1 comments

Some Erigon nodes run with pruning enabled. You can't tell which ones those are, or how much pruning.

Technically you can tell which Geth nodes are archive nodes with a GetNodeData query over devp2p, although that call is deprecated and will eventually be removed. Its replacement, GetTrieNodes, cannot be used for this.

Erigon nodes are full archival by default, and dont use much space, about 1.7TB, which is quite thrifty consider geth uses like 10TB.

So, many people run full archive nodes now. Thanks erigon team!