EOA-Blockchain-Labs / ethereumonarm

Tools and scripts to build images that turn ARM devices into ful Ethereum nodes
GNU General Public License v3.0
143 stars 35 forks source link

Add configuration files to enable Erigon on Gnosis Chain #77

Closed haurog closed 2 months ago

haurog commented 2 months ago

Erigon supports Gnosis chain as an execution client. I run erigon-gnosis with these config and service files for around 9 months now on an Orange Pi 5 Plus. It took 2-3 weeks to sync, but did it without any issues. It currently (July 2024) takes about 1 TB of space on the ssd.

To use it one has to start sudo systemctl start erigon-gnosis

I also extended the docs to include that erigon can now be used to run a gnosis chain node and fixed some typos and formatting issues along the way.

The '--prune=htcr' settings are the ones suggested in the official gnosis chain docs: https://docs.gnosischain.com/node/manual/execution/erigon, that is why I have chosen to use them here as well.