# Check The Status

<figure><img src="https://2969403582-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F09yINclZlbKjRwNK7LdK%2Fuploads%2FTj338yKOgocNM3fJMV6B%2Fimage%20(5).png?alt=media&#x26;token=c338f053-b42c-42f1-b689-538d74d8b060" alt=""><figcaption></figcaption></figure>

If you can see something similar in your terminal, CONGRATULATIONS!! Your node is now running and connected to Argochain.

<mark style="color:red;">**Note:**</mark> The blockchain has surpassed 2 million blocks, and syncing may take some time. Please be patient while your node catches up to the latest block.<br>

**It is strongly recommended to use `/var/log/argochain` as your base path to ensure that the data remains persistent.**&#x20;

Use `/var/log/argochain` to ensure log files are preserved during system crashes, enhancing your application's reliability and easing troubleshooting. This practice is essential for tracking events, diagnosing issues, and maintaining operational history.

#### Now you can view the logs and output as directed by the success message in your terminal:

```
tail -f /private/var/log/argochain/node.log
```
