# Fast Sync

In this step you need to use fast sync or catch up to make more faster to reach the latest block.

{% code overflow="wrap" %}

```bash
goal node catchup $(curl -s https://algorand-catchpoints.s3.us-east-2.amazonaws.com/channel/mainnet/latest.catchpoint) -d /var/lib/algorand/
```

{% endcode %}

Check your node status.

```bash
goal node status -d /var/lib/algorand
```

Here is the result after your node fully synced using fast sync.

<figure><img src="https://3513762394-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FHnfaXqsjt2Q8hoDykMmk%2Fuploads%2FFkPdqemjBWXqHZEdeoow%2Fimage_2023-04-07_173729213.png?alt=media&#x26;token=216f6794-e593-478c-af1b-3f4ed3795cbc" alt=""><figcaption><p>example screenshot from testnet</p></figcaption></figure>

{% hint style="info" %}
If your **Sync Time** is *0.0s*, that means your node already reach latest block. To reach the latest block, it depends your VPS specs, It takes around 1-2 hours.
{% endhint %}

Now your Algorand Node Mainnet is ready to use. Now you can do next step to run goracle node and using your own algorand node API.
