# Infinitynode Expired Solution

{% hint style="info" %}
**Please install this script on your running Infinity Nodes to not have the expired issue anymore!**

**All the current nodes must install this without restarting their nodes to not lose any payment.**
{% endhint %}

* This guide will help you install the **`infinitynode_expired_solution.sh`**
* The debug.log file is deleted. The value of **debug=1** in ***sin.conf*** is changed to **debug=0**.
* The new file is downloaded and overwritten, if any. The Crontab entries are deleted and recreated. With the last command, the vps is restarted.
* Please establish the vps connection with the new user you created during the initial setup.
* Please carefully copy and paste the following commands into the terminal screen and press enter.

```bash
bash

sudo rm .sin/debug.log

sudo sed -i 's/debug=1/debug=0/g' .sin/sin.conf

wget -O infinitynode_expired_solution.sh http://sinovate.io/downloads/infinitynode_expired_solution.sh 

chmod +x infinitynode_expired_solution.sh

 crontab -r
 crontab -l | { cat; echo "*/5 * * * * /home/$USER/infinitynode_expired_solution.sh"; } | crontab -

sudo reboot
```


---

# 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://viscabfcb.gitbook.io/sinovate/infinitynode-expired-solution.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.
