# To Resolve The Block Height Issue

**Step 1:** Login and switch to the node directory

```shell
cd $Home_Dir/pandonet/node
```

**Step 2:** Also, get the latest DB dump from the below URL and execute the command,

```shell
rm -rf db && rm -rf snapshot
```

```shell
wget https://blockchainupdates.s3.ap-southeast-1.amazonaws.com/snapshot
```

```shell
cd ~/ $Home_Dir
```

**Run**

```shell
$Go_Path/pando start --config=pandonet/node
```

**Use these listed IPs for sync with the current height on config.yaml file.**

1. 34.206.132.245
2. 34.231.31.51
3. 44.207.134.197
4. 44.208.238.46
5. 44.216.89.213
6. 44.219.236.186
7. 50.16.240.136
8. 54.156.155.252
9. 54.164.180.54
10. 54.85.116.230

if any of the IPs don't work please use another one.

### For any query feel free to reach out to us on Discord

{% embed url="<https://discord.com/channels/896782993123860540/1041979619806547978>" %}


---

# Agent Instructions: 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:

```
GET https://docs.pandoproject.org/pando-network-docs/frequently-asked-question/to-resolve-the-block-height-issue.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
