> For the complete documentation index, see [llms.txt](https://etherfi.gitbook.io/etherfi/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://etherfi.gitbook.io/etherfi/archive/solo-stakers/operation-solo-staker/obol-dvt-explained/avado-setup/troubleshooting.md).

# Troubleshooting

## Nethermind is saying "Blocks synced: 0" so is it working?

If you're not sure that a package is working, the best place to start is to look at the logs 👀

Don't panic! While the logs may look technical, they provide very useful information that anyone can read and understand.

For Nethermind, to view the logs, navigate to the "My DApps" menu and click on the "Manage" button.

<figure><img src="/files/FEOodUfdHtcd3ybpSmEg" alt=""><figcaption></figcaption></figure>

Then scroll to the very bottom of the page and you'll see the "Logs" section. If you've recently turned on your machine, you should see something like this, showing the progress of the sync.

<figure><img src="/files/nB3rr53IJcRwODBBs66H" alt=""><figcaption></figcaption></figure>

To make it even easier to read, you can filter by the search term you want, e.g. "progress" to see how it's doing.

<figure><img src="/files/410TuCjQK3RYo2To3Ozz" alt=""><figcaption></figcaption></figure>

I'm not sure why the blocks are showing 0 synced on the Avado dashboard when it appears to be syncing in the logs, but at least by looking at the logs you can see what's actually going on.

If you don't see the progress like in the screenshots, but instead see errors, copy the error and share it with the Ether.fi or Avado support and they will be able to help further.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://etherfi.gitbook.io/etherfi/archive/solo-stakers/operation-solo-staker/obol-dvt-explained/avado-setup/troubleshooting.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
