Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions docs/xdcchain/developers/node_operators/masternode.md
Original file line number Diff line number Diff line change
Expand Up @@ -519,11 +519,11 @@ After deleting the XDC folder, you can now proceed to download and apply the lat

To download the XDC Network Mainnet snapshot, use the appropriate command based on the type of node you’re setting up:

- **For a Full Node (latest state only):** https://download.xinfin.network/xdcchain.tar
- **For a Full Node (latest state only):** https://rpc.xdc.network/snapshots/mainnet/full/

- **For an Archive Node (complete history):** http://downloads.xinfin.network/xdcchain_archive.tar
- **For an Archive Node (complete history):** https://rpc.xdc.network/snapshots/mainnet/archive/

**Note: Snapshots are updated approximately every 20 days.**
**Note: Snapshots are updated approximately every 20 days at https://rpc.xdc.network/snapshots/**

![node-sync](../../img/installation4.png)

Expand Down