# How to run a node without any syncing issue ?

1\. Install and configure the blockchain node as per system OS i.e linux, windows or MAC described in previous sections of whitepaper. Refer to <https://whitepaper.script.tv/nodes/lightning-node-overview/lightning-node-setup#windows>

2. Now switch to nodepath where seed peer is configured i.e

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

3. Open config file and edit the seeds ip with whom you want to connect and sync .
4. File will appears like shown below :

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

5. Save the file after changing the seed peers.

Note : Make sure to configure only those ip as a seedpeer who is already synced with current block height of the blockchain and is running on any server then only that ip will allow you to connect. We need to follow the same if we want to run multiple of nodes i.e one to many and many to others.

6. Also change the seed ip on below path as well

<div align="left"><figure><img src="/files/IwOerINSJm7mzDRfNXPH" alt=""><figcaption></figcaption></figure></div>

7. Thereafter switch to script path i.e

<div align="left"><figure><img src="/files/552H6jZThbMjwRyQnBmM" alt=""><figcaption></figcaption></figure></div>

8. Execute the below command

   make install
9. Start the node and cli service similar to previous instructions.


---

# 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://documentation.script.tv/how-to-run-a-node-without-any-syncing-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.
