Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Specify correct path for GETH_HOST_DATA_DIR #239

Closed
pyropy opened this issue Apr 9, 2024 · 2 comments
Closed

Specify correct path for GETH_HOST_DATA_DIR #239

pyropy opened this issue Apr 9, 2024 · 2 comments
Labels
state: backlog This is pending further review

Comments

@pyropy
Copy link

pyropy commented Apr 9, 2024

Once when snapshot download is complete and extracted I'm left with directory named snapshot which contains mainnet/download/geth/.

Does this geth folder actually represent correct value for GETH_HOST_DATA_DIR or should it actually point to snapshot directory?

@ifsayyes
Copy link

I took a snapshot using this command:

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.

image

@wbnns wbnns added the state: backlog This is pending further review label Apr 23, 2024
@wbnns
Copy link
Member

wbnns commented Apr 23, 2024

@pyropy In case helpful, here are instructions you can follow that will help you: https://hackmd.io/@wbnns/restore-a-base-node-from-snapshot

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
state: backlog This is pending further review
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants