# 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="/files/AgmwoOFPY790KheLx659" 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="/files/FozJ5j5PfwHpRrY50JYg" 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.](/docs/wallet-troubleshoot/sync-wallet-with-a-bootstrap.md)

### 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".](/docs/support-satox/run-full-node-in-windows.md)

## Linux

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


---

# 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://docs.satoverse.io/docs/wallet-troubleshoot/wallet-syncing-issues.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.
