> For the complete documentation index, see [llms.txt](https://validators.spicenet.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://validators.spicenet.io/troubleshooting/9.1-common-issues-and-solutions/2.-transactions-not-being-processed/node-not-synced.md).

# Node Not Synced:

**Symptom:** Large gap between current time and last processed block time

**Solution:**

1. Check sync status:

```bash
curl -s http://localhost:12346/ledger/status | jq
```

2. If not synced, ensure a stable internet connection and wait for sync to complete
3. If sync doesn't progress, try restarting the node:

```
./target/release/sov-rollup restart
```
