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.
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.