> For the complete documentation index, see [llms.txt](https://documentation.script.tv/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://documentation.script.tv/how-to-run-a-node-without-any-syncing-issue.md).

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