ethereumonarm
ethereumonarm copied to clipboard
Incorrect default `geth` config
Hi, I've followed the tutorial and used the downloads from this page to set up my rpi4 as an Eth 2.0 validator.
I noticed that prysm-beacon was logging errors about not being able to connect to eth1, even though geth was running - I even waited for it to finish syncing. The solution for me was to edit the geth.conf file to include the --http flag and restart the service. It seems this argument should already be there by default.
It seems the image on the ethereum.org website is dated, since the --http flag has clearly existed since the config was introduced within this repo.
I'm curious if the article on ethereum.org should just link out to the actual ethereum-on-arm docs instead.
Hi,
yes, your are right, I will contact EF to try to get the link updated. I'm leaving this issue opened until this is fixed.
Thanks!
Thanks @diglos!