Wallet syncing issues

Please follow these instructions if you are experiencing issues with your wallet(s). Do not hesitate to contact us if you need help!

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

On that page click Add Nodes:

Copy nodes from that page into your satoxcoin.conf file.

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:

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

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

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".

Linux

Follow the instructions "Run full node in Linux".

Last updated