# Wallet syncing issues

## Add nodes to your satoxcoin.conf

Click in the menu : **Wallet** >> **Options** >> **Open Configuration File**.

Open the **satoxcoin.conf** in your favorite text editor.

Add nodes from[ https://xplore.satoverse.io/network](https://xplore.satoverse.io/network)&#x20;

On that page click **Add Nodes**:&#x20;

<figure><img src="https://498124481-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FE5Gl31adnhJ7Q6RLLbEG%2Fuploads%2F3NvYl7bNkqsivbX8O9F4%2Fimage.png?alt=media&#x26;token=b9309fd5-6099-4898-8904-7cead9e98f74" alt=""><figcaption></figcaption></figure>

Copy nodes from that page into your **satoxcoin.conf** file.&#x20;

Location of file in Windows : **%AppData%\satoxcoin\satoxcoin.conf**

Location of file in Linux: **\~/.satoxcoin/satoxcoin.conf**

**It should look like this.**

addnode=100.100.100.100:60777

addnode=100.100.100.100:60777

and so on....

### Save

### Restart Wallet

This will speed up your syncing time If the nodes added is working correct.

## If that don't work try this:

<figure><img src="https://498124481-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FE5Gl31adnhJ7Q6RLLbEG%2Fuploads%2FecPsR1QwJsNWtDiBbT0V%2Fimage.png?alt=media&#x26;token=963e8ccd-acda-4e69-a10c-e018265babc3" alt=""><figcaption><p>If you wallet is not syncing</p></figcaption></figure>

## Windows

**Step 1.)** Close the **satoxcoin-qt** wallet.

**Step 2.)** Open the Windows File Explorer ( Keyboard shortcut : **Win + E** )

**Step 3.)** In the addressbar write: **%AppData%/satoxcoin/**

**Step 4.)** Copy **wallet.dat** to your desktop.

**Step 5.)** Delete all files and folders in the **%AppData%/satoxcoin/** folder.

**Step 6.)** Paste in the **wallet.dat** from your desktop.

**Step 7.) Restart your wallet** and wait, ***this step can take up to a few hours, depending on your hardware and internet connection.***

## Linux

Step 1.) Close the **satoxcoin-qt** wallet.

Step 2.) Open terminal / Console

Step 3.) **cd \~/.satoxcoin/**

Step 4.) Copy wallet.dat : **cp wallet.dat ../wallet.dat**

Step 5.) Delete all files and folders in the folder : **rm \~/.satoxcoin/\***

Step 6.) Paste in the wallet.dat from your home directory : **cp ../wallet.dat wallet.dat**

Step 7.) Restart your wallet and wait: **satoxcoin-qt**

&#x20;

*This step can take up to a few hours, depending on your hardware and internet connection.*

[You can speed up the syncing using a bootstrap.](https://docs.satoverse.io/docs/wallet-troubleshoot/sync-wallet-with-a-bootstrap)

### If you like the project and would like to support us, please consider running a full node, it will speed up the network and contribute to and with everyone in the need of syncing their wallets.

## Windows

Follow the instructions ["Run full node in Windows".](https://docs.satoverse.io/docs/support-satox/run-full-node-in-windows)

## Linux

Follow the instructions ["Run full node in Linux".](https://docs.satoverse.io/docs/support-satox/run-full-node-in-linux)
