You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Move all the snapshot files from the directory snapshots/mainnet/download/geth/ to the working directory geth/.
cd /home/base_chain/geth-data && mv -f snapshots/mainnet/download/geth/* geth/
I can read the snapshot blocks, but when I run 'docker compose up --build -d', it has been running for over 6 hours and still hasn't started syncing! It's showing the following error:
Served eth_coinbase conn=194.67.206.46:33410 reqid=2 duration="76.346µs" err="etherbase must be explicitly specified"
I hope this helps with the issue you're facing with the snapshot directory.
If that doesn't work and you're still encountering a problem, please join the Base Discord and open a ticket in the #developer-support channel. We can help you there. 👍
Once when snapshot download is complete and extracted I'm left with directory named
snapshot
which containsmainnet/download/geth/
.Does this
geth
folder actually represent correct value forGETH_HOST_DATA_DIR
or should it actually point tosnapshot
directory?The text was updated successfully, but these errors were encountered: